Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add issue templates #1124

Merged
merged 1 commit into from
May 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: "Bug report"
about: Create a report to help us improve
---
<!-- Thank you for reporting a bug in BC Wallet. Please fill in as much of the template below as you can. -->

### 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
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/2-feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: "Feature request"
about: Suggest a new feature for BC Wallet
---
<!-- Thank you for requesting a feature in BC Wallet. Please fill in as much of the template below as you can. -->

### Description of feature / user story

### Acceptance Criteria

### Wireframes or relevant image assets / links
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/3-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: "Help request"
about: Let us know where you're getting stuck
---
<!-- We're happy to see you're trying out BC Wallet and Bifold! Please fill in as much of the template below as you can and we'll try to help you out. -->

### 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
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/4-general.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
name: "General issue"
about: For everything else
---