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 9310c59 commit dd4d04aCopy full SHA for dd4d04a
1 file changed
CONTRIBUTING.md
@@ -0,0 +1,9 @@
1
+## Contributing
2
+Thank you for contributing!
3
+ 1. Fork the repository
4
+ 2. Create a branch: git checkout -b feature-name
5
+ 3. Make your changes and commit: git commit -m “Add feature”
6
+ 4. Push the branch: git push origin feature-name
7
+ 5. Open a Pull Request
8
+
9
+Ensure your code follows existing style and passes tests.
0 commit comments