1
0
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:
Satwik Kansal 2024-11-26 14:39:44 +05:30 committed by GitHub
commit 9c24ca961c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 9 deletions

View File

@ -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?

View File

@ -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

View File

@ -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?