Skip to content

Commit 1b86756

Browse files
[chore] Add Github issue and PR templates (#511)
1 parent 487fb26 commit 1b86756

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
*Note*: for support questions, please use one of these channels: [stackoverflow](http://stackoverflow.com/questions/tagged/engine.io) or [slack](https://socketio.slack.com)
3+
4+
### You want to:
5+
6+
* [x] report a *bug*
7+
* [ ] request a *feature*
8+
9+
### Current behaviour
10+
11+
12+
### Steps to reproduce (if the current behaviour is a bug)
13+
14+
15+
### Expected behaviour
16+
17+
18+
### Setup
19+
- OS:
20+
- browser:
21+
- engine.io version:
22+
23+
### Other information (e.g. stacktraces, related issues, suggestions how to fix)
24+
25+

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
*Note*: the `engine.io.js` file is the generated output of `make engine.io.js`, and should not be manually modified.
3+
4+
### The kind of change this PR does introduce
5+
6+
* [x] a bug fix
7+
* [ ] a new feature
8+
* [ ] an update to the documentation
9+
* [ ] a code change that improves performance
10+
* [ ] other
11+
12+
### Current behaviour
13+
14+
15+
### New behaviour
16+
17+
18+
### Other information (e.g. related issues)
19+
20+

0 commit comments

Comments
 (0)