Skip to content

Commit 4bce885

Browse files
authored
Merge pull request #435 from nasa/revert-426-420-add-api-changes-section-to-pr-template
Revert "[#420] Updated Templates"
2 parents c5284ff + 8100324 commit 4bce885

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/ISSUE_TEMPLATE/1-BUG_REPORT.yml

Lines changed: 3 additions & 2 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: ""
3+
title: "🐛 [BUG] - <title>"
44
labels: [
55
"bug"
66
]
@@ -41,6 +41,7 @@ body:
4141
description: If applicable, add screenshots to help explain your problem.
4242
value: |
4343
![DESCRIPTION](LINK.png)
44+
render: bash
4445
validations:
4546
required: false
4647
- 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: ""
3+
title: "💡 [REQUEST] - <title>"
44
labels: [
55
"question"
66
]

.github/pull_request_template.md

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

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

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

0 commit comments

Comments
 (0)