Skip to content

Commit

Permalink
docs: Add CONTRIBUTING.md (#405)
Browse files Browse the repository at this point in the history
Co-authored-by: erdaltsksn <erdal@taskesen.me>
  • Loading branch information
maaslalani and erdaltsksn committed Aug 18, 2022
1 parent 8b7b791 commit 4e9a56f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
@@ -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

0 comments on commit 4e9a56f

Please sign in to comment.