Skip to content

Commit d3d4810

Browse files
committed
Added contributing steps
1 parent d2ebfef commit d3d4810

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Contributing
22
Contributions of any kind are welcome!
33

4+
## General Steps
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
11+
412
## Issues
513

614
### Creating an Issue

0 commit comments

Comments
 (0)