Skip to content

Commit 489d34d

Browse files
authored
Update issue templates
1 parent 48383e5 commit 489d34d

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: "\U0001F41E Bug report"
3-
about: Report a bug in the Angular Language Service extension, or in the language server.
3+
about: Report a bug in the Angular Language Service extension, or in the language
4+
server.
45
title: ''
56
labels: bug
67
assignees: ''
@@ -104,6 +105,21 @@ Operating System:
104105

105106
</code></pre>
106107

108+
109+
Extension options:
110+
<pre><code>
111+
<!--
112+
Provide any workspace or user settings configured for the extension in the `settings.json` files.
113+
These are prefixed with the `angular.` namespace.
114+
Example:
115+
```
116+
"angular.log": "terse",
117+
"angular.view-engine": true,
118+
```
119+
-->
120+
<!-- ✍️-->
121+
122+
</code></pre>
123+
107124
**Anything else relevant?**
108125
<!-- ✍️Do any of these matter hardware, other extensions installed, build environment, ...? If so, please mention it below. -->
109-

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: "\U0001F680 Feature request"
3-
about: Suggest a feature for the Angular Language Service extension, or in the language server.
3+
about: Suggest a feature for the Angular Language Service extension, or in the language
4+
server.
45
title: ''
56
labels: feature
67
assignees: ''
@@ -41,5 +42,4 @@ What does this bug affect
4142

4243
### Anything else relevant?
4344

44-
<!-- ✍️Aare screenshots or any other information needed to prvoide context? If so, please mention it below. -->
45-
45+
<!-- ✍️Aare screenshots or any other information needed to prvoide context? If so, please mention it below. -->

0 commit comments

Comments
 (0)