Files
PathOfBuilding/.github/release.yml
QuickStick 0eea5fdb03 Add new issue templates and try to implement better tagging. (#4614)
* Update and add more specific issue templates.

* switch misc template to a bug report about the app.
2022-12-09 04:31:45 -06:00

35 lines
683 B
YAML

# .github/release.yml
changelog:
exclude:
labels:
- technical
- invalid
- duplicate
authors:
- github-actions
categories:
- title: New to Path of Building
labels:
- enhancement
- title: Fixed Crashes
labels:
- crash
- title: User Interface
labels:
- user-interface
- title: Fixed Calculations
labels:
- "bug: calculation"
- title: Fixed Behaviours
labels:
- "bug: behaviour"
- title: Accuracy Improvements
labels:
- "bug: accuracy"
- title: Fixed Bugs
labels:
- bug
- title: Other changes
labels:
- "*"