Skip to content

Commit

Permalink
Merge pull request rook#287 from subhamkrai/update-pr-template
Browse files Browse the repository at this point in the history
ci: update pr template to match rook's pr template
  • Loading branch information
subhamkrai authored Apr 25, 2024
2 parents 924dd78 + 70f45e8 commit ed6bfd3
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
<!-- Please take a look at our Contributing documentation before submitting a Pull Request!
https://rook.io/docs/rook/latest/Contributing/development-flow/
<!-- Thank you for contributing to Rook! -->

Thank you for contributing to Rook! -->
<!-- STEPS TO FOLLOW:
1. Add a description of the changes (frequently the same as the commit description)
2. Enter the issue number next to "Resolves #" below (if there is no tracking issue resolved, **remove that section**)
3. Review our Contributing documentation at https://rook.io/docs/rook/latest/Contributing/development-flow/
4. Follow the steps in the checklist below, starting with the **Commit Message Formatting**.
-->

**Description of your changes:**

**Which issue is resolved by this Pull Request:**
<!-- Uncomment this section with the issue number if an issue is being resolved
**Issue resolved by this Pull Request:**
Resolves #
--->

**Checklist:**

- [ ] **Commit Message Formatting**: Commit titles and messages follow guidelines in the [developer guide](https://rook.io/docs/rook/latest/Contributing/development-flow/#commit-structure).
- [ ] Reviewed the developer guide on [Submitting a Pull Request](https://rook.io/docs/rook/latest/Contributing/development-flow/#submitting-a-pull-request)
- [ ] CI tests has been updated, if necessary.
- [ ] Documentation has been updated, if necessary.
- [ ] Unit tests have been added, if necessary.
- [ ] Integration tests have been added, if necessary.

0 comments on commit ed6bfd3

Please sign in to comment.