Skip to content

Commit fcd3840

Browse files
authored
Add contributing guidelines and code of conduct
Added guidelines for contributing to the project, including how to contribute, reporting issues, and a code of conduct.
1 parent f0a3d17 commit fcd3840

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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.

0 commit comments

Comments
 (0)