forked from MarkBind/markbind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPULL_REQUEST_TEMPLATE
52 lines (33 loc) · 1.31 KB
/
PULL_REQUEST_TEMPLATE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
**What is the purpose of this pull request? (put "X" next to an item, remove the rest)**
• [ ] Documentation update
• [ ] Bug fix
• [ ] New feature
• [ ] Enhancement to an existing feature
• [ ] Other, please explain:
<!--
If this pull request is addressing an issue, link to the issue: "Fixes #xxx" or "Resolves #xxx"
-->
<!--
Please ensure your pull request is ready:
- Bug fix PR that is non-trivial **should** add a page or unit test for regression testing.
- Feature PR **must** add a page to the user guide for demo.
- Enhancement PR **should** update the user guide.
Otherwise, prefix your PR title with "[WIP]".
-->
**What is the rationale for this request?**
**What changes did you make? (Give an overview)**
**Provide some example code that this change will affect:**
<!-- Paste the example code below: -->
```js
```
**Is there anything you'd like reviewers to focus on?**
**Testing instructions:**
**Proposed commit message: (wrap lines at 72 characters)**
<!--
See this link for more info on how to write a good commit message:
https://oss-generic.github.io/process/docs/FormatsAndConventions.html#commit-message
-->
<!--
Some of the responses that you gave to the previous questions might
provide you with the information needed to craft your commit message.
-->