Skip to content

Commit

Permalink
Creating issue templates (#3768)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocav authored Jul 15, 2024
1 parent 9f498f1 commit c14a8c7
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/01-bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Bug Report
description: Create a report to help us improve
labels: ["potential-bug"]
body:
- id: version
type: textarea
attributes:
label: Version
placeholder: Please provide the Core Tools version exhibiting the problem.
validations:
required: true
- id: description
type: textarea
attributes:
label: Description
placeholder: Please provide a succinct description of the issue.
validations:
required: true
- id: repro
type: textarea
attributes:
label: Steps to reproduce
placeholder: Please provide the steps required to reproduce the problem.
validations:
required: true
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/02-feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Feature Request
description: Make a feature request
labels: ["enhancement"]
body:
- id: description
type: textarea
attributes:
label: Description
placeholder: Please provide a succinct description of the feature you would like to see.
validations:
required: true
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true

0 comments on commit c14a8c7

Please sign in to comment.