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 04e2816 commit d85a822Copy full SHA for d85a822
1 file changed
CONTRIBUTING.md
@@ -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