mirror of
https://github.com/satwikkansal/wtfpython
synced 2025-07-04 20:38:06 +02:00
#269: Update CONTRIBUTING guidelines, add PR and issue templates
- Add issue templates for bugs, translations and new snippets - Add PR templates for general purpose, new snippets and translations
This commit is contained in:
parent
ebfa77e509
commit
cc704cebb4
7 changed files with 126 additions and 22 deletions
15
.github/PULL_REQUEST_TEMPLATE/new_snippet.md
vendored
Normal file
15
.github/PULL_REQUEST_TEMPLATE/new_snippet.md
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
## #(issue number): Summarize your changes
|
||||
|
||||
<!--- This project only accepts pull requests related to open issuesIf
|
||||
Please discuss all questions in an issue first -->
|
||||
<!--- Special phrase to auto-close the issue that your PR fixes -->
|
||||
Closes # (issue number)
|
||||
|
||||
## Checklist before requesting a review
|
||||
|
||||
- [ ] 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 performed a self-review?
|
||||
- [ ] Have you added yourself into [CONTRIBUTORS.md](../../CONTRIBUTORS.md)?
|
13
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
vendored
Normal file
13
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
## #(issue number): Summarize your changes
|
||||
|
||||
<!--Please include the reasons behind these changes and any relevant context.
|
||||
This project only accepts pull requests related to open issues -->
|
||||
<!--- Special phrase to auto-close the issue that your PR fixes -->
|
||||
Closes # (issue number)
|
||||
|
||||
## Checklist before requesting a review
|
||||
|
||||
- [ ] 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)?
|
||||
|
13
.github/PULL_REQUEST_TEMPLATE/translation.md
vendored
Normal file
13
.github/PULL_REQUEST_TEMPLATE/translation.md
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
## #(issue number): Translate to ...
|
||||
|
||||
<!--- This project only accepts pull requests related to open issues -->
|
||||
<!--- Special phrase to auto-close the issue that your PR fixes -->
|
||||
Closes # (issue number)
|
||||
|
||||
## Checklist before requesting a review
|
||||
|
||||
- [ ] Have you fetched the latest `master` branch?
|
||||
- [ ] Have you translated all snippets?
|
||||
- [ ] 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)?
|
Loading…
Add table
Add a link
Reference in a new issue