Skip to content

Commit 8b32cc8

Browse files
authored
Merge pull request #88 from the-api-administration/contributing-step8
Edit contributing.md to clarify step 8
2 parents 9a18643 + ec32c22 commit 8b32cc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ If you want to help us improve our API, please fork the repo and follow these st
8080
5. Create a new branch for your Feature (`git branch AmazingFeature`)
8181
6. Switch to the branch you are working on (`git checkout AmazingFeature`)
8282
7. Make your changes, commit after every isolated task.
83-
8. Add all of your changes (`git add .`)
83+
8. Add all of your changes (`git add <file name here>` or `git add .`). Do not push any changes to dependencies unless the Issue calls for it.
8484
9. Commit your changes with a detailed description (`git commit -m 'added a, solved b, etc...'`)
8585
10. Push to the Branch (`git push origin AmazingFeature`)
8686
11. Open a Pull Request and follow the rules under "Where should I make my pull request to?"

views/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<section class="description">
3434
<h1>Coding Resources API</h1>
3535
<p>
36-
This API serves educational content for a wide
36+
Serves educational content for a wide
3737
variety of computer science topics, languages and
3838
technologies relevant to web development.
3939
Search for coding resources by relevant keywords.

0 commit comments

Comments
 (0)