Skip to content

Commit d85a822

Browse files
committed
docs: add CONTRIBUTING.md
1 parent 04e2816 commit d85a822

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Contributing
2+
3+
Thank you for your interest in contributing!
4+
5+
## Getting Started
6+
7+
1. Fork the repository
8+
2. Create a feature branch: `git checkout -b feature/your-feature`
9+
3. Make your changes
10+
4. Run tests: `pytest`
11+
5. Submit a Pull Request
12+
13+
## Code Style
14+
15+
- Follow existing code style and conventions
16+
- Write clear, descriptive commit messages
17+
- Add tests for new features
18+
19+
## Reporting Issues
20+
21+
Use GitHub Issues to report bugs or request features. Please include:
22+
- Steps to reproduce
23+
- Expected vs actual behavior
24+
- Environment details
25+
26+
## Pull Request Guidelines
27+
28+
- Keep PRs focused on a single change
29+
- Update documentation as needed
30+
- Ensure all tests pass
31+
32+
---
33+
*[Mukller](https://github.com/Mukller)*

0 commit comments

Comments
 (0)