Skip to content

Commit

Permalink
Update issue templates (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
belav authored Dec 15, 2023
1 parent 77b20b6 commit 18a2039
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/extension--rider--vs--vscode-.md
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**
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/formatting.md
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:**
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/integration.md
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:**

0 comments on commit 18a2039

Please sign in to comment.