Skip to content

Commit

Permalink
Merge branch 'v4.x' into keys-annotations-3483
Browse files Browse the repository at this point in the history
  • Loading branch information
liliankasem authored Oct 17, 2024
2 parents 8826ed2 + 7cf3073 commit c9f32dd
Show file tree
Hide file tree
Showing 110 changed files with 6,671 additions and 1,939 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
Loading

0 comments on commit c9f32dd

Please sign in to comment.