From 1f7e3b18e77fd9ae419592d87f51555634272112 Mon Sep 17 00:00:00 2001 From: Aditya <97450298+1234-ad@users.noreply.github.com> Date: Sun, 15 Feb 2026 22:09:37 +0530 Subject: [PATCH] Add CONTRIBUTING.md for issue #20 --- CONTRIBUTING.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CONTRIBUTING.md 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.