diff --git a/.github/ISSUE_TEMPLATE/extension--rider--vs--vscode-.md b/.github/ISSUE_TEMPLATE/extension--rider--vs--vscode-.md index 6bc65ede6..d3ed20d7b 100644 --- a/.github/ISSUE_TEMPLATE/extension--rider--vs--vscode-.md +++ b/.github/ISSUE_TEMPLATE/extension--rider--vs--vscode-.md @@ -11,6 +11,8 @@ assignees: '' BEFORE SUBMITTING AN ISSUE: +Option requests are out of scope for CSharpier, they will be closed without discussion. + 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. diff --git a/.github/ISSUE_TEMPLATE/formatting.md b/.github/ISSUE_TEMPLATE/formatting.md index a5d68573c..ee625cce6 100644 --- a/.github/ISSUE_TEMPLATE/formatting.md +++ b/.github/ISSUE_TEMPLATE/formatting.md @@ -7,6 +7,14 @@ assignees: '' --- + + **Input:** **Output:** diff --git a/.github/ISSUE_TEMPLATE/integration.md b/.github/ISSUE_TEMPLATE/integration.md index 127d1bce1..bb918152d 100644 --- a/.github/ISSUE_TEMPLATE/integration.md +++ b/.github/ISSUE_TEMPLATE/integration.md @@ -7,6 +7,14 @@ assignees: '' --- + + **Environments:** - CSharpier Version: diff --git a/Src/Website/docs/About.md b/Src/Website/docs/About.md index 236a7df98..953884bd7 100644 --- a/Src/Website/docs/About.md +++ b/Src/Website/docs/About.md @@ -5,9 +5,9 @@ hide_table_of_contents: true --- CSharpier is an opinionated code formatter for c#. It uses Roslyn to parse your code and re-prints it using its own rules. -The printing process was ported from [prettier](https://github.com/prettier/prettier) but has evolved over time. +The printing process was ported from [prettier](https://github.com/prettier/prettier) but has evolved over time. -CSharpier provides a few basic options that affect formatting and has no plans to add more. It follows the [Option Philosophy](https://prettier.io/docs/en/option-philosophy.html) of prettier. +CSharpier provides a few basic options that affect formatting and follows the [Option Philosophy](https://prettier.io/docs/en/option-philosophy.html) of prettier. Option requests are out of scope for CSharpier, they will be closed without discussion. ### Quick Start Install CSharpier in a project with the following command. diff --git a/docs/About.md b/docs/About.md index 236a7df98..f4c018c50 100644 --- a/docs/About.md +++ b/docs/About.md @@ -7,7 +7,7 @@ hide_table_of_contents: true CSharpier is an opinionated code formatter for c#. It uses Roslyn to parse your code and re-prints it using its own rules. The printing process was ported from [prettier](https://github.com/prettier/prettier) but has evolved over time. -CSharpier provides a few basic options that affect formatting and has no plans to add more. It follows the [Option Philosophy](https://prettier.io/docs/en/option-philosophy.html) of prettier. +CSharpier provides a few basic options that affect formatting and follows the [Option Philosophy](https://prettier.io/docs/en/option-philosophy.html) of prettier. Option requests are out of scope for CSharpier, they will be closed without discussion. ### Quick Start Install CSharpier in a project with the following command.