From 4e9a56f70df14cb1c3bdc9f897b0231fa2d0e137 Mon Sep 17 00:00:00 2001 From: Maas Lalani Date: Thu, 18 Aug 2022 15:22:59 -0400 Subject: [PATCH] docs: Add CONTRIBUTING.md (#405) Co-authored-by: erdaltsksn --- CONTRIBUTING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..19ee18c766 --- /dev/null +++ b/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