Update CONTRIBUTING.md.

This commit is contained in:
p̻̻̥r̥̻̥o̻j̤͛ec͔t̞dp 2023-01-10 22:08:51 -08:00 committed by GitHub
parent 2ade2c0549
commit ee8c1d18d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -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.