From 91cdaafa69774686138f99d94c9f684ef37b6be8 Mon Sep 17 00:00:00 2001 From: Arthur Casals Date: Thu, 8 Oct 2020 00:00:46 +0200 Subject: [PATCH 1/2] Update README.md Fixes #206 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7b0e43bef878..636d2592485e 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ As you're using the GitHub Docs, you may find something in an article that you'd If you've found a problem, you can open an issue using a [template](https://github.com/github/docs/issues/new/choose). +#### Solve an issue + +If you have a solution to one of the open issues, you will need to fork the repository and submit a PR using a [template](https://github.com/github/docs/blob/main/CONTRIBUTING.md#pull-request-template). For more details about this process, please check out [Getting Started with Contributing](/CONTRIBUTING.md). + #### Join us in discussions We use GitHub Discussions to talk about all sorts of topics related to documentation and this site. For example: if you'd like help troubleshooting a PR, have a great new idea, or want to share something amazing you've learned in our docs, join us in [discussions](https://github.com/github/docs/discussions). From 654857a0fd1f21d4c69f9269e754639d35afe980 Mon Sep 17 00:00:00 2001 From: Arthur Casals Date: Thu, 8 Oct 2020 20:41:40 +0200 Subject: [PATCH 2/2] Update README.md Suggested changes applied Co-authored-by: Janice --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 636d2592485e..e973ab972f41 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ If you've found a problem, you can open an issue using a [template](https://gith #### Solve an issue -If you have a solution to one of the open issues, you will need to fork the repository and submit a PR using a [template](https://github.com/github/docs/blob/main/CONTRIBUTING.md#pull-request-template). For more details about this process, please check out [Getting Started with Contributing](/CONTRIBUTING.md). +If you have a solution to one of the open issues, you will need to fork the repository and submit a PR using the [template](https://github.com/github/docs/blob/main/CONTRIBUTING.md#pull-request-template) that is visible automatically in the pull request body. For more details about this process, please check out [Getting Started with Contributing](/CONTRIBUTING.md). #### Join us in discussions