File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Contributing
2+
3+ Thank you for your interest in contributing! Here's how you can help.
4+
5+ ## How to Contribute
6+
7+ 1 . ** Fork** the repository
8+ 2 . ** Create** a feature branch (` git checkout -b feature/your-feature ` )
9+ 3 . ** Commit** your changes (` git commit -m 'Add your feature' ` )
10+ 4 . ** Push** to the branch (` git push origin feature/your-feature ` )
11+ 5 . ** Open** a Pull Request
12+
13+ ## Guidelines
14+
15+ - Follow the existing code style and conventions
16+ - Write clear commit messages
17+ - Add tests for new features when applicable
18+ - Update documentation as needed
19+ - Keep pull requests focused on a single change
20+
21+ ## Reporting Issues
22+
23+ - Use GitHub Issues to report bugs or suggest features
24+ - Include steps to reproduce for bug reports
25+ - Provide context and expected vs actual behavior
26+
27+ ## Code of Conduct
28+
29+ Be respectful and constructive in all interactions. We are committed to providing a welcoming and inclusive experience for everyone.
You can’t perform that action at this time.
0 commit comments