forked from eyermt/moss
-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add pull request template #16
Merged
jring-o
merged 4 commits into
numfocus:main
from
AAYUSH-SPIDEY-SHARMA:add-pull-request-template
Feb 12, 2025
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
3c9886c
Add pull request template
AAYUSH-SPIDEY-SHARMA 9fc5d23
Updated Pull Request Template
AAYUSH-SPIDEY-SHARMA 31b0804
Updated pull request template
AAYUSH-SPIDEY-SHARMA 32cecb7
Merge branch 'add-pull-request-template' of https://github.com/AAYUSHβ¦
AAYUSH-SPIDEY-SHARMA File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,32 @@ | ||
<!-- π Thank you for contributing! Together, we make this project better. --> | ||
|
||
## π Description | ||
<!-- Provide a concise yet clear summary of what this PR changes or adds. --> | ||
- What does this PR change within the project? | ||
- Why is it necessary? | ||
- Highlight any interesting or unique aspects of the change. | ||
|
||
--- | ||
|
||
## π Related Issue | ||
<!-- Link the issue this PR addresses and include a brief explanation if needed. --> | ||
<!-- Use keywords like "Closes #", "Fixes #", or "Resolves #" to automatically link and close the issue when this PR is merged. --> | ||
<!-- More details: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests --> | ||
|
||
--- | ||
|
||
## β Checklist | ||
Before submitting your PR, ensure the following: | ||
- [ ] π **Clear Description**: I have provided a detailed description of the changes made. | ||
- [ ] ποΈ **Issue Linked**: I have linked the correct issue and included its number above. | ||
- [ ] π **Functionality Tested**: I have thoroughly tested the changes, and they work as intended. | ||
- [ ] π **Duplicate Check**: I have ensured there are no other PRs addressing the same issue or feature. | ||
- [ ] π **Documentation Updated**: I have updated relevant documentation (if applicable). | ||
- [ ] β¨ **Creative Touch**: Iβve added value beyond the minimal requirements to enhance quality and readability. | ||
|
||
--- | ||
|
||
## π‘ Notes to Reviewers (Optional) | ||
<!-- Add any additional context, insights, or areas for reviewers to focus on. --> | ||
- Highlight complex parts or reasoning behind specific decisions. | ||
- Suggest areas where feedback is especially welcome. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider adding a documentation here about the keyword usage within pull requests and how this impacts the language used below within this section. This link might be informative within the HTML comment. https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests