forked from rook/kubectl-rook-ceph
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request rook#287 from subhamkrai/update-pr-template
ci: update pr template to match rook's pr template
- Loading branch information
Showing
1 changed file
with
11 additions
and
7 deletions.
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 |
---|---|---|
@@ -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. |