Thank you for your interest in contributing to JackNotes. It is because of contributors like you that JackNotes continues to improve and grow into a better tool.
If you plan to submit a PR for a new feature, please create an issue beforehand to discuss your proposal. Once the idea has been reviewed and agreed upon, you may proceed with development and submit your PR. This process helps ensure smoother feedback and an efficient review workflow.
If you would like to fix a bug, you may submit a PR directly. Please include a clear description of the issue you addressed and reference any related reports.
For more details about ongoing and upcoming work, please refer to:
-
JackNotes Project Plan
https://github.com/jacksnotes/JackNotes/projects -
Roadmap & Enhancements
https://github.com/jacksnotes/JackNotes/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement
-
Clone the repository:
git clone https://github.com/jacksnotes/JackNotes.git -
Install dependencies:
npm install -
Start development:
npm run electron:serve
- Write clear and descriptive commit messages
- Follow the existing code style and project conventions
- Add tests for any new features
By contributing code, you agree that your contribution will be released under the MIT License.