From 186363c4416e41c49ac8d2de2697b6eb814e5db7 Mon Sep 17 00:00:00 2001 From: Bryce McMath Date: Thu, 25 May 2023 12:38:51 -0700 Subject: [PATCH] chore: add issue templates Signed-off-by: Bryce McMath --- .github/ISSUE_TEMPLATE/1-bug-report.md | 30 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/2-feature-request.md | 11 ++++++++ .github/ISSUE_TEMPLATE/3-help.md | 21 +++++++++++++++ .github/ISSUE_TEMPLATE/4-general.md | 4 +++ 4 files changed, 66 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/1-bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/2-feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/3-help.md create mode 100644 .github/ISSUE_TEMPLATE/4-general.md diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md new file mode 100644 index 000000000..54b46db23 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-bug-report.md @@ -0,0 +1,30 @@ +--- +name: "Bug report" +about: Create a report to help us improve +--- + + +### Description of problem + +### Expected behavior + +### Steps to reproduce + +### Screenshots and/or log output + +### Environment +- [ ] Occurs on Android +- [ ] Occurs on iOS + +Build #: + +Android Device Model: + +iOS Device Model: + +### Workaround + +### Severity +- [ ] High +- [ ] Medium +- [ ] Low \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.md b/.github/ISSUE_TEMPLATE/2-feature-request.md new file mode 100644 index 000000000..2d8c8c34d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-feature-request.md @@ -0,0 +1,11 @@ +--- +name: "Feature request" +about: Suggest a new feature for BC Wallet +--- + + +### Description of feature / user story + +### Acceptance Criteria + +### Wireframes or relevant image assets / links \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/3-help.md b/.github/ISSUE_TEMPLATE/3-help.md new file mode 100644 index 000000000..8923ad15b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-help.md @@ -0,0 +1,21 @@ +--- +name: "Help request" +about: Let us know where you're getting stuck +--- + + +### Description of problem + +### Steps taken to solve +- [ ] Read through docs in this repo and aries-mobile-agent-react-native +- [ ] Posted in Hyperledger Discord + +### Screenshots and/or log output + +### Development Environment +- [ ] Android +- [ ] iOS +- [ ] Mac (Intel) +- [ ] Mac (M1) +- [ ] Linux +- [ ] Windows \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/4-general.md b/.github/ISSUE_TEMPLATE/4-general.md new file mode 100644 index 000000000..de2e0d9f7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/4-general.md @@ -0,0 +1,4 @@ +--- +name: "General issue" +about: For everything else +---