mirror of
https://github.com/satwikkansal/wtfpython
synced 2024-12-22 04:40:08 +01:00
Merge pull request #359 from nifadyev/fix/#269/change-issues-link-and-fix-typos
#269: Change issues link and fix typos in Github issue templates
This commit is contained in:
commit
9c24ca961c
4
.github/ISSUE_TEMPLATE/bug.md
vendored
4
.github/ISSUE_TEMPLATE/bug.md
vendored
@ -1,6 +1,6 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Bug template
|
||||
about: Report a problem and provide necessary context
|
||||
title: 'Fix ...'
|
||||
labels: 'bug'
|
||||
|
||||
@ -21,5 +21,5 @@ But, we will need some information about what's wrong to help you.
|
||||
|
||||
## Checklist before calling for maintainers
|
||||
|
||||
* [ ] Have you checked to ensure there aren't other open [Issues](../../../issues) for the same problem?
|
||||
* [ ] Have you checked to ensure there aren't other open [Issues](../../issues) for the same problem?
|
||||
|
||||
|
8
.github/ISSUE_TEMPLATE/new_snippet.md
vendored
8
.github/ISSUE_TEMPLATE/new_snippet.md
vendored
@ -1,6 +1,6 @@
|
||||
---
|
||||
name: New snippet
|
||||
about: New snippet template
|
||||
about: Suggest new gotcha and try to explain it
|
||||
title: 'New snippet: ...'
|
||||
labels: 'new snippets'
|
||||
---
|
||||
@ -16,8 +16,8 @@ But, we will need some information and (optionally) explanation to accept it.
|
||||
|
||||
## Checklist before calling for maintainers
|
||||
|
||||
* [ ] Have you checked to ensure there aren't other open [Issues](../../../issues) for the same update/change?
|
||||
* [ ] Have you checked to ensure there aren't other open [Issues](../../issues) for the same update/change?
|
||||
* [ ] Have you checked that this snippet is not similar to any of the existing snippets?
|
||||
<!--Explanation is optional. You may suggest a snippet without deepp understanding of its behavior.-->
|
||||
* [ ] Have you added an `Explanation` section? It shall include the reasons of changes and why you'd like us to include them
|
||||
<!--Explanation is optional. You may suggest a snippet without deep understanding of its behavior.-->
|
||||
* [ ] Have you added an `Explanation` section? It shall include the reasons for changes and why you'd like us to include them
|
||||
|
||||
|
6
.github/ISSUE_TEMPLATE/translation.md
vendored
6
.github/ISSUE_TEMPLATE/translation.md
vendored
@ -1,7 +1,7 @@
|
||||
---
|
||||
name: Translation
|
||||
about: New translation template
|
||||
title: 'Tranlate to ...'
|
||||
about: Request a new traslation and start working on it (if possible)
|
||||
title: 'Translate to ...'
|
||||
labels: 'translations'
|
||||
|
||||
---
|
||||
@ -9,5 +9,5 @@ labels: 'translations'
|
||||
<!--Hi, thanks for suggesting a new translation. We appreciate that.-->
|
||||
## Checklist before calling for maintainers
|
||||
|
||||
* [ ] Have you checked to ensure there aren't other open [Issues](../../../issues) for the same tranlation?
|
||||
* [ ] Have you checked to ensure there aren't other open [Issues](../../issues) for the same translation?
|
||||
* [ ] Do you wish to make a translation by yourself?
|
||||
|
Loading…
x
Reference in New Issue
Block a user