From 5ef802371f1a9a2ab3c995a6e49bb29fad1f66a1 Mon Sep 17 00:00:00 2001 From: kyori19 Date: Thu, 1 Oct 2020 14:59:16 +0900 Subject: [PATCH] Update issue templates (#10) * Update issue templates * Delete old issue template --- .../ISSUE_TEMPLATE/bug_report.md | 13 +++++++++++-- .github/ISSUE_TEMPLATE/feature_request.md | 13 +++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) rename ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE/bug_report.md (54%) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 54% rename from ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug_report.md index a568a4dc8..5601c5d74 100644 --- a/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,16 @@ -[Issue text goes here]. +--- +name: Bug report +about: Create a report about the bug +title: '' +labels: '' +assignees: '' + +--- + +< Issue text goes here. > * * * * -- Tusky Version: +- Yuito Version: - Android Version: - Android Device: - Mastodon instance (if applicable): diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..db77d79a1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,13 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +< Issue text goes here. > + +* * * * +- [ ] I searched or browsed the repo’s other issues to ensure this is not a duplicate.