File tree Expand file tree Collapse file tree 4 files changed +41
-1
lines changed Expand file tree Collapse file tree 4 files changed +41
-1
lines changed Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
2
+ contact_links :
3
+ - name : OCaml Community Forum
4
+ url : https://discuss.ocaml.org/
5
+ about : Please ask and answer questions here.
6
+ - name : OCaml Community Discord
7
+ url : https://discord.gg/cCYQbqN
8
+ about : Please ask and answer questions here.
Original file line number Diff line number Diff line change 2
2
name : Feature request
3
3
about : Suggest an idea for this project
4
4
title : ' Feature request: ...'
5
- labels : Kind/Feature -request
5
+ labels : ' Kind/feature -request'
6
6
assignees : ' '
7
7
8
8
---
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Question
3
+ about : Do you have a question about ocamlformat?
4
+ title : ' Question: ...'
5
+ labels : ' Kind/question'
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ Please give as much context as possible.
11
+
12
+ Is your question related to a specific OCaml version?
13
+ Is your question related to a specific OCamlFormat version?
14
+ Is your question related to a specific formatting profile or option?
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Style suggestion
3
+ about : Suggest a different formatting style for this project
4
+ title : ' Style suggestion: ...'
5
+ labels : ' Kind/style-suggestion'
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ** Current formatting**
11
+ Please copy-paste your code and the formatting that is currently applied to it.
12
+
13
+ ** Describe the formatting you'd like**
14
+ A clear and concise description of what you want to happen.
15
+
16
+ ** Additional context**
17
+ Add any other context about the style request here.
18
+ What justifies ocamlformat adding this new style?
You can’t perform that action at this time.
0 commit comments