Skip to content

Commit 0360876

Browse files
authored
Updating PR template
[ci skip]
1 parent 9943a1b commit 0360876

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/pull_request_template.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
### Summary
1+
<!--
2+
Thank you for your pull request!
23
3-
Provide a general description of the code changes in your pull
4-
request... were there any bugs you had fixed? If so, mention them. If
5-
these bugs have open GitHub issues, be sure to tag them here as well,
6-
to keep the conversation linked together.
4+
Please provide a description above and review the requirements below.
75
8-
### Other Information
6+
Bug fixes and new features should include tests whenever possible.
7+
-->
98

10-
If there's anything else that's important and relevant to your pull
11-
request, mention that information here.
9+
##### Checklist
10+
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
1211

13-
14-
Thanks for contributing to the Watson Developer Cloud!
12+
- [ ] `npm test` passes (tip: `npm run autofix` can correct most style issues)
13+
- [ ] tests are included
14+
- [ ] documentation is changed or added

0 commit comments

Comments
 (0)