Skip to content

Commit

Permalink
Update issue templates for bug reports and feature requests
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbit committed Apr 27, 2022
1 parent ad7d5de commit e1f9620
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
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
title: "[BUG]"
labels: bug
assignees: ''

---

**Describe the bug**

*E.g. when doing ..., ... unexpectedly happened*


**Reproduce Steps**

*Steps to reproduce the behavior:*

1. Go to '...'
2. Run '...'
4. See error '...'

**Business Impact and Suggested Priority**

*E.g. it impacts our validator because ...*


**Expected behavior**

*E.g. I expected it to work as ...*

**Screenshots**

*If applicable, add screenshots to help explain your problem.*


**Version**

*Which Osmosis version are you running? e.g. v6.0.0, v7.0.2*

10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[Feature Request]"
labels: enhancement
assignees: ''

---

Please open the feature request issue in osmosis-labs/feature-requests repo [here](https://github.com/osmosis-labs/feature-requests/issues).

0 comments on commit e1f9620

Please sign in to comment.