Skip to content

Commit 03020cd

Browse files
committed
chore: update PR and issue templates
1 parent fdb5d34 commit 03020cd

6 files changed

Lines changed: 25 additions & 26 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report_form.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ body:
2929
id: version
3030
attributes:
3131
label: Version
32-
description: What version of NCX Infra Controller Core are you running?
32+
description: What version of NVIDIA Infra Controller Core are you running?
3333
placeholder: "example: 0.3.0, main"
3434
validations:
3535
required: true
@@ -39,7 +39,7 @@ body:
3939
attributes:
4040
label: Describe the bug.
4141
description: Also tell us, what did you expect to happen?
42-
placeholder: XYZ occured, I expected QRS results
42+
placeholder: ABC occured, I expected XYZ results
4343
validations:
4444
required: true
4545

@@ -67,9 +67,9 @@ body:
6767
id: terms
6868
attributes:
6969
label: Code of Conduct
70-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/NVIDIA/ncx-infra-controller-core/blob/main/CODE_OF_CONDUCT.md)
70+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/NVIDIA/infra-controller/blob/main/CODE_OF_CONDUCT.md)
7171
options:
72-
- label: I agree to follow NCX Infra Controller's Code of Conduct
72+
- label: I agree to follow NVIDIA Infra Controller's Code of Conduct
7373
required: true
74-
- label: I have searched the [open bugs](https://github.com/NVIDIA/ncx-infra-controller-core/issues?q=is%3Aopen+is%3Aissue+type:Bug) and have found no duplicates for this bug report
74+
- label: I have searched the [open bugs](https://github.com/NVIDIA/infra-controller/issues?q=is%3Aopen+is%3Aissue+type:Bug) and have found no duplicates for this bug report
7575
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ blank_issues_enabled: true
2222
# link that below to have it show up in the 'Submit Issue' page
2323
contact_links:
2424
- name: Ask a Question
25-
url: https://github.com/NVIDIA/ncx-infra-controller-core/discussions
25+
url: https://github.com/NVIDIA/infra-controller/discussions
2626
about: Please ask any questions here.

.github/ISSUE_TEMPLATE/documentation_request_correction.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ body:
4242
id: correction_location
4343
attributes:
4444
label: Please provide a link or source to the relevant docs
45-
placeholder: "ex: https://github.com/NVIDIA/ncx-infra-controller-core/blob/main/README.md"
45+
placeholder: "ex: https://github.com/NVIDIA/infra-controller/blob/main/README.md"
4646
validations:
4747
required: true
4848

@@ -64,9 +64,9 @@ body:
6464
id: terms
6565
attributes:
6666
label: Code of Conduct
67-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/NVIDIA/ncx-infra-controller-core/blob/main/CODE_OF_CONDUCT.md)
67+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/NVIDIA/infra-controller/blob/main/CODE_OF_CONDUCT.md)
6868
options:
69-
- label: I agree to follow NCX Infra Controller's Code of Conduct
69+
- label: I agree to follow NVIDIA Infra Controller's Code of Conduct
7070
required: true
71-
- label: I have searched the [open documentation issues](https://github.com/NVIDIA/ncx-infra-controller-core/issues?q=is%3Aopen+is%3Aissue+type:Documentation) and have found no duplicates for this documentation issue
71+
- label: I have searched the [open documentation issues](https://github.com/NVIDIA/infra-controller/issues?q=is%3Aopen+is%3Aissue+type:Documentation) and have found no duplicates for this documentation issue
7272
required: true

.github/ISSUE_TEMPLATE/documentation_request_new.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515

1616
name: Documentation - New Documentation Request
17-
description: Request additions to NCX Infra Controller Core documentation
17+
description: Request additions to NVIDIA Infra Controller Core documentation
1818
title: "docs: "
1919
labels: ["doc"]
2020
type: Documentation
@@ -49,9 +49,9 @@ body:
4949
id: terms
5050
attributes:
5151
label: Code of Conduct
52-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/NVIDIA/ncx-infra-controller-core/blob/main/CODE_OF_CONDUCT.md)
52+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/NVIDIA/infra-controller/blob/main/CODE_OF_CONDUCT.md)
5353
options:
54-
- label: I agree to follow NCX Infra Controller's Code of Conduct
54+
- label: I agree to follow NVIDIA Infra Controller's Code of Conduct
5555
required: true
56-
- label: I have searched the [open documentation issues](https://github.com/NVIDIA/ncx-infra-controller-core/issues?q=is%3Aopen+is%3Aissue+type:Documentation) and have found no duplicates for this documentation issue
56+
- label: I have searched the [open documentation issues](https://github.com/NVIDIA/infra-controller/issues?q=is%3Aopen+is%3Aissue+type:Documentation) and have found no duplicates for this documentation issue
5757
required: true

.github/ISSUE_TEMPLATE/feature_request_form.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ body:
101101
id: terms
102102
attributes:
103103
label: Code of Conduct
104-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/NVIDIA/ncx-infra-controller-core/blob/main/CODE_OF_CONDUCT.md)
104+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/NVIDIA/infra-controller/blob/main/CODE_OF_CONDUCT.md)
105105
options:
106-
- label: I agree to follow NCX Infra Controller's Code of Conduct
106+
- label: I agree to follow NVIDIA Infra Controller's Code of Conduct
107107
required: true
108-
- label: I have searched the [open feature requests](https://github.com/NVIDIA/ncx-infra-controller-core/issues?q=is%3Aopen+is%3Aissue+type:Enhancement,Epic) and have found no duplicates for this feature request
108+
- label: I have searched the [open feature requests](https://github.com/NVIDIA/infra-controller/issues?q=is%3Aopen+is%3Aissue+type:Enhancement,Epic) and have found no duplicates for this feature request
109109
required: true

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
1-
## Description
21
<!-- Describe what this PR does -->
32

3+
## Related issues
4+
<!-- Refer to existing GitHub issues here -->
5+
46
## Type of Change
57
<!-- Check one that best describes this PR -->
68
- [ ] **Add** - New feature or capability
7-
- [ ] **Change** - Changes in existing functionality
9+
- [ ] **Change** - Changes in existing functionality
810
- [ ] **Fix** - Bug fixes
911
- [ ] **Remove** - Removed features or deprecated functionality
1012
- [ ] **Internal** - Internal changes (refactoring, tests, docs, etc.)
1113

12-
## Related Issues (Optional)
13-
<!-- If applicable, provide GitHub Issue. -->
14-
1514
## Breaking Changes
16-
- [ ] This PR contains breaking changes
17-
18-
<!-- If checked above, describe the breaking changes and migration steps -->
15+
<!-- If checked, describe the breaking changes and migration steps -->
16+
<!-- Breaking changes are not generally permitted, please discuss on a GitHub discussion or with the development team if you believe you need to break a backward compatibility guarantee -->
17+
- [ ] **This PR contains breaking changes**
1918

2019
## Testing
2120
<!-- How was this tested? Check all that apply -->
2221
- [ ] Unit tests added/updated
23-
- [ ] Integration tests added/updated
22+
- [ ] Integration tests added/updated
2423
- [ ] Manual testing performed
2524
- [ ] No testing required (docs, internal refactor, etc.)
2625

0 commit comments

Comments
 (0)