mirror of
https://github.com/satwikkansal/wtfpython
synced 2024-12-21 20:30:09 +01:00
Merge pull request #360 from nifadyev/fix/#269/fix-pr-template-path
Rename common PR template, fix links in PR and issue templates
This commit is contained in:
commit
ceec5fddb9
2
.github/ISSUE_TEMPLATE/bug.md
vendored
2
.github/ISSUE_TEMPLATE/bug.md
vendored
@ -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?
|
||||
|
||||
|
2
.github/ISSUE_TEMPLATE/new_snippet.md
vendored
2
.github/ISSUE_TEMPLATE/new_snippet.md
vendored
@ -16,7 +16,7 @@ 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 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
|
||||
|
2
.github/ISSUE_TEMPLATE/translation.md
vendored
2
.github/ISSUE_TEMPLATE/translation.md
vendored
@ -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 translation?
|
||||
* [ ] 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?
|
||||
|
@ -7,7 +7,7 @@ Closes # (issue number)
|
||||
|
||||
## Checklist before requesting a review
|
||||
|
||||
- [ ] Have you followed the guidelines in [CONTRIBUTING.md](../../CONTRIBUTING.md)?
|
||||
- [ ] Have you followed the guidelines in [CONTRIBUTING.md](../CONTRIBUTING.md)?
|
||||
- [ ] Have you performed a self-review?
|
||||
- [ ] Have you added yourself into [CONTRIBUTORS.md](../../CONTRIBUTORS.md)?
|
||||
- [ ] Have you added yourself into [CONTRIBUTORS.md](../CONTRIBUTORS.md)?
|
||||
|
4
.github/PULL_REQUEST_TEMPLATE/new_snippet.md
vendored
4
.github/PULL_REQUEST_TEMPLATE/new_snippet.md
vendored
@ -10,6 +10,6 @@ Closes # (issue number)
|
||||
- [ ] Have you written simple and understandable explanation?
|
||||
- [ ] Have you added new snippet into `snippets/` with suitable name and number?
|
||||
- [ ] Have you updated Table of content? (later will be done by pre-commit)
|
||||
- [ ] Have you followed the guidelines in [CONTRIBUTING.md](../../CONTRIBUTING.md)?
|
||||
- [ ] Have you followed the guidelines in [CONTRIBUTING.md](../CONTRIBUTING.md)?
|
||||
- [ ] Have you performed a self-review?
|
||||
- [ ] Have you added yourself into [CONTRIBUTORS.md](../../CONTRIBUTORS.md)?
|
||||
- [ ] Have you added yourself into [CONTRIBUTORS.md](../CONTRIBUTORS.md)?
|
||||
|
4
.github/PULL_REQUEST_TEMPLATE/translation.md
vendored
4
.github/PULL_REQUEST_TEMPLATE/translation.md
vendored
@ -8,6 +8,6 @@ Closes # (issue number)
|
||||
|
||||
- [ ] Have you fetched the latest `master` branch?
|
||||
- [ ] Have you translated all snippets?
|
||||
- [ ] Have you followed the guidelines in [CONTRIBUTING.md](../../CONTRIBUTING.md)?
|
||||
- [ ] Have you followed the guidelines in [CONTRIBUTING.md](../CONTRIBUTING.md)?
|
||||
- [ ] Have you performed a self-review?
|
||||
- [ ] Have you added yourself into [CONTRIBUTORS.md](../../CONTRIBUTORS.md)?
|
||||
- [ ] Have you added yourself into [CONTRIBUTORS.md](../CONTRIBUTORS.md)?
|
||||
|
Loading…
x
Reference in New Issue
Block a user