-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8ab465f
commit bdd81c9
Showing
2 changed files
with
37 additions
and
1 deletion.
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,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 "---". --> |
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 |
---|---|---|
|
@@ -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! |