Skip to content

Commit d63c118

Browse files
committed
Add in suggestions from #58 and wrap long lines
1 parent 93ea9e8 commit d63c118

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

CONTRIBUTING.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/codingforeveryone/js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
22

3-
You can find details for each step here. Look for the step you are having issues on for full instructions. If you still have questions, check out the Gitter channel!
4-
5-
1. **Find** an unsolved problem titled "new-member-x" under [Issues](../../issues). If none exist, ask for one by creating a new issue with the title "New member in need of a problem".
6-
1. **Reserve** the issue by commenting that you intend to solve the problem, or assigning it to yourself.
7-
1. **Solve** the problem locally.
8-
* **Create a branch** with a descriptive name (e.g. new-member-x).
9-
- To create a branch, click on the repo name (js), then click on the "Branch: master" button, and type in the new branch name
3+
You can find details for each step here. Look for the step you are having
4+
issues on for full instructions. If you still have questions, check out the Gitter channel!
5+
6+
1. **Find** an unsolved problem titled "new-member-x" under [Issues](../../issues)
7+
or if none exist, create a new issue asking for one
8+
- This can have a title such as 'New member in need of a problem'
9+
1. **Reserve** the issue by commenting that you intend to
10+
solve the problem, or assigning it to yourself
11+
1. **Solve** the problem locally
12+
1. **Create a branch** with a descriptive name (e.g. new-member-x)
13+
- To create a branch, click on the repo name (js), then click on the
14+
"Branch: master" button, and type in the new branch name
1015
1. **Push** your solution to the newly created branch.
11-
- See resources at the bottom of the page for more info on how to do this.
12-
1. **Create a pull request** to allow someone to merge your solution onto the repo.
13-
- Click on the green pull request button which is next to the new branch button.
14-
- Set the "base" to "master" and the "compare" to your new branch name.
15-
- Someone will merge your pull request after they double check that your solution is correct.
16-
1. **Post a new simple JS problem** titled "new-member-x+1" under Issues for the next person to practice. Keep the problem simple!
16+
- See resources at the bottom of the page for more info on how to do this
17+
1. **Create a pull request** to allow someone to merge your solution onto the repo
18+
- Click on the green pull request button which is next to the new branch button
19+
- Set the "base" to "master" and the "compare" to your new branch name
20+
- Someone will merge your pull request after they double check that your solution is correct
21+
1. **Post a new *simple* JS problem** titled "new-member-x+1" under Issues for
22+
the next person to practice.
23+
- Keep the problem simple! Have a look at 8kyu and 7kyu Katas on Codewars for inspiration.
1724

1825
### If you have any suggestions for this repo:
1926

20-
* feel free to post them in an issue
21-
* or make a pull request with your changes
22-
* please be descriptive in your comments!
27+
- feel free to post them in an issue
28+
- or make a pull request with your changes
29+
- please be descriptive in your comments!
2330

2431
Before the changes are merged make sure there's at least a short discussion about them first.
2532

2633
### Resources:
27-
**Here's a good read on Git:**
28-
29-
https://github.com/NataliaLKB/learn-git-basics
30-
31-
**A nice tutorial on resolving conflicts when merging
32-
33-
http://www.gitguys.com/topics/merging-with-a-conflict-conflicts-and-resolutions/
34+
[**Youtube introduction to GitHub (30 minutes)**](https://www.youtube.com/playlist?list=PLfdtiltiRHWFEbt9V04NrbmksLV4Pdf3j)
3435

35-
**Youtube introduction to GitHub (30 minutes)**
36+
[**A good read on Git**](https://github.com/NataliaLKB/learn-git-basics)
3637

37-
https://www.youtube.com/playlist?list=PLfdtiltiRHWFEbt9V04NrbmksLV4Pdf3j
38+
[**GitHub help on 'Fork a repo'**](https://help.github.com/articles/fork-a-repo/)
3839

39-
**GitHub help on 'Fork a repo'**
40-
https://help.github.com/articles/fork-a-repo/
40+
[**A nice tutorial on resolving conflicts when merging**](http://www.gitguys.com/topics/merging-with-a-conflict-conflicts-and-resolutions/)

0 commit comments

Comments
 (0)