From 9977d8acd3dc670d1e99d4b45e8e09e413867712 Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Mon, 24 Oct 2016 01:19:19 +0200 Subject: [PATCH] Add Github issue and PR templates --- .github/ISSUE_TEMPLATE.md | 25 +++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 18 ++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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..5e664f980 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ + +### 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) + +