-
Notifications
You must be signed in to change notification settings - Fork 440
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'v4.x' into keys-annotations-3483
- Loading branch information
Showing
110 changed files
with
6,671 additions
and
1,939 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: true |
Oops, something went wrong.