-
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
name: Extension (Rider, VS, VSCode) | ||
about: Issuses for Rider, VS or VSCode Extension | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
BEFORE SUBMITTING AN ISSUE: | ||
See [Editor Troubleshooting](https://csharpier.com/docs/EditorsTroubleshooting) for how to view logs and troubleshoot some issues with csharpier not installing/running. | ||
Note that the extension is versioned separately from CSharpier. It is designed to work with any version of CSharpier. | ||
--> | ||
|
||
**Environments** | ||
- IDE Version: | ||
- Extension Version: | ||
- CSharpier Version: | ||
- Operating System: | ||
- .csharpierrc Settings: | ||
- .editorconfig Settings: | ||
|
||
**Log Output** | ||
|
||
**Steps to reproduce** | ||
|
||
**Expected behavior** | ||
|
||
**Actual behavior** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: Formatting | ||
about: Issues for ugly or incorrect code. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Input:** | ||
|
||
**Output:** | ||
|
||
**Expected behavior:** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
name: Integration | ||
about: Issues for CLI, MsBuild, API | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Environments:** | ||
|
||
- CSharpier Version: | ||
- Running CSharpier via: <!-- dotnet cli, msbuild, API --> | ||
- Operating System: | ||
- .csharpierrc Settings: | ||
- .editorconfig Settings: | ||
|
||
**Steps to reproduce:** | ||
|
||
**Expected behavior:** | ||
|
||
**Actual behavior:** |