Skip to content

Commit 940eea5

Browse files
authored
Update issue templates (#2452)
1 parent 7a5b87c commit 940eea5

File tree

4 files changed

+41
-1
lines changed

4 files changed

+41
-1
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
title: 'Feature request: ...'
5-
labels: Kind/Feature-request
5+
labels: 'Kind/feature-request'
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/question.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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?
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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?

0 commit comments

Comments
 (0)