We're excited that you're interested in contributing to CentoSync! This document outlines the process for contributing to this project and how to get started.
By participating in this project, you are expected to uphold our Code of Conduct.
- Ensure the bug was not already reported by searching on GitHub under Issues.
- If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.
- Open a new issue with a clear title and detailed description of the suggested enhancement.
- Provide any relevant examples or mockups if applicable.
- Fork the repo and create your branch from
main
. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Make sure your code is formatted.
- Issue that pull request!
To set up CentoSync for development:
- Fork and clone the repo
- Run
npm install
to install dependencies - Run
npm run dev
to start the development server
This section lists the labels we use to help us track and manage issues and pull requests.
bug
- Issues that are bugs.enhancement
- Issues that are feature requests.documentation
- Issues or pull requests related to documentation.good first issue
- Good for newcomers.
If you have any questions, create an issue (protip: do a quick search first to see if someone else didn't ask the same question before!).
Thank you for contributing to CentoSync!