From 2aa39a0fb5fd48fb28b7fd4c1e41980674d291f4 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Thu, 30 Apr 2020 02:07:56 +0900 Subject: [PATCH] chore: Ported issue template from https://github.com/peaceiris/actions-gh-pages --- .github/ISSUE_TEMPLATE/1_user_support.md | 34 +++++++++++++++++++ .../{bug_report.md => 2_bug_report.md} | 6 ++-- .../{proposal.md => 3_proposal.md} | 2 +- 3 files changed, 38 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/1_user_support.md rename .github/ISSUE_TEMPLATE/{bug_report.md => 2_bug_report.md} (84%) rename .github/ISSUE_TEMPLATE/{proposal.md => 3_proposal.md} (93%) diff --git a/.github/ISSUE_TEMPLATE/1_user_support.md b/.github/ISSUE_TEMPLATE/1_user_support.md new file mode 100644 index 00000000..f8f9ca87 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1_user_support.md @@ -0,0 +1,34 @@ +--- +name: User Support +about: Questions for this Action +title: 'sample_title' +labels: support +assignees: peaceiris +--- + +**Check list before opening this issue** + +- [ ] I read the latest README of this repository. + +For users of the GitHub Pages Action: + +- [ ] I checked [Available Options](https://github.com/peaceiris/actions-gh-pages#options) +- [ ] I followed [Tips and FAQs](https://github.com/peaceiris/actions-gh-pages#tips-and-faq) +- [ ] I tried [Workflow Examples](https://github.com/peaceiris/actions-gh-pages#examples) + +**Describe your question** + +A clear and concise description of what the question is. + +**Link to your contents** + +- Link to your public repository here +- Link to your workflow here + +**Screenshots** + +If applicable, add screenshots to help explain your question. + +**Additional context** + +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/2_bug_report.md similarity index 84% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/2_bug_report.md index 306b5078..390e3ee1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/2_bug_report.md @@ -1,7 +1,7 @@ --- -name: Bug report -about: Create a report to help us improve -title: 'Bug: This is a sample issue title' +name: Bug Report +about: First, use the User Support Issue Template +title: 'sample_title' labels: bug assignees: peaceiris diff --git a/.github/ISSUE_TEMPLATE/proposal.md b/.github/ISSUE_TEMPLATE/3_proposal.md similarity index 93% rename from .github/ISSUE_TEMPLATE/proposal.md rename to .github/ISSUE_TEMPLATE/3_proposal.md index 46b7c8bb..0c7bd718 100644 --- a/.github/ISSUE_TEMPLATE/proposal.md +++ b/.github/ISSUE_TEMPLATE/3_proposal.md @@ -1,7 +1,7 @@ --- name: Proposal about: Suggest an idea for this project -title: 'proposal: This is a sample title' +title: 'sample_title' labels: proposal assignees: peaceiris