forked from VallariAg/teuthology-api
-
Notifications
You must be signed in to change notification settings - Fork 10
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 #42 from ceph/pull-request-template
Add pull request template
- Loading branch information
Showing
2 changed files
with
89 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
|
||
|
||
|
||
|
||
<!-- | ||
- Please give your pull request a title like | ||
[component]: [short description] | ||
- Please use this format for each git commit message: | ||
[component]: [short description] | ||
[A longer multiline description] | ||
Fixes: [Issue/Tracker URL] | ||
Signed-off-by: [Your Name] <[your email]> | ||
--> | ||
|
||
|
||
## Contribution Guidelines | ||
|
||
To sign and test your commits, please refer to [Contibution guidelines](./../CONTRIBUTING.md). | ||
|
||
## Checklist | ||
- [ ] Changes tested in [container setup](./../README.md#option-1-teuthology-docker-setup) | ||
- [ ] Changes tested in [non-containerized setup](./../README.md#option-2-non-containerized-with-venv-and-pip) | ||
- [ ] Includes tests | ||
- [ ] Documentation updated |
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