Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.github/: Create PULL_REQUEST_TEMPLATE.md #43

Merged
merged 4 commits into from
Dec 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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
Philip-Clark marked this conversation as resolved.
Show resolved Hide resolved
<!-- 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
Philip-Clark marked this conversation as resolved.
Show resolved Hide resolved
<!-- 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) -->