mirror of
https://github.com/jlengrand/jreleaser.git
synced 2026-03-10 08:31:24 +00:00
[chore] Add translation issue template [ci skip]
This commit is contained in:
2
.github/ISSUE_TEMPLATE/custom.md
vendored
2
.github/ISSUE_TEMPLATE/custom.md
vendored
@@ -2,7 +2,7 @@
|
||||
name: Issue
|
||||
about: Report an issue
|
||||
title: ''
|
||||
labels: ''
|
||||
labels: 'bug'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -2,7 +2,7 @@
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ''
|
||||
labels: 'enhancement'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
16
.github/ISSUE_TEMPLATE/translation.md
vendored
Normal file
16
.github/ISSUE_TEMPLATE/translation.md
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
name: Translation
|
||||
about: Suggest a translation
|
||||
title: ''
|
||||
labels: 'translation'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
Would you like to add a new translation or fix/update an existing translation?
|
||||
-->
|
||||
|
||||
Please check the translation files you want to add/fix/update:
|
||||
|
||||
- [ ] CLI: (apps/jreleaser/src/main/resources/org/jreleaser/cli/Messages*.properties)
|
||||
Reference in New Issue
Block a user