8000 github/ISSUE_TEMPLATE: Make minor improvements to placeholder text. · micropython/micropython@794773c · GitHub
[go: up one dir, main page]

Skip to content

Commit 794773c

Browse files
jimmodpgeorge
authored andcommitted
github/ISSUE_TEMPLATE: Make minor improvements to placeholder text.
Move the "delete placeholder" to the end, so it's not the first thing the reader does. And add extra text calling out "how do I?" questions. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
1 parent 6e868d4 commit 794773c

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ assignees: ''
77

88
---
99

10-
* Remove all placeholder text below before submitting.
11-
12-
* Please search existing issues before raising a new issue. For questions about MicroPython or for help using MicroPython, please see the MicroPython Forum -- https://forum.micropython.org/
10+
* Please search existing issues before raising a new issue. For questions about MicroPython or for help using MicroPython, or any sort of "how do I?" requests, please see the MicroPython Forum (https://forum.micropython.org/) or raise a documentation request instead.
1311

1412
* In your issue, please include a clear and concise description of what the bug is, the expected output, and how to replicate it.
1513

@@ -23,3 +21,5 @@ assignees: ''
2321
- firmware file name
2422
- git commit hash and port/board
2523
- version information shown in the REPL (hit Ctrl-B to see the startup message)
24+
25+
* Remove all placeholder text above before submitting.

.github/ISSUE_TEMPLATE/documentation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ assignees: ''
77

88
---
99

10-
* Remove all placeholder text below before submitting.
11-
12-
* Please search existing issues before raising a new issue. For questions about MicroPython or for help using MicroPython, please see the MicroPython Forum -- https://forum.micropython.org/
10+
* Please search existing issues before raising a new issue. For questions about MicroPython or for help using MicroPython, or any sort of "how do I?" requests, please see the MicroPython Forum -- https://forum.micropython.org/
1311

1412
* Describe what was missing from the documentation and/or what was incorrect/incomplete.
1513

1614
* If possible, please link to the relevant page on https://docs.micropython.org/
15+
16+
* Remove all placeholder text above before submitting.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ assignees: ''
77

88
---
99

10-
* Remove all placeholder text below before submitting.
11-
12-
* Please search existing issues before raising a new issue. For questions about MicroPython or for help using MicroPython, please see the MicroPython Forum -- https://forum.micropython.org/
10+
* Please search existing issues before raising a new issue. For questions about MicroPython or for help using MicroPython, or any sort of "how do I?" requests, please see the MicroPython Forum (https://forum.micropython.org/) or raise a documentation request instead.
1311

1412
* Describe the feature you'd like to see added to MicroPython. In particular, what does this feature enable and why is it useful. MicroPython aims to strike a balance between functionality and code size, so please consider whether this feature can be optionally enabled and whether it can be provided in other ways (e.g. pure-Python library).
1513

@@ -22,3 +20,5 @@ assignees: ''
2220
* For drivers (e.g. for external hardware), please link to datasheets and/or existing drivers from other sources.
2321

2422
* Who do you expect will implement the feature you are requesting? Would you be willing to sponsor this work?
23+
24+
* Remove all placeholder text above before submitting.

.github/ISSUE_TEMPLATE/security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ assignees: ''
77

88
---
99

10-
* Remove all placeholder text before submitting the new issue.
11-
1210
* If you need to raise this issue privately with the MicroPython team, please email contact@micropython.org instead.
1311

1412
* Include a clear and concise description of what the security issue is.
1513

1614
* What does this issue allow an attacker to do?
15+
16+
* Remove all placeholder text above before submitting.

0 commit comments

Comments
 (0)
0