2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-07-04 18:22:02 +00:00

docs: add CONTRIBUTING.md

This commit is contained in:
Devin Singh 2021-04-08 08:59:54 -05:00
parent bbfe28dbae
commit 63c8fe61be
No known key found for this signature in database
GPG Key ID: 7EA319C5D57B6506

10
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,10 @@
# Contributing
## Pull Request Process
1. Ensure that any new install or build dependencies are documented in the README.md and PR request.
2. Update the README.md with details of changes to the shell, this includes useful file locations
and breaking changes.
3. The versioning scheme we use is [SemVer](http://semver.org/) and the commit scheme we use is
[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). Please document any
backwards incompatible changes and be sure to name your commits correctly.