mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Small updates
This commit is contained in:
@@ -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`
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user