Make sure your idea hasn't been already added (see Unreleased
under CHANGELOG.md
)
If you encounter an issue with the project, such as compilation issues, create an issue:
- Make sure your issue hasn't already been encountered.
- Open an issue, adding as many details as possible.
If you have an addition to the project, or are fixing an issue, create a Pull Request.
Make sure you follow Conventional Commit Messages.
When you finish, add your changes to the CHANGELOG.md
in Unreleased.
Make sure to follow Keep a Changelog guidelines.
When you do add to the Changelog, add all of your commit names exactly as they appear, along with your handle after in parenthesis.
Example:
chore: add new file (@Villy-P)