-
Notifications
You must be signed in to change notification settings - Fork 606
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update issue templates for bug reports and feature requests
- Loading branch information
Showing
2 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |