forked from TheCherno/Hazel
-
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.
Fix PR template(s) where not showing
- Loading branch information
1 parent
c041819
commit 3266b54
Showing
2 changed files
with
8 additions
and
32 deletions.
There are no files selected for viewing
19 changes: 8 additions & 11 deletions
19
...QUEST_TEMPLATE/pull-request--new-issue.md → .github/PULL_REQUEST_TEMPLATE.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 |
---|---|---|
@@ -1,27 +1,24 @@ | ||
--- | ||
name: 'Pull Request: New issue' | ||
about: Report and propose a fix for a (small) issue in Hazel | ||
name: 'Pull Request' | ||
about: Propose a fix for a (small) issue in Hazel | ||
|
||
--- | ||
|
||
#### Describe the issue | ||
A clear and concise description of what the issue is. | ||
#### Describe the issue (if no issue has been made) | ||
A clear and concise description of what the issue is. Explain the difference between the expected and the current behavior. | ||
A screenshot or copy of the error could be helpful as well. | ||
|
||
#### Expected behavior | ||
A clear and concise description of what you expected to happen. | ||
|
||
#### Proposed fix _(Make sure you've read [on how to contribute](https://github.com/TheCherno/Hazel/blob/master/.github/CONTRIBUTING.md) to Hazel)_ | ||
A short description of what fix this is and how it fixed the issue you described. | ||
|
||
#### PR impact _(Make sure to add [closing keywords](https://help.github.com/en/articles/closing-issues-using-keywords))_ | ||
List of related issues/PRs this will solve: | ||
|
||
Impact | Issue/PR | ||
------------------------ | ------ | ||
Other issues this solves | None or #number(s) | ||
Issues this solves | None or #number(s) | ||
Other PRs this solves | None or #number(s) | ||
|
||
#### Proposed fix _(Make sure you've read [on how to contribute](https://github.com/TheCherno/Hazel/blob/master/.github/CONTRIBUTING.md) to Hazel)_ | ||
A short description of what this fix is and how it fixed the issue you described. | ||
|
||
#### Additional context | ||
Add any other context about the solution here. Did you test the solution on all (relevant) platforms? | ||
If not, create a [task list](https://help.github.com/en/articles/about-task-lists) here. |
21 changes: 0 additions & 21 deletions
21
.github/PULL_REQUEST_TEMPLATE/pull-request--implemented-issue.md
This file was deleted.
Oops, something went wrong.