Skip to content

Commit 8e970a7

Browse files
author
Ruben Bridgewater
committed
Add Github issue / pull request templates
1 parent 6598da5 commit 8e970a7

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

.github/ISSUE_TEMPLATE.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
_Thanks for wanting to report an issue you've found in node_redis. Please delete
2+
this text and fill in the template below. Please note that the issue tracker is only
3+
for bug reports or feature requests. If you have a question, please ask that on [gitter].
4+
If unsure about something, just do as best as you're able._
5+
6+
_Note that it will be much easier to fix the issue if a test case that reproduces
7+
the problem is provided. It is of course not always possible to reduce your code
8+
to a small test case, but it's highly appreciated to have as much data as possible.
9+
Thank you!_
10+
11+
* **Version**: What node_redis version is the issue happening on?
12+
* **Platform**: What platform / version? (For example Node.js 0.10 or Node.js 5.7.0)
13+
* **Description**: Description of your issue, stack traces from errors and code that reproduces the issue
14+
15+
[gitter]: https://gitter.im/NodeRedis/node_redis?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge

.github/PULL_REQUEST_TEMPLATE.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
### Pull Request check-list
2+
3+
_Please make sure to review and check all of these items:_
4+
5+
- [ ] Does `npm test` pass with this change (including linting)?
6+
- [ ] Is the new or changed code fully tested?
7+
- [ ] Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
8+
9+
_NOTE: these things are not required to open a PR and can be done
10+
afterwards / while the PR is open._
11+
12+
### Description of change
13+
14+
_Please provide a description of the change here._

0 commit comments

Comments
 (0)