Skip to content

Commit

Permalink
Shorten pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbrethorst committed Mar 9, 2024
1 parent 2883863 commit bc64366
Showing 1 changed file with 6 additions and 26 deletions.
32 changes: 6 additions & 26 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,16 @@
#### Issue fixed:

<!-- 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
Link to the issue that your pull request resolves.

<!--
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
#### Screenshots/Videos

<!-- Preview links of all the files that have been changed/updated -->
#### Preview Link(s):
Include screenshots or videos if they will help the reviewer understand your changes.

<!-- 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



- [ ] Tried squashing the commits into one

0 comments on commit bc64366

Please sign in to comment.