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:added updated issue templates #53

Merged
merged 1 commit into from
Nov 5, 2021
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
12 changes: 0 additions & 12 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: Bug Report
about: Create a bug report to help us improve
---

<!--
- Please search for issues that matches the one you want to file.
- Please make sure your application version is up to date.
-->

### Description

<!-- Description of the bug -->

- [ ] Can you reproduce the issue? <!-- no: `[ ]` or yes: `[x]` -->

### Steps to reproduce

<!-- Steps how the issue occurred. -->

1. [First step]
2. [Second step]
3. [and so on...]

**Expected behavior:**

<!-- What you expected to happen -->

**Actual behavior:**

<!-- What actually happened -->

**Link to an example: [optional]**

<!-- If you're reporting a bug that's not reproducible, or it's hard to description, please paste a screenshot of reproducing this issue - gif format is appropriate -->

### Versions

- Mark Text version:
- Operating system:
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Feature Request
about: Suggest an idea for MyMonero Android Wallet
---

### Describe your feature request

<!-- Describe your feature you would like -->

### What problem does this feature solve? [optional]

<!-- Describe what problem does this feature solve -->

### Additional context [optional]

<!-- Any other context or screenshots about the feature request -->
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Question
about: Ask a question about MyMonero Android Wallet
---

### Question description

<!-- Ask your question here -->