forked from socketio/socket.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore] Add Github issue and PR templates (socketio#2733)
- Loading branch information
1 parent
ccd3376
commit 8182ecc
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
|
||
*Note*: for support questions, please use one of these channels: [stackoverflow](http://stackoverflow.com/questions/tagged/socket.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: | ||
- socket.io version: | ||
|
||
### Other information (e.g. stacktraces, related issues, suggestions how to fix) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) | ||
|
||
|