Skip to content

Commit 39e2da4

Browse files
committed
github issue and pr templates [ci skip]
1 parent 165d11d commit 39e2da4

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/issue_template.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Remember, an issue is not the place to ask questions. You can use [Stack Overflow](http://stackoverflow.com/questions/tagged/ibm-watson-cognitive) for that, or you may want to start a discussion on the [dW Answers](https://developer.ibm.com/answers/questions/ask/?topics=watson).
2+
3+
### When reporting a bug, please be sure to include the following:
4+
- [ ] Steps to reproduce
5+
- [ ] Expected behavior
6+
- [ ] Actual behavior
7+
- [ ] Browser version(s)
8+
- [ ] SDK version

.github/pull_request_template.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!--
2+
Thank you for your pull request!
3+
4+
Please provide a description above and review the requirements below.
5+
6+
Bug fixes and new features should include tests whenever possible.
7+
-->
8+
9+
##### Checklist
10+
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
11+
12+
- [ ] `npm test` passes (tip: `npm run autofix` can correct most style issues)
13+
- [ ] tests are included
14+
- [ ] readme and/or JSDoc is updated

0 commit comments

Comments
 (0)