diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..073352c --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,22 @@ +# Contributing to Pre-Conf + +Thank you for your interest in contributing to Pre-Conf! + +## Getting Started + +1. Fork the repository +2. Clone your fork locally +3. Create a new branch for your feature or fix +4. Make your changes +5. Test your changes thoroughly +6. Submit a pull request + +## Code Style + +- Follow existing code conventions +- Add comments for complex logic +- Write clear commit messages + +## Reporting Issues + +Please use the GitHub issue tracker to report bugs or suggest features.