Skip to content

Commit

Permalink
chore: fix issue templates (#1786)
Browse files Browse the repository at this point in the history
* fix issue templates

* fix bug report template

* fix bug report template

* fix bug report template

* try to fix bug report template

* try to fix bug report template

* try to fix bug report template

* try to fix bug report template
  • Loading branch information
mpoke authored Apr 12, 2024
1 parent 751e9d5 commit 72f6598
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
7 changes: 2 additions & 5 deletions .github/ISSUE_TEMPLATE/01-bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 🐞 Bug report
name: 🐛 Bug report
description: Create a report to help us squash bugs!
title: "[Bug]: "
labels: ["type: bug", "status: waiting-triage"]
Expand All @@ -17,13 +17,12 @@ body:
- label: I have searched the existing issues
required: true

- type: markdown
- type: markdown
attributes:
value: |
IMPORTANT: Prior to opening a bug report, check if it affects one of the core modules
and if its eligible for a bug bounty on `SECURITY.md`. Bugs that are not submitted
through the appropriate channels won't receive any bounty.
- type: textarea
id: what-happened
attributes:
Expand All @@ -33,15 +32,13 @@ body:
value: "A bug happened!"
validations:
required: true

- type: input
attributes:
label: Interchain Security Version
description: If applicable, specify the version you're using
placeholder: v4.0.0, v4.1.0, main, etc.
validations:
required: true

- type: textarea
id: reproduce
attributes:
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/02-feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ body:
label: Work Breakdown
description: |
Break the work into many tasks that will later be turned into issues that can be assigned to developers to work on.
This work may need to be broken up into phases of work in order to better organize when and how things get done.
placeholder: Description of the steps needed to deliver this feature
value: |
```[tasklist]
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/03-docs-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Documentation Request
description: Create an issue for missing or incorrect documentation
title: "[Documentation]: "
title: "[Docs]: "
labels: ["type: docs-req", "status: waiting-triage"]
body:
- type: markdown
Expand Down
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/04-epic-template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
name: EPIC Template
about: Basic template for EPICs (used by the team)
labels: 'admin: epic', 'status: waiting-triage'
name: Epic Template
about: Basic template for epics (used by the team)
title: "[Epic]: "
labels: ['admin: epic', 'status: waiting-triage']
---

## Problem
Expand Down

0 comments on commit 72f6598

Please sign in to comment.