Skip to content

Commit ddbd7b5

Browse files
committed
docs: Add PULL_REQUEST_TEMPLATE.md
1 parent e64c258 commit ddbd7b5

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
* **Kind:** bugfix / enhancement / feature
2+
3+
<!-- For a bug fix, make sure the bug was already reported in an issue. -->
4+
5+
* Close #…
6+
7+
### Description
8+
9+
<!-- Please recap the motivation and/or implementation choices for this change. -->
10+
11+
### Checklist
12+
13+
<!-- You can remove all the check-boxes that are not applicable. -->
14+
15+
* [ ] Read the [CONTRIBUTING.md](https://github.com/ocaml-sf/learn-ocaml/blob/master/CONTRIBUTING.md) guide.
16+
* [ ] Add/update [tests](https://github.com/ocaml-sf/learn-ocaml/tree/master/tests#readme)
17+
<!-- if the change impacts the grading feature. -->
18+
* [ ] Add/update [documentation](https://github.com/ocaml-sf/learn-ocaml/tree/master/docs)
19+
<!-- if there are some user-facing changes. -->
20+
* [ ]
21+
<!-- you can add more items to summarize what remains to do. -->
22+
23+
<!-- You can leave this note below as a reminder for maintainers: -->
24+
### Note to maintainers
25+
26+
* Read [this wiki page](https://github.com/ocaml-sf/learn-ocaml/wiki/Checklist-for-testing-and-merging-a-PR)
27+
* Make sure the PR has a milestone
28+
* Assign yourself before merging

0 commit comments

Comments
 (0)