Commit eddda24a authored by Marcel Stör's avatar Marcel Stör
Browse files

Improve GitHub templates

parent 3328c66f
...@@ -7,7 +7,7 @@ Use one of the two templates below and delete the rest. ...@@ -7,7 +7,7 @@ Use one of the two templates below and delete the rest.
### Actual behavior ### Actual behavior
### Test code ### Test code
Provide a minimal and isolated test which will reproduce the problem. Provide a [Minimal, Complete, and Verifiable example](http://stackoverflow.com/help/mcve) which will reproduce the problem.
```Lua ```Lua
-- add code here -- add code here
``` ```
......
...@@ -2,10 +2,9 @@ Fixes #\<GitHub-issue-number\>. ...@@ -2,10 +2,9 @@ Fixes #\<GitHub-issue-number\>.
Make sure all boxes are checked (add x inside the brackets) when you submit your contribution, remove this sentence before doing so. Make sure all boxes are checked (add x inside the brackets) when you submit your contribution, remove this sentence before doing so.
- [ ] This PR is compliant with the [contributing guidelines](https://github.com/nodemcu/nodemcu-firmware/blob/dev/CONTRIBUTING.md) (if not, please describe why). - [ ] This PR is for the `dev` branch rather than for `master`.
- [ ] This PR is compliant with the [other contributing guidelines](https://github.com/nodemcu/nodemcu-firmware/blob/dev/CONTRIBUTING.md) as well (if not, please describe why).
- [ ] I have thoroughly tested my contribution. - [ ] I have thoroughly tested my contribution.
- [ ] The code changes are reflected in the documentation at `docs/en/*`. - [ ] The code changes are reflected in the documentation at `docs/en/*`.
\<Description of and rational behind this PR\> \<Description of and rational behind this PR\>
\ No newline at end of file
Committers supporting this PR: leave blank
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment