Skip to content

Commit bf71a17

Browse files
fix: remove invalid characters from templates (#126)
1 parent 3d4d0e8 commit bf71a17

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed
Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
name: Bug Report
33
about: Create a report to help us improve
4-
title: Bug Report:
4+
title: Bug Report
55
---
6+
67
<!--- Please note this repository's Issue Tracker is not being watched.
78
Issues are instead being tracked in our public Jira project:
89
https://jira.mongodb.org/projects/COMPASS/summary
@@ -12,25 +13,31 @@ https://jira.mongodb.org/projects/COMPASS/summary
1213
## Bug Report
1314

1415
#### Current Behavior
16+
1517
<!--- A clear and concise description of the behavior -->
1618

1719
#### Code/Gist
18-
<!--- Any code, gist links, or repo links you have available that would be helpful for debugging -->
1920

21+
<!--- Any code, gist links, or repo links you have available that would be helpful for debugging -->
2022

2123
#### Expected behavior/code
24+
2225
<!--- A clear and concise description of what you expected to happen (or code). -->
2326

2427
#### Environment
28+
2529
<!--
2630
- node.js / npm versions: [e.g. node v10.3.0 / npm 6.7.1]
2731
- OS: [e.g. OSX 10.13.4, Windows 10]
2832
-->
33+
2934
- node.js / npm versions:
30-
- OS:
35+
- OS:
3136

3237
#### Possible Solution
38+
3339
<!--- Only if you have suggestions on a fix for the bug -->
3440

3541
#### Additional context/Screenshots
36-
<!--- Add any other context about the problem here. If applicable, add screenshots to help explain. -->>
42+
43+
<!--- Add any other context about the problem here. If applicable, add screenshots to help explain. -->

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Feature Request
33
about: Suggest an idea for this project
4-
title: Feature Request:
4+
title: Feature Request
55
---
66

77
<!--- Please note this repository's Issue Tracker is not being watched.
@@ -14,10 +14,13 @@ https://jira.mongodb.org/projects/COMPASS/summary
1414
## Feature Request
1515

1616
## Detailed Description
17+
1718
<!--- Provide a detailed description of the change or addition you are proposing -->
1819

1920
## Context
21+
2022
<!--- Why is this change important to you? How would you use it? -->
2123

2224
## Possible Implementation
23-
<!--- Optional: suggest an idea for implementing addition or change -->>
25+
26+
<!--- Optional: suggest an idea for implementing addition or change -->

.github/ISSUE_TEMPLATE/question.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
22
name: Bug Report
33
about: Create a report to help us improve
4-
title: Question:
4+
title: Question
55
---
6+
67
<!--- Provide a general summary of the issue in the Title above -->
78

89
## Question
10+
911
<!--- Provide your detailed question here -->
1012

1113
## Additional context
14+
1215
<!--- Optional: supply any additional context on what you are trying to do -->

0 commit comments

Comments
 (0)