We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ebfef commit d3d4810Copy full SHA for d3d4810
CONTRIBUTING.md
@@ -1,6 +1,14 @@
1
# Contributing
2
Contributions of any kind are welcome!
3
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
+
12
## Issues
13
14
### Creating an Issue
0 commit comments