Thank you for considering contributing to SuomiNotes! We welcome contributions from everyone. By participating in this project, you agree to abide by the code of conduct.
There are many ways you can contribute to SuomiNotes, including but not limited to:
- Reporting bugs
- Suggesting enhancements
- Writing documentation
- Fixing bugs
- Adding new features
- Improving existing features
If you're new to contributing to open source projects, you can follow these steps to get started:
- Fork the repository on GitHub.
- Clone your forked repository to your local machine: git clone https://github.com/Curtis-Thomas/SuomiNotes.git
- Create a new branch for your changes: git checkout -b feature/your-feature
- Make your changes and test them thoroughly.
- Commit your changes: git commit -am 'Add some feature'
- Push to your branch: git push origin feature/your-feature
- Create a new pull request on GitHub from your forked repository to the main repository.
- Before starting any work, please open an issue to discuss the changes you would like to make.
- Ensure your code is well-tested.
- Keep your commits focused. Each commit should represent a single logical change.
- Write clear and detailed commit messages.
- Update the documentation if your changes introduce new features or modify existing ones.
Please note that SuomiNotes is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.
If you need any help or have questions, feel free to open an issue.
We appreciate your interest in contributing to SuomiNotes!