Skip to content

Commit

Permalink
Added issue form for developer productivity (#17424)
Browse files Browse the repository at this point in the history
* Added issue form for developer productivity

* Corrected suffix to match other files
  • Loading branch information
melinath committed Mar 4, 2024
1 parent c368e09 commit 135b6f4
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/14_developer_productivity.yml
@@ -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?

0 comments on commit 135b6f4

Please sign in to comment.