Skip to content
This repository was archived by the owner on Dec 31, 2020. It is now read-only.

Commit 629b70a

Browse files
[ci skip] Add CONTRIBUTING.md
1 parent d3cb4c9 commit 629b70a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CONTRIBUTING.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Questions
2+
3+
If you are having difficulties running the app or have a question about the service, please ask a question on [dW Answers](https://developer.ibm.com/answers/questions/ask/?topics=watson) or [Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-watson).
4+
5+
# Issues
6+
7+
If you encounter an issue with this sample app, you are welcome to submit a bug report. Before that, please search for similar issues. It's possible somebody has encountered this issue already.
8+
9+
10+
# Pull Requests
11+
12+
If you want to contribute to the repository, here's a quick guide:
13+
14+
1. Fork the repo
15+
1. Develop your code changes
16+
1. Ensure `eslint` is happy: `npm run lint`
17+
1. Ensure the tests pass: `npm test`
18+
1. Commit your changes
19+
1. Push to your fork and submit a pull request

0 commit comments

Comments
 (0)