Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.16 KB

CONTRIBUTING.md

File metadata and controls

34 lines (21 loc) · 1.16 KB

Introduction

Thank you for your interest in contributing to Aide!

This very short guide contains minimal ground rules regarding what is expected from contributors.

Commit Message Format

Changelog is based on conventional commit messages, so it is important for all contributors to follow these guideline.

Additionally if a commit is scoped to one or multiple crates in the repository, the crate names must appear in the commit message scope.

The commit that adds some new feature to aide should look like this:

feat(aide): added new feature

Your First Contribution

Before you even start working on any code, make sure that your contribution fits the project and no one is already working on the same thing.

If you are unsure, feel free to open an issue or start a discussion!

License

All contributions are licensed under MIT or Apache-2.0 at your option.