Skip to content

Commit 05e2449

Browse files
Create .github folder and add pull request template and issue template (RaspberryPiFoundation#1314)
* Create .github folder and move CONTRIBUTING.md to the new folder * Add pull request template and issue template * Update ISSUE_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md * Update ISSUE_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md
1 parent 6e3a2b7 commit 05e2449

3 files changed

Lines changed: 102 additions & 0 deletions

File tree

File renamed without changes.

.github/ISSUE_TEMPLATE.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
Thanks for opening an issue for us! Before you open an issue, please check if a similar issue exists or has been closed before.
2+
3+
If you're asking a question about how to use Blockly in your application, please ask questions on the [mailing list](https://groups.google.com/forum/#!forum/blockly) instead of filing issues.
4+
5+
_Please delete the above section and the instructions in the sections below before submitting. If a section is not applicable, type "N/A" in that section._
6+
7+
### Problem statement
8+
9+
_Remove this hint: these checkboxes can be checked like this: [x]_
10+
11+
- [ ] Bug report
12+
- [ ] Feature request
13+
14+
_What were you trying to do when you hit this bug? Or, what do you want to do with Blockly that your proposed feature would enable?_
15+
16+
### Expected Behavior
17+
18+
_Please describe what should happen. Include screenshots if applicable._
19+
20+
### Actual Behavior
21+
22+
_Describe what actually happens. Include screenshots if applicable._
23+
24+
### Steps to Reproduce
25+
26+
_Explain what someone needs to do in order to see what's described in *Actual behavior* above_
27+
28+
### Stack Traces
29+
30+
```
31+
Please open up the console. If you see any Blockly-related errors, paste them here.
32+
33+
Ignore any instances of "Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause()."
34+
```
35+
36+
### Operating System and Browser
37+
38+
_Remove this hint: these checkboxes can be checked like this: [x]_
39+
40+
- [ ] Desktop:
41+
- [ ] Chrome
42+
- [ ] Firefox
43+
- [ ] Safari
44+
- [ ] Opera
45+
- [ ] IE 10+
46+
- [ ] IE 11
47+
- [ ] EDGE
48+
49+
- [ ] Smartphone/Tablet/Chromebook (please complete the following information):
50+
- Device: [e.g. iPhone6]
51+
- OS: [e.g. iOS8.1]
52+
- Browser [e.g. stock browser, safari]
53+
- Version [e.g. 22]
54+
55+
### Additional Information
56+
57+
_Anything else we should know?_

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
Thanks for submitting code to Blockly! Please fill out the following as part of your pull request so we can review your code more easily.
2+
3+
## The basics
4+
5+
- [ ] I branched from develop
6+
- [ ] My pull request is against develop
7+
- [ ] My code follows the [style guide](https://developers.google.com/blockly/guides/modify/web/style-guide)
8+
9+
## The details
10+
### Resolves
11+
12+
_What Github issue does this resolve (please include link)?_
13+
14+
### Proposed Changes
15+
16+
_Describe what this Pull Request does. Include screenshots if applicable._
17+
18+
### Reason for Changes
19+
20+
_Explain why these changes should be made. Include screenshots if applicable._
21+
22+
### Test Coverage
23+
24+
_Please show how you have added tests to cover your changes, or tell us how you tested it and on which platforms._
25+
26+
Tested on:
27+
_Remove this hint: these checkboxes can be checked like this: [x]_
28+
- [ ] Desktop:
29+
- [ ] Chrome
30+
- [ ] Firefox
31+
- [ ] Safari
32+
- [ ] Opera
33+
- [ ] IE 10+
34+
- [ ] IE 11
35+
- [ ] EDGE
36+
37+
- [ ] Smartphone/Tablet/Chromebook (please complete the following information):
38+
- Device: [e.g. iPhone6]
39+
- OS: [e.g. iOS8.1]
40+
- Browser [e.g. stock browser, safari]
41+
- Version [e.g. 22]
42+
43+
### Additional Information
44+
45+
_Anything else we should know?_

0 commit comments

Comments
 (0)