-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the new bug templates less markup-heavy (#9438)
- Remove emoji - Instead of `## H2 headings` just use `**bold**` - Add link to docs - Add suggestion for new users not to file a bug
- Loading branch information
1 parent
f743b0a
commit 6f07cb6
Showing
4 changed files
with
24 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
--- | ||
name: 📚 Documentation | ||
name: Documentation | ||
about: Report a problem with the documentation | ||
labels: "documentation" | ||
--- | ||
|
||
## 📚 Documentation | ||
**Documentation** | ||
|
||
(A clear and concise description of the issue.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
--- | ||
name: 🚀 Feature | ||
name: Feature | ||
about: Submit a proposal for a new mypy feature | ||
labels: "feature" | ||
--- | ||
|
||
## 🚀 Feature | ||
**Feature** | ||
|
||
(A clear and concise description of your feature proposal.) | ||
|
||
## Pitch | ||
**Pitch** | ||
|
||
(Please explain why this feature should be implemented and how it would be used. Add examples, if applicable.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
--- | ||
name: ❓ Questions and Help | ||
name: Questions and Help | ||
about: If you have questions, please check the below links | ||
labels: "question" | ||
--- | ||
|
||
## ❓ Questions and Help | ||
**Questions and Help** | ||
|
||
### Please note that this issue tracker is not a help form and this issue will be closed. | ||
_Please note that this issue tracker is not a help form and this issue will be closed._ | ||
|
||
Please contact us instead. | ||
Please check here instead: | ||
|
||
- [Website](http://www.mypy-lang.org/) | ||
- [Documentation](https://mypy.readthedocs.io/) | ||
- [Gitter](https://gitter.im/python/typing) |