Skip to content

Commit

Permalink
[ci skip] Add CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
germanattanasio committed Oct 5, 2016
1 parent d3cb4c9 commit 629b70a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Questions

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).

# Issues

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.


# Pull Requests

If you want to contribute to the repository, here's a quick guide:

1. Fork the repo
1. Develop your code changes
1. Ensure `eslint` is happy: `npm run lint`
1. Ensure the tests pass: `npm test`
1. Commit your changes
1. Push to your fork and submit a pull request

0 comments on commit 629b70a

Please sign in to comment.