Skip to content

Commit 3a8569a

Browse files
Update .github/ISSUE_TEMPLATE/code_formatting_guidelines_specific_issue.md
Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
1 parent c95880d commit 3a8569a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/ISSUE_TEMPLATE/code_formatting_guidelines_specific_issue.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,13 @@ Depending the concern being discussed, erase the other top sections and review/t
1111
# Is your request about a feature in code formatting (using fantomas, .editorconfig, editors with formatting options)?
1212

1313
Formatting infrastructure decision checklist:
14-
* [ ] If this is a code formatter discussion, please suggest a detailed list of settings names and their default values, with their behaviour
15-
* [ ] the choice for tooling support should be based on ease of implementation in the code formatter
16-
* [ ] the choice for tooling output should be based on
17-
* [ ] conserving original formatting but for specific predicate that makes code significantly less maintainable
18-
* [ ] maximizing uniformity of a specific construct across a particular codebase
1914
* [ ] I would like to contribute testing the feature implementation as end user
2015
* [ ] I would like to contribute unit tests so the tooling implementation covers my use cases
2116
* [ ] I would like to contribute implementation
2217
* [ ] pro-bono
2318
* [ ] sponsored
2419
* [ ] sponsoring
25-
* [ ] The implementation requires the several options upfront (rather than just the most "agreed upon") [^1]
26-
* [ ] This is something that is common place in other langauges (add items nested under this list with one language per line)
27-
* [ ] There are examples of codeformatters settings in other languages / tooling available (add items nested under this list with one link per line), add screenshots to the description
28-
* [ ] There are examples of codeformatters implementation available (add items nested under this list with one link per line)
2920

30-
[^1] this is generally evaluated by the person implementing and the entity potentially sponsoring the work
3121

3222
# Is your request about [official style guide](https://learn.microsoft.com/en-us/dotnet/fsharp/style-guide/) update?
3323

0 commit comments

Comments
 (0)