diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index bd8194a..652d8cd 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -97,3 +97,23 @@ We could always use improvements to our documentation! Anyone can contribute to * More examples or generic templates that others can use. * Blog posts, articles and such – they’re all very much appreciated. * You can also edit documentation files directly in the GitHub web interface, without creating a local copy. This can be convenient for small typos or grammar fixes. + +## Release Notes +To add commit messages to release notes, tag the message in following format +``` +[TYPE] +``` +[TYPE] can be among the following +* FEATURE +* FIX +* DOC +* TEST +* CI +* REVERT +* FILTERADD +* FILTERMOD + +``` +Sample commit: +git commit -m "[TEST] test-message" +``` \ No newline at end of file