Skip to content

Commit

Permalink
docs: Add a PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
enrique-lozano committed Dec 20, 2024
1 parent 8ab465f commit bdd81c9
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
## Pull request (PR) checklist

Please check if your pull request fulfills the following requirements:

<!--💡 Tip: Tick checkboxes like this: [x] 💡-->

- [ ] I've read and understand the [Code Contributions Guide](https://github.com/enrique-lozano/Monekin/blob/main/docs/CODE_CONTRIBUTING.md).
- [ ] I confirm that I've run the code locally and everything works as expected.

## Screen recording of your changes (if applicable):

<!--💡 Tip: Drag & drop the video here. 💡-->

## What's changed?

<!--- Why is this change required? What problem does it solve? -->

<!--- Describe your changes in detail -->

## Does this PR close any GitHub issues? (do not delete)

- Closes #{ISSUE_NUMBER}

<!--❗For example: - Closes #123 ❗-->
<!--⚠️ If done correctly, you'll see the issue title linked on the PR preview. ⚠️-->

<!--
💡 Tip: For multiple issues, you can write:
- Closes #{ISSUE_NUMBER_1}
- Closes #{ISSUE_NUMBER_2}
- Closes #{ISSUE_NUMBER_3}
-->

<!-- If the PR doesn't close any GitHub issues, leave this section blank or just write "---". -->
2 changes: 1 addition & 1 deletion docs/CODE_CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ So far you should have pushed your work to your working branch and have tested t
If you have any doubts or need further guidance, feel free to ask! You can:
- **Post on the Forum**: Join discussions or raise your queries in our [community forum](https://github.com/enrique-lozano/Monekin/discussions).
- **Contact Directly**: Reach out to me via email at [[email protected]].
- **Contact Directly**: Reach out to me via email at [email protected].
We’re here to help and excited to see your contributions to Monekin!

0 comments on commit bdd81c9

Please sign in to comment.