From 553967f76bcda21f76099a9d42c673e678553975 Mon Sep 17 00:00:00 2001 From: Pranay Prateek Date: Wed, 14 Jul 2021 21:13:34 +0530 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 55e21a4845..c39ad6a6a7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,3 +62,10 @@ You can always reach out to `ankit@signoz.io` to understand more about the repo - If you find anything missing in documentation, you can create an issue with label **documentation** - If you want to build any new feature, please create an issue with label `enhancement` - If you want to discuss something about the product, start a new [discussion](https://github.com/SigNoz/signoz/discussions) + +### Conventions to follow when submitting commits, PRs +We try to follow https://www.conventionalcommits.org/en/v1.0.0/ + +More specifically the commits and PRs should have type specifiers prefixed in the name. [This](https://www.conventionalcommits.org/en/v1.0.0/#specification) should give you a better idea + +Feel free to ping us on #contributing or #contributin-frontend on our slack community if you need any help on this :)