Skip to content

Commit f0d7ba3

Browse files
authored
Update PR/issue templates (#2638)
1 parent edf9e79 commit f0d7ba3

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ body:
1515
description: Which component(s) does your bug report concern?
1616
multiple: true
1717
options:
18-
- operator
1918
- collector
2019
- instrumentation
2120
- target allocator

.github/ISSUE_TEMPLATE/feature_request.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ body:
99
description: Which component(s) does your feature request concern?
1010
multiple: true
1111
options:
12-
- operator
1312
- collector
1413
- instrumentation
1514
- target allocator

.github/ISSUE_TEMPLATE/other.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ body:
99
description: Which component(s) does your issue concern?
1010
multiple: true
1111
options:
12-
- operator
1312
- collector
1413
- instrumentation
1514
- target allocator

.github/pull_request_template.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
33
Ex. Adding a feature - Explain what this achieves.-->
44

5-
**Link to tracking Issue:** <Issue number if applicable>
5+
**Link to tracking Issue(s):** <Issue number if applicable>
6+
7+
- Resolves: #issue-number
68

79
**Testing:** <Describe what testing was performed and which tests were added.>
810

0 commit comments

Comments
 (0)