docs: Add CONTRIBUTING.md (#405)

Co-authored-by: erdaltsksn <erdal@taskesen.me>
This commit is contained in:
Maas Lalani 2022-08-18 15:22:59 -04:00 committed by GitHub
parent 8b7b7918d3
commit 4e9a56f70d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,13 @@
# Contributing
Pull requests are welcome for any changes.
Consider opening an issue for larger changes to get feedback on the idea from the team.
If your change touches parts of the Bubble Tea renderer or internals, make sure
that all the examples in the `examples/` folder continue to run correctly.
For commit messages, please use conventional commits[^1] to make it easier to
generate release notes.
[^1]: https://www.conventionalcommits.org/en/v1.0.0