From 5adf9730e50182a5a01b4293acac0da9d42e6df9 Mon Sep 17 00:00:00 2001 From: Andres Almiray Date: Tue, 5 Oct 2021 20:53:29 +0200 Subject: [PATCH] [chore] Add translation issue template [ci skip] --- .github/ISSUE_TEMPLATE/custom.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/translation.md | 16 ++++++++++++++++ 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/translation.md diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index 99bc4b47..71598f70 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -2,7 +2,7 @@ name: Issue about: Report an issue title: '' -labels: '' +labels: 'bug' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7d..36014cde 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: '' +labels: 'enhancement' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/translation.md b/.github/ISSUE_TEMPLATE/translation.md new file mode 100644 index 00000000..f346dfde --- /dev/null +++ b/.github/ISSUE_TEMPLATE/translation.md @@ -0,0 +1,16 @@ +--- +name: Translation +about: Suggest a translation +title: '' +labels: 'translation' +assignees: '' + +--- + + + +Please check the translation files you want to add/fix/update: + + - [ ] CLI: (apps/jreleaser/src/main/resources/org/jreleaser/cli/Messages*.properties)