Skip to content

Commit

Permalink
Merge pull request #44 from ankitkumar748846/pr_template
Browse files Browse the repository at this point in the history
feat: Added PR template
  • Loading branch information
aaronbrethorst authored Mar 9, 2024
2 parents 27e71e6 + 3cee589 commit 2883863
Showing 1 changed file with 36 additions and 0 deletions.
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 @@

<!-- Thank you for contributing to this repository, it is much appreciated! Make sure that you follow this template strictly, Pull requests won't be merged if the template is not properly filled.
Also keep in mind that the maintainers get notifications of all events on the repository, therefore avoid unnecessary mentions when opening pull requests. Else, feel free to ask queries or for support.
-->
A meaningful title for PR, not like: made changes to xyz.md

<!--
It's always a good practice to accompany a pull request with an issue. Use either of the two mentioned below. Remove the one you are not using.
- use "Fixes" only when the pull request completely satisfies the issue
- use "Ref" only when the pull request partially satisfies the issue
-->
Fixes #

Ref #

<!-- what all has been done in this pull request -->
#### Changes done:
- [x] Task 1

<!-- Any changes which change how the site looks, or adds styling, or fixes any UI issue need to be accompanied
with a screenshot showing the comparison between old and new -->
#### Screenshots

<!-- Preview links of all the files that have been changed/updated -->
#### Preview Link(s):

<!-- Before creating a PR, make sure to verify the following. -->
#### ✅️ By submitting this PR, I have verified the following
<!-- put an x inside the square brackets to mark it as done -->
- [ ] Checked to see if a similar PR has already been opened 🤔️
- [ ] Reviewed the contributing guidelines 🔍️
- [ ] Sample preview link added (add the link(s) for all the pages changed/updated from the checks tab after checks complete)
- [ ] Tried Squashing the commits into one



0 comments on commit 2883863

Please sign in to comment.