Skip to content

Commit 7282c50

Browse files
committed
updated contributing file
1 parent 0f16a8a commit 7282c50

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ Contributions of any kind are welcome!
33

44
## General Steps
55
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)
1113

1214
## Issues
1315

0 commit comments

Comments
 (0)