Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 967 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (18 loc) · 967 Bytes

Contributing

Pull requests are welcome. Please target the bugfix branch for fixes and develop for features. The master branch usually points to the latest release and should not be targeted. For major changes, please open an issue first to discuss what you would like to change.

Pull requests should include a detailed description and a draft for the changelog. If the pull request refers to an issue, please include the issue number as well as a closing keyword. You can use the following template as a reference for the body:

Description

## General/New Features/Improvements/Bugfixes/Deprecations/Removals

+ Added a new feature.
- Removed something.
* Changed/fixed/updated/improved something. #123

Closes #123

Commit messages should follow Conventional Commits. In short, the first line should start with fix:, feat: or BREAKING CHANGE: depending on the type of change.