Skip to content

Commit 3bc05cd

Browse files
authored
Added a PR template (#56)
Enact-DCO-1.0-Signed-off-by: Mikyung Kim (mikyung27.kim@lge.com)
1 parent 5bb0c9a commit 3bc05cd

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
### Checklist
2+
3+
* [ ] I have read and understand the [contribution guide](http://enactjs.com/docs/developer-guide/contributing/)
4+
* [ ] A [CHANGELOG entry](http://enactjs.com/docs/developer-guide/contributing/changelogs/) is included
5+
* [ ] At least one test case is included for this feature or bug fix
6+
* [ ] I have run automated CLI testing and it is passed
7+
* [ ] Documentation was added or is not needed
8+
* [ ] This is an API breaking change
9+
10+
### Issue Resolved / Feature Added
11+
[//]: # (Describe the issue resolved or feature added by this pull request)
12+
13+
14+
### Resolution
15+
[//]: # (Does the code work as intended?)
16+
[//]: # (What is the impact of this change and *why* was it made?)
17+
18+
19+
### Additional Considerations
20+
[//]: # (How should the change be tested?)
21+
[//]: # (Are there any outstanding questions?)
22+
[//]: # (Were any side-effects caused by the change?)
23+
24+
25+
### Links
26+
[//]: # (Related issues, references)
27+
28+
29+
### Comments

0 commit comments

Comments
 (0)