Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 919 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (15 loc) · 919 Bytes

Contributing Guidelines

Before you start

Make sure your idea hasn't been already added (see Unreleased under CHANGELOG.md)

Issues

If you encounter an issue with the project, such as compilation issues, create an issue:

  1. Make sure your issue hasn't already been encountered.
  2. Open an issue, adding as many details as possible.

Pull Requests

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)