Skip to content

Commit

Permalink
[doc] Added release notes section to contribution.md (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
nandinivij authored and GitHub committed Jul 10, 2020
1 parent 4cb0e76 commit e27f863
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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] <commit message>
```
[TYPE] can be among the following
* FEATURE
* FIX
* DOC
* TEST
* CI
* REVERT
* FILTERADD
* FILTERMOD

```
Sample commit:
git commit -m "[TEST] test-message"
```

0 comments on commit e27f863

Please sign in to comment.