Skip to content

Commit c5284ff

Browse files
authored
Merge pull request #426 from nasa/420-add-api-changes-section-to-pr-template
[#420] Updated Templates
2 parents 9912149 + e6c1c4e commit c5284ff

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/ISSUE_TEMPLATE/1-BUG_REPORT.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: "🐛 Bug Report"
1+
name: "Bug Report"
22
description: Create a new ticket for a bug.
3-
title: "🐛 [BUG] - <title>"
3+
title: ""
44
labels: [
55
"bug"
66
]
@@ -41,7 +41,6 @@ body:
4141
description: If applicable, add screenshots to help explain your problem.
4242
value: |
4343
![DESCRIPTION](LINK.png)
44-
render: bash
4544
validations:
4645
required: false
4746
- type: textarea

.github/ISSUE_TEMPLATE/2-FEATURE_REQUEST.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: "💡 Feature Request"
1+
name: "Feature Request"
22
description: Create a new ticket for a new feature request
3-
title: "💡 [REQUEST] - <title>"
3+
title: ""
44
labels: [
55
"question"
66
]

.github/pull_request_template.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@
1313

1414
### How do you test these changes?
1515

16-
<input type="text" id="explain" name="explain"/>
16+
17+
18+
### API Changes:

0 commit comments

Comments
 (0)