Skip to content

Commit

Permalink
Add GitHub Issue Templates (microsoft#142)
Browse files Browse the repository at this point in the history
Adds a couple of issue templates.
  • Loading branch information
nibanks authored Feb 14, 2020
1 parent eb0b95c commit 7309f17
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
File renamed without changes.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: "\U0001F41B Bug report"
about: Report a bug or unexpected behavior

---

### Describe the bug

A description of what the bug is.

### Steps to reproduce the behavior

1. Run X
2. View output
3. See error

### Expected vs actual behavior

A description of what you expected to happen and what actually happened.
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: "\U00002B50 Submit a feature request"
about: Request a feature that you think should be supported

---

### Describe the feature you'd like supported

A description of what the feature is.

### Proposed solution

What are the benefits/reasons for having this feature?

### Additional context

Add any other context that might be helpful, if applicable.
File renamed without changes.

0 comments on commit 7309f17

Please sign in to comment.