-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added issue form for developer productivity (#17424)
* Added issue form for developer productivity * Corrected suffix to match other files
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 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,30 @@ | ||
name: "[TEST] Developer Productivity" | ||
labels: ["technical-debt"] | ||
description: "[TEST] For bug reports, feature requests, and feedback about developing in the provider" | ||
body: | ||
- type: dropdown | ||
id: type | ||
attributes: | ||
label: What kind of contribution is this issue about? | ||
options: | ||
- "Other (specify in details)" | ||
- "Pull request UX" | ||
- "MMv1-based resource" | ||
- "tpgtools/DCL-based resource" | ||
- "Handwritten resource" | ||
- "Downstream builds" | ||
default: 0 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: details | ||
attributes: | ||
label: Details | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: references | ||
attributes: | ||
label: References | ||
description: | | ||
Are there any other GitHub issues (open or closed) or pull requests that should be [linked](https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests) here? Vendor documentation? |