File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,13 @@ Contributions of any kind are welcome!
3
3
4
4
## General Steps
5
5
1 . Identify an Issue or feature to add
6
- 2 . Fork this repository to your GitHub
7
- 3 . Clone the repository from your GitHub
8
- 4 . Create a new branch with: ` git checkout -b newBranchName `
9
- 5 . Complete your work and push your new branch to your GitHub
10
- 6 . Come back to this repo and create a Pull Request to merge your branch with the fix/feature
6
+ 2 . Check posted Issues to see if your issue has already been posted
7
+ 3 . If not, create a new Issue (see directions below)
8
+ 4 . Fork this repository to your GitHub
9
+ 5 . Clone the repository from your GitHub
10
+ 6 . Create a new branch with: ` git checkout -b newBranchName `
11
+ 7 . Complete your work and push your new branch to your GitHub
12
+ 8 . Come back to this repo and create a Pull Request to merge your branch with the fix/feature (see directions below)
11
13
12
14
## Issues
13
15
You can’t perform that action at this time.
0 commit comments