From ee8c1d18d3b81ab10d9ba95f6022fb424f314127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?p=CC=BB=CC=BB=CC=A5r=CC=A5=CC=BB=CC=A5o=CC=BBj=CD=9B=CC=A4?= =?UTF-8?q?ec=CD=94t=CC=9Edp?= Date: Tue, 10 Jan 2023 22:08:51 -0800 Subject: [PATCH] Update CONTRIBUTING.md. --- CONTRIBUTING.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 780a5dd..d95f74f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contribution Guidelines -> The pull request should have a useful title. Pull requests with `Update readme.md` as title will be closed right away. Please make sure you checked every box in the PR template. +> The pull request should have a useful title. Pull requests with `Update README.md` as title will be closed right away. Please make sure you checked every box in the PR template. ## Before adding something to the list @@ -8,16 +8,16 @@ 2. Add your item to the category it belongs to. Try to avoid creating completely new categories. 3. Make sure your item is added in the correct alphabetical order for its section. 4. Don't submit dead links and try to always submit HTTPS links. -5. Make sure you're linking to an English resource, other languages not allowed *at this moment* +5. Make sure you're linking to an English resource, other languages not allowed *at this moment*. ### Adding an item to the list -1. Click README.md -2. Click the *pencil button* in the upper right corner next to raw | blame | history +1. Click README.md. +2. Click the *pencil button* in the upper right corner next to raw | blame | history. 3. Github will automatically create a fork for this repo on your account. 4. Put your edit in. 5. At the bottom of the page fill in a meaningful commit summary and click *Propose file change*. -6. You'll be taken to the PR screen, click the *Create Pull Request* button -7. Make sure you check the boxes (and actually make sure they're right) and click *Create Pull Request* +6. You'll be taken to the PR screen, click the *Create Pull Request* button. +7. Make sure you check the boxes (and actually make sure they're right) and click *Create Pull Request*. Submitted PRs will be checked as soon as possible.