From d2feadc6b4b003da4977f4543e60e6013471cbec Mon Sep 17 00:00:00 2001 From: algojack <87339414+algojack@users.noreply.github.com> Date: Wed, 21 Jul 2021 08:49:31 -0400 Subject: [PATCH] Update github feature request and bug report templates (#572) --- ...lgorand-engineering-team-issue-template.md | 18 ----------- .github/ISSUE_TEMPLATE/bug_report.md | 30 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 23 ++++++++++++++ 3 files changed, 53 insertions(+), 18 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/algorand-engineering-team-issue-template.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/algorand-engineering-team-issue-template.md b/.github/ISSUE_TEMPLATE/algorand-engineering-team-issue-template.md deleted file mode 100644 index 18bf27ad0..000000000 --- a/.github/ISSUE_TEMPLATE/algorand-engineering-team-issue-template.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Algorand Engineering Team Issue Template -about: This is the template that Algorand internal team members use in conjunction - with their task management process. Feel free to use if you're an external contributor. -title: '' -labels: '' -assignees: '' - ---- - -## Summary -*Describe the problem identified or the general goal of this issue* - -## Scope/Requirements -*What's involved in this issue? What's required to achieve the goal?* - -## Urgency/Relative Priority -*How urgent is this issue? What are the timing considerations to take into account?* diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..880031609 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: "\U0001F41C Bug report" +about: Report a reproducible bug. +title: '' +labels: new-bug +assignees: '' + +--- + +### Subject of the issue + + + +### Your environment + + + +### Steps to reproduce + +1. +2. + +### Expected behaviour + +### Actual behaviour diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..7a16b83cb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: "\U0001F514 Feature Request" +about: Suggestions for how we can improve the algorand platform. +title: '' +labels: new-feature-request +assignees: '' +--- + +## Problem + + + +## Solution + + + +## Dependencies + + + +## Urgency + +