-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.github/: Create PULL_REQUEST_TEMPLATE.md (#43)
* Create PULL_REQUEST_TEMPLATE.md Adapt PR Template from https://github.com/TheOdinProject/curriculum/blob/main/.github/PULL_REQUEST_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md Update wording to make the PR template more beginner-friendly
- Loading branch information
1 parent
b27ea28
commit a125cac
Showing
1 changed file
with
42 additions
and
0 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,42 @@ | ||
<!-- Thank you for taking the time to contribute to Odin-pantry. Please complete this entire template. --> | ||
|
||
## Reason for PR | ||
<!-- Summarize the purpose or reasons for this PR, e.g. what problem it solves or what benefit it provides. --> | ||
|
||
e.g The added feature is helpful because... | ||
|
||
## Changes in this PR | ||
<!--A bullet point list of one or more items describing the specific changes.--> | ||
|
||
- e.g. Add feature | ||
- e.g. Update something | ||
|
||
|
||
## Issue (Optional) | ||
<!-- | ||
If this PR closes an open issue in this repo, replace the XXXXX below with the issue number, e.g. Closes #2013. | ||
If this PR does not close but is related to another issue or PR, you can link it as above without the 'Closes' keyword, e.g. 'Related to #2013'. | ||
--> | ||
|
||
Closes (replace with #issueNumber. e.g. Closes #1) | ||
|
||
|
||
## Additional Information | ||
<!-- Any other information about this PR, such as a link to a Discord discussion. --> | ||
|
||
e.g. For more information on xx, see xx | ||
|
||
|
||
## Pull Request Requirements | ||
<!-- Replace the whitespace between the square brackets with an 'x', e.g. [x]. After you create the PR, they will become checkboxes that you can click on. --> | ||
|
||
- [ ] I have thoroughly read and understand [The Odin Project Contributing Guide](https://github.com/TheOdinProject/.github/blob/main/CONTRIBUTING.md) | ||
- [ ] The title of this PR follows the `location of change: brief description of change` format, e.g. `Menu.js: Fix link text` | ||
- [ ] The `Reason for PR` section summarizes the reason for this PR | ||
- [ ] The `Changes in this PR` section has a bullet point list describing the changes in this PR | ||
- [ ] If this PR addresses an open issue, it is linked in the `Issue` section | ||
|
||
|
||
|
||
|
||
<!-- This template is derived from [The Odin Project's Pull Request Template](https://github.com/TheOdinProject/curriculum/blob/main/.github/PULL_REQUEST_TEMPLATE.md) --> |