forked from satwikkansal/wtfpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request satwikkansal#355 from nifadyev/satwikkansal#269/up…
…date-contributing-and-add-pr-issue-templates satwikkansal#269: Update contributing and add pr issue templates
- Loading branch information
Showing
7 changed files
with
127 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
name: Bug report | ||
about: Bug template | ||
title: 'Fix ...' | ||
labels: 'bug' | ||
|
||
--- | ||
|
||
<!-- | ||
Hi, thanks for submitting a bug. We appreciate that. | ||
But, we will need some information about what's wrong to help you. | ||
--> | ||
## What's wrong | ||
|
||
<!-- Describe what is not working. --> | ||
|
||
## How it should work? | ||
|
||
<!-- Describe how it should work. --> | ||
|
||
## Checklist before calling for maintainers | ||
|
||
* [ ] Have you checked to ensure there aren't other open [Issues](../../../issues) for the same problem? | ||
|
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: New snippet | ||
about: New snippet template | ||
title: 'New snippet: ...' | ||
labels: 'new snippets' | ||
--- | ||
|
||
<!-- | ||
Hi, thanks for submitting a new snippet. We appreciate that. | ||
But, we will need some information and (optionally) explanation to accept it. | ||
--> | ||
## Description | ||
|
||
## Snippet preview | ||
|
||
## 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 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 | ||
|
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
name: Translation | ||
about: New translation template | ||
title: 'Tranlate to ...' | ||
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? | ||
* [ ] Do you wish to make a translation by yourself? |
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 |
---|---|---|
@@ -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)? |
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 |
---|---|---|
@@ -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)? | ||
|
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 |
---|---|---|
@@ -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)? |
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