From ee35867b73f90b750d41a31b42090ea12c166bbb Mon Sep 17 00:00:00 2001 From: Al Date: Fri, 5 Jan 2024 11:25:15 +0100 Subject: [PATCH] chore: adding github issue templates (#379) * chore: adding github issue templates * chore: update .github/ISSUE_TEMPLATE/feature_request.md Co-authored-by: Neil Campbell * chore: update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: Neil Campbell --------- Co-authored-by: Neil Campbell --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 27 +++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..74a0be31 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: "\U0001F41C Bug report" +about: Report a reproducible bug. +title: '' +labels: 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 00000000..eea8c491 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,27 @@ +--- +name: "\U0001F514 Feature Request" +about: Suggestions for how we can improve the algorand platform. +title: '' +labels: enhancement +assignees: '' +--- + +## Problem + + + +## Solution + + + +### Proposal + + + +### Pros and Cons + + + +## Dependencies + +