Skip to content

Commit 8ba4820

Browse files
kazuhitoyokoiHiroyasuNishiyama
authored andcommitted
Update templates for issue and pull request (#75)
1 parent b19171e commit 8ba4820

File tree

2 files changed

+38
-4
lines changed

2 files changed

+38
-4
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1+
<!--
2+
## Before you hit that Submit button....
3+
4+
This issue tracker is for problems with the Node generator.
5+
6+
If your issue is:
7+
- a general 'how-to' type question,
8+
- a feature request or suggestion for a change,
9+
- or problems with 3rd party (`node-red-contrib-`) nodes
10+
11+
please use the [Node-RED Forum](https://discourse.nodered.org) or [slack team](https://nodered.org/slack).
12+
13+
You could also consider asking a question on [Stack Overflow](https://stackoverflow.com/questions/tagged/node-red) and tag it `node-red`.
14+
15+
That way the whole Node-RED user community can help, rather than rely on the core development team.
16+
17+
## So you have a real issue to raise...
18+
119
To help us understand the issue, please fill-in as much of the following information as you can:
20+
-->
221

322
### What are the steps to reproduce?
423

@@ -8,6 +27,7 @@ To help us understand the issue, please fill-in as much of the following informa
827

928
### Please tell us about your environment:
1029

30+
- [ ] Node generator version:
1131
- [ ] Node-RED version:
1232
- [ ] node.js version:
1333
- [ ] npm version:

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,34 @@
1+
<!--
2+
## Before you hit that Submit button....
3+
4+
Please read our [contribution guidelines](https://github.com/node-red/node-red/blob/master/CONTRIBUTING.md)
5+
before submitting a pull-request.
6+
17
## Types of changes
28
39
What types of changes does your code introduce?
4-
_Put an `x` in the boxes that apply_
10+
Put an `x` in the boxes that apply
11+
-->
512

613
- [ ] Bugfix (non-breaking change which fixes an issue)
714
- [ ] New feature (non-breaking change which adds functionality)
815

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 [forum](https://discourse.nodered.org) or
20+
[slack team](https://nodered.org/slack) first.
21+
22+
-->
23+
924
## Proposed changes
1025

11-
Describe the nature of this change. What problem does it address?
26+
<!-- Describe the nature of this change. What problem does it address? -->
1227

1328
## Checklist
14-
_Put an `x` in the boxes that apply_
29+
<!-- Put an `x` in the boxes that apply -->
1530

1631
- [ ] I have read the [contribution guidelines](https://github.com/node-red/node-red/blob/master/CONTRIBUTING.md)
1732
- [ ] For non-bugfix PRs, I have discussed this change on the mailing list/slack team.
1833
- [ ] I have run `grunt` to verify the unit tests pass
1934
- [ ] I have added suitable unit tests to cover the new/changed functionality
20-

0 commit comments

Comments
 (0)