Skip to content

Commit dd4d04a

Browse files
authored
Create CONTRIBUTING.md
1 parent 9310c59 commit dd4d04a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)