diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..196c48004 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,25 @@ + +*Note*: for support questions, please use one of these channels: [stackoverflow](http://stackoverflow.com/questions/tagged/engine.io) or [slack](https://socketio.slack.com) + +### You want to: + +* [x] report a *bug* +* [ ] request a *feature* + +### Current behaviour + + +### Steps to reproduce (if the current behaviour is a bug) + + +### Expected behaviour + + +### Setup +- OS: +- browser: +- engine.io version: + +### Other information (e.g. stacktraces, related issues, suggestions how to fix) + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..64b050c4d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,20 @@ + +*Note*: the `engine.io.js` file is the generated output of `make engine.io.js`, and should not be manually modified. + +### The kind of change this PR does introduce + +* [x] a bug fix +* [ ] a new feature +* [ ] an update to the documentation +* [ ] a code change that improves performance +* [ ] other + +### Current behaviour + + +### New behaviour + + +### Other information (e.g. related issues) + +