From e1f9620fd9fd4b245d878ded64b4ca78cfff3e28 Mon Sep 17 00:00:00 2001 From: jlbit <66541548+jlbit@users.noreply.github.com> Date: Mon, 25 Apr 2022 21:34:56 -0700 Subject: [PATCH] Update issue templates for bug reports and feature requests --- .github/ISSUE_TEMPLATE/bug_report.md | 40 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 10 ++++++ 2 files changed, 50 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000000..41b402540b5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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* + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000000..6f6902f2266 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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). \ No newline at end of file