From 9b6cd356ce3170de1f2a9b4e20707a20538ce905 Mon Sep 17 00:00:00 2001 From: Ramya Parimi Date: Wed, 15 Sep 2021 06:10:37 -0500 Subject: [PATCH] Update CONTRIBUTING.md moved create new issue to before solve an issue --- CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c85b720a11..e7bcd6b169 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,14 +25,15 @@ See [working in docs repository](/contributing/working-in-docs-repository.md) to Before making changes, see what [types contributions](/contributing/types-of-contributions.md) we accept. Some of them don't require writing even a single line of code :sparkles:. ### Issues -#### Solve an issue - -Scan through our [existing issues](https://github.com/github/docs/issues) to find one that interests you. You can narrow down the search using `labels` as filters. See [Labels](/contributing/how-to-use-labels.md) for more information. #### Create a new issue If you spot a problem with the docs and a related issue doesn't exist, you can open a new issue using a relevant [issue form](https://github.com/github/docs/issues/new/choose). +#### Solve an issue + +Scan through our [existing issues](https://github.com/github/docs/issues) to find one that interests you. You can narrow down the search using `labels` as filters. See [Labels](/contributing/how-to-use-labels.md) for more information. + ### Make Changes #### Make changes in the UI