Skip to content

Commit eafb929

Browse files
committed
[ci skip]add issue template
1 parent 8c28e25 commit eafb929

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.github/CHECK_LIST.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Checklist
2+
3+
* [x] Does your title concisely summarize the problem?
4+
* [x] Did you include a minimal, reproducable example? Is it an [SSCCE][sscce]?
5+
* [x] What OS and browser are you using? What versions?
6+
* [x] What version of OCaml are you using?
7+
8+
[sscce]: http://sscce.org
9+
10+
Just modify your initial comment if you forgot anything! Not new comments.
11+
12+
13+
## Guidelines
14+
15+
- **Keep it concise.** Longer issues are harder to understand.
16+
- **Keep it focused.** Solving three vague problems is harder than solving one specific problem.
17+
- **Be friendly!** Everyone is working hard and trying to be effective.

.github/ISSUE_TEMPLATE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Issues are for bugs. If you have questions, ask them on a [community forum][comm]. Folks are friendly and happy to help!
2+
3+
[comm]: discord.gg/reasonml
4+
5+
Please have a look at checklist before submitting issues:
6+
7+
https://github.com/BuckleScript/bucklescript/blob/master/.github/CHECK_LIST.md

0 commit comments

Comments
 (0)