Thanks for contributing to SanityPress! Here's how to get started:
- Fork & Clone the Repo
Fork the repo and clone your fork locally.
git clone https://github.com/your-username/sanitypress.git
- Create a Branch
Make a new branch for your changes.
git checkout -b feature-or-bugfix-name
- Make Changes
Ensure your code follows existing conventions, is documented, and includes tests (if relevant).
- Commit
Write clear commit messages and reference issue numbers.
git commit -m "Brief description of changes"
- Push
Push your branch to your fork.
git push origin feature-or-bugfix-name
- Submit a PR
Open a pull request to the main branch.
- Issues & Bugs
For bugs, open an issue with details. Feature requests are welcome, too.