From e62292988610b68d4a507eaa37d135db3684ddd7 Mon Sep 17 00:00:00 2001 From: Patches Date: Sun, 19 Aug 2018 10:33:47 -0500 Subject: [PATCH] Update issue templates --- ...wisefy-issue-template.md => bug-report.md} | 12 +++---- .github/ISSUE_TEMPLATE/bug_report.md | 35 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 22 ++++++++++++ 3 files changed, 62 insertions(+), 7 deletions(-) rename .github/ISSUE_TEMPLATE/{wisefy-issue-template.md => bug-report.md} (71%) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/wisefy-issue-template.md b/.github/ISSUE_TEMPLATE/bug-report.md similarity index 71% rename from .github/ISSUE_TEMPLATE/wisefy-issue-template.md rename to .github/ISSUE_TEMPLATE/bug-report.md index a142743b..c3fd40b3 100644 --- a/.github/ISSUE_TEMPLATE/wisefy-issue-template.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,22 +1,20 @@ --- -name: WiseFy Issue Template -about: Create a report to help improve this library +name: Bug Report +about: Create a report to help us improve --- -Thank you for creating an issue to improve this library! Please check Please check [the current issues](/issues) to make sure that the improvement isn't already being worked on. +Thank you for creating an issue to improve this library! Please check Please check https://github.com/isuPatches/WiseFy/issues to make sure that the improvement isn't already being worked on. **Description** -A clear and concise description of the bug or feature. +A clear and concise description of the bug. **Additional context** -Add any other context about the request or bug here. +Add any other context about the bug here. **Screenshots** If applicable, add screenshots to help explain. -*For Bugs* - **To Reproduce** Steps to reproduce the behavior: 1. Create WiseFy instance diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..b7353733 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,35 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..10f16379 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,22 @@ +--- +name: Feature Request +about: Suggest an idea for this project + +--- + +Thank you for creating an issue to improve this library! Please check Please check https://github.com/isuPatches/WiseFy/issues to make sure that the improvement isn't already being worked on. + +**Description** +A clear and concise high-level description of the request. (i.e. As a developer I want ___ so that ___) + +**Reason** +A brief explanation as to why it matters to you and your project. + +**Acceptance Criteria** +Describe in more detail the request. (i.e. - a method is added to the library, - the method when called does ___, etc.) + +**Additional context** +Add any other context about the request here. + +**Images** +If applicable, add screenshots to help explain.