Skip to content

Commit 11f4266

Browse files
committed
Update README.md
This version includes all necessary Git keywords in the correct order to assist beginners in: 1) finding all the necessary Git commands in the provided resources, and 2) using them in the correct order.
1 parent 6e8f714 commit 11f4266

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ Be sure to join our chat room on Gitter, we'd love to hear from you!
1111

1212
1. **Find** an unsolved problem titled "new-member-x" under [Issues](../../issues),
1313
or if none exist, create a new issue asking for one
14-
1. **Reserve** the issue by commenting that you intend to solve the problem, or assigning it to yourself
15-
1. **Solve** the problem locally
16-
1. **Create a branch** with a descriptive name (e.g. problem title)
17-
1. **Push** your solution to the newly created branch
18-
1. **Create a pull request** to allow someone to merge your solution onto the repo
19-
1. **Post a new *simple* JS problem** titled "new-member-x+1" under Issues for the
14+
2. **Reserve** the issue by commenting that you intend to solve the problem, or assigning it to yourself
15+
3. **Clone** the repo
16+
4. **Solve** the problem locally
17+
5. **Add** files and **Commit** changes
18+
6. **Checkout** to a new branch with a descriptive name (e.g. problem title
19+
7. **Push** your solution to the newly created branch
20+
8. **Create a pull request** to allow someone to merge your solution onto the repo
21+
9. **Post a new *simple* JS problem** titled "new-member-x+1" under Issues for the
2022
next person to practice

0 commit comments

Comments
 (0)