Small updates

This commit is contained in:
Neil Lathwood
2016-08-28 21:55:19 +01:00
parent 4dea6fadbc
commit 1964d1d998
2 changed files with 10 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ ensure you:
- For the commit message prepend it with one of the following tags for the pull request to appear in the changelog:
- devices: or newdevice: For new device support.
- feature: or feat: To indicate this is a new or updated feature
- webui: or web: To indicate this is an update to the WebUI
- fix: or bugfix: To show this is a bug fix.
- refactoring: or refactor: When the changes are refactoring a large portion of code
- You can reference an issue number with `#xyz`, i.e `#1234`

View File

@@ -4,15 +4,18 @@ issue_tracker_pattern: https://github.com/librenms/librenms/issues/\1
break: "## Changelog"
output_file_name: "doc/General/Changelog.md"
message_groups:
Devices:
- devices
- newdevice
Features:
- feature
- feat
Bugfixes:
- fix
- bugfix
Devices:
- devices
- newdevice
WebUI:
- webui
- web
Features:
- feature
- feat
Documentation:
- docs
- doc