Skip to content

Commit c4d0d7e

Browse files
author
Denis Peshkov
authored
Update ISSUE_TEMPLATE.md
add **Options override** block
1 parent 6661af9 commit c4d0d7e

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
### Installed product versions
22
- Visual Studio: [example 2015 Professional]
33
- This extension: [example 1.1.21]
4+
- Options override: [example
5+
```
6+
{
7+
CamelCaseEnumerationValues = false,
8+
CamelCasePropertyNames = true,
9+
CamelCaseTypeNames = false,
10+
11+
WebEssentials2015 = false,
12+
13+
ClassInsteadOfInterface = false,
14+
DeclareModule = false,
15+
DefaultModuleName = "Server.Dtos",
16+
EOLType = EOLType.LF,
17+
IgnoreIntellisense = true,
18+
IndentTab = false,
19+
IndentTabSize = 2,
20+
UseNamespace = true,
21+
}
22+
```
23+
]
424

525
### Description
626
Replace this text with a short description
@@ -15,4 +35,4 @@ Replace this text with a short description
1535
Explain what it's doing and why it's wrong
1636

1737
### Expected behavior
18-
Explain what it should be doing after it's fixed.
38+
Explain what it should be doing after it's fixed.

0 commit comments

Comments
 (0)