mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-05 10:03:56 -04:00
Merge pull request #243 from rschamp/github-templates
Add issue and PR templates for contributors
This commit is contained in:
commit
3476e419b1
2 changed files with 22 additions and 0 deletions
15
.github/ISSUE_TEMPLATE.md
vendored
Normal file
15
.github/ISSUE_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
### Expected behavior
|
||||
|
||||
_Please describe what should happen_
|
||||
|
||||
### Actual behavior
|
||||
|
||||
_Describe what actually happens_
|
||||
|
||||
### Steps to reproduce
|
||||
|
||||
_Explain what someone needs to do in order to see what's described in *Actual behavior* above_
|
||||
|
||||
### Operating system and browser
|
||||
|
||||
_e.g. Mac OS 10.11.6 Safari 10.0_
|
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
### Proposed changes
|
||||
|
||||
_Describe what this Pull Request does_
|
||||
|
||||
### Reason for changes
|
||||
|
||||
_Explain why these changes should be made. Please include an issue # if applicable._
|
Loading…
Add table
Add a link
Reference in a new issue