Skip to content

Commit

Permalink
Merge pull request #42 from Aperture-Development/Issue-Templates
Browse files Browse the repository at this point in the history
Update issue templates
  • Loading branch information
ApertureDevelopment authored May 14, 2020
2 parents 9a0d364 + d4368d7 commit 90df549
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Bug report
about: Open a bug report when something doesnt work as it should
title: Bugreport
labels: bug
assignees: ''

---

**__Description__**
[Describe the bug as good as possible]

**__Reproduction__**
[How can we re-produce the bug, what did you do to cause it?]

**__Error Messages__**
```
[Add error messages here if you recieved any, if not leave this part out]
```

**__Optional: Screenshots__**
[Attach screenshots of the bug here if possible]
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature request
about: How can we make MSync even better?
title: Feature Request
labels: enhancement
assignees: ''

---

**__Description:__**
[Describe your feature idea as much as possible]

**__Usage Cases:__**
[In what cases would your feature be usefull]

**__Optional: Alternatives__**
[Alternative ideas for your feature you have considered. Explain what you came up with and why you think it's your feature is better]

0 comments on commit 90df549

Please sign in to comment.