From d1059b8cb273da423398b1e1f2eb21324dbd34f8 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Fri, 10 Nov 2023 15:16:03 +0100 Subject: [PATCH 1/2] chore: Add labels to the issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bdbc3ddb3c..c462bb07be 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: '' +labels: 'bug' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7d61..36014cde56 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: '' --- From 719b956ebb712f364a8d1b0fda23cf066c6ccf59 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Fri, 10 Nov 2023 15:16:24 +0100 Subject: [PATCH 2/2] chore: Ask for Mastodon account names in issue reports --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +++ .github/ISSUE_TEMPLATE/feature_request.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c462bb07be..0af75616e7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -32,5 +32,8 @@ Please include the version of Pachli and Android you are using, and the software **Additional context** Add any other context about the problem here. +**Mastodon account, for credit** +If you would like to be credited in the release notes please include your Mastodon account name here. + **Affirmation** I have checked other issues for this project (open and closed) and I cannot find one that matches the problem I am reporting. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 36014cde56..aeec7715f8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -18,3 +18,6 @@ A clear and concise description of any alternative solutions or features you've **Additional context** Add any other context or screenshots about the feature request here. + +**Mastodon account, for credit** +If you would like to be credited in the release notes please include your Mastodon account name here.