Skip to content

Commit

Permalink
chore: clarify issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm committed Jun 22, 2024
1 parent 1961bdb commit eda9b8b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ body:
description: What did you expect to happen?
validations:
required: true
- type: textarea
id: stack-trace
attributes:
label: Stack Trace
description: Please provide a stack trace if possible.
validations:
required: false
- type: textarea
id: repro
attributes:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# specific language governing permissions and limitations
# under the License.

name: Feature Request
description: Ask for a feature or improvement.
name: Enhancement/Feature Request
description: Suggest something that could be improved, or a new feature.
labels: ["Type: enhancement"]
body:
- type: textarea
Expand Down

0 comments on commit eda9b8b

Please sign in to comment.