Skip to content

Commit aa4f15f

Browse files
author
Dave Conway-Jones
committed
add issues template
1 parent d7a4788 commit aa4f15f

File tree

3 files changed

+71
-2
lines changed

3 files changed

+71
-2
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!--
2+
## Before you hit that Submit button....
3+
4+
This issue tracker is for problems with the extra web nodes maintained by the Node-RED project.
5+
Please note: - These were developed outside of the core project and are not maintained on a regular basis.
6+
7+
If your issue is:
8+
- a general 'how-to' type question,
9+
- a feature request or suggestion for a change,
10+
- or problems with 3rd party (`node-red-contrib-`) nodes
11+
12+
please use the [Node-RED Forum](https://discourse.nodered.org) or [slack team](https://nodered.org/slack), or ask a question on [Stack Overflow](https://stackoverflow.com/questions/tagged/node-red) and tag it `node-red`.
13+
14+
That way the whole Node-RED user community can help, rather than rely on the core development team.
15+
16+
## So you have a real issue to raise...
17+
18+
To help us understand the issue, please fill-in as much of the following information as you can:
19+
-->
20+
21+
### Which node are you reporting an issue on?
22+
23+
### What are the steps to reproduce?
24+
25+
### What happens?
26+
27+
### What do you expect to happen?
28+
29+
### Please tell us about your environment:
30+
31+
- [ ] Node-RED version:
32+
- [ ] node.js version:
33+
- [ ] npm version:
34+
- [ ] Platform/OS:
35+
- [ ] Browser:

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!--
2+
## Before you hit that Submit button....
3+
4+
Please read our [contribution guidelines](https://github.com/node-red/node-red-nodes/blob/master/CONTRIBUTING.md)
5+
before submitting a pull-request.
6+
7+
## Types of changes
8+
9+
What types of changes does your code introduce?
10+
Put an `x` in the boxes that apply
11+
-->
12+
13+
- [ ] Bugfix (non-breaking change which fixes an issue)
14+
- [ ] New feature (non-breaking change which adds functionality)
15+
16+
<!--
17+
If you want to raise a pull-request with a new feature, or a refactoring
18+
of existing code, it **may well get rejected** if it hasn't been discussed on
19+
the [mailing list](https://groups.google.com/forum/#!forum/node-red) or
20+
[slack team](https://nodered.org/slack) first.
21+
22+
-->
23+
24+
## Proposed changes
25+
26+
<!-- Describe the nature of this change. What problem does it address? -->
27+
28+
## Checklist
29+
<!-- Put an `x` in the boxes that apply -->
30+
31+
- [ ] I have read the [contribution guidelines](https://github.com/node-red/node-red-nodes/blob/master/CONTRIBUTING.md)
32+
- [ ] For non-bugfix PRs, I have discussed this change on the mailing list/slack team.
33+
- [ ] I have run `grunt` to verify the unit tests pass
34+
- [ ] I have added suitable unit tests to cover the new/changed functionality

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"backoff": "^2.5.0",
3535
"clone": "~2.1.2",
3636
"dropbox": "^2.5.10",
37-
"fs-extra": "^6.0.0",
37+
"fs-extra": "~6.0.1",
3838
"grunt": "^1.0.2",
3939
"grunt-cli": "^1.2.0",
4040
"grunt-contrib-jshint": "^1.1.0",
@@ -52,7 +52,7 @@
5252
"request": "^2.85.0",
5353
"should": "^13.2.1",
5454
"should-sinon": "^0.0.6",
55-
"sinon": "^5.0.3",
55+
"sinon": "~5.0.7",
5656
"supertest": "^3.0.0",
5757
"xml2js": "^0.4.0"
5858
},

0 commit comments

Comments
 (0)