Skip to content

Commit

Permalink
housekeeping: add back issue template for stack overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson committed Apr 1, 2019
1 parent 12f2b8d commit 87a180e
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 0 deletions.
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] Summary of item"
labels: bug
assignees: ''

---

<!--
Please note although we can't commit to any timeline, priority will be given to those who are [Contributors](https://github.com/reactiveui/ReactiveUI#contribute ) to the project.
If this is a question please ask on [StackOverflow](https://stackoverflow.com/questions/tagged/reactiveui).
-->

**Describe the bug**
<!-- A clear and concise description of what the bug is. -->



**Steps To Reproduce**
<!--
Provide the steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
-->



**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->



**Screenshots**
<!-- If applicable, add screenshots to help explain your problem. -->



**Environment**
<!-- Please complete the following information. -->
- OS: <!-- [e.g. iOS] -->
- Version <!-- [e.g. 22] -->
- Device: <!-- [e.g. iPhone6] -->

**Additional context**
<!-- Add any other context about the problem here. -->
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: feature request
assignees: ''

---

<!--
Please note although we can't commit to any timeline, priority will be given to those who are [Contributors](https://github.com/reactiveui/ReactiveUI#contribute ) to the project.
If this is a question please ask on [StackOverflow](https://stackoverflow.com/questions/tagged/reactiveui).
-->

**Is your feature request related to a problem? Please describe.**
<!-- A clear and concise description of what the problem is. -->



**Describe the solution you'd like**
<!-- A clear and concise description of what you want to happen. -->



**Describe alternatives you've considered**
<!-- A clear and concise description of any alternative solutions or features you've considered. -->



**Describe suggestions on how to achieve the feature**
<!-- A clear description to how to achieve the feature. -->



**Additional context**
<!-- Add any other context or screenshots about the feature request here. -->

0 comments on commit 87a180e

Please sign in to comment.