2018-07-16 11:43:12 +00:00
2021-10-21 15:20:20 +00:00
2021-09-23 20:59:18 +00:00
<!--
- Please give your pull request a title like
2018-07-16 11:43:12 +00:00
2021-09-23 20:59:18 +00:00
[component]: [short description]
2018-07-16 11:43:12 +00:00
2021-09-23 20:59:18 +00:00
- Please use this format for each git commit message:
2018-07-16 11:43:12 +00:00
2021-09-23 20:59:18 +00:00
[component]: [short description]
2018-07-16 11:43:12 +00:00
2021-09-23 20:59:18 +00:00
[A longer multiline description]
2018-07-16 11:43:12 +00:00
2021-09-23 20:59:18 +00:00
Fixes: [ticket URL on tracker.ceph.com, create one if necessary]
Signed-off-by: [Your Name] < [your email]>
2018-07-16 11:43:12 +00:00
2021-09-23 20:59:18 +00:00
For examples, use "git log".
2018-07-16 11:43:12 +00:00
-->
2021-09-23 20:59:18 +00:00
2022-04-22 23:06:09 +00:00
## Contribution Guidelines
2022-06-13 01:36:39 +00:00
- To sign and title your commits, please refer to [Submitting Patches to Ceph ](https://github.com/ceph/ceph/blob/main/SubmittingPatches.rst ).
2022-04-22 23:06:09 +00:00
2023-10-19 15:28:07 +00:00
- If you are submitting a fix for a stable branch (e.g. "quincy"), please refer to [Submitting Patches to Ceph - Backports ](https://github.com/ceph/ceph/blob/master/SubmittingPatches-backports.rst ) for the proper workflow.
- When filling out the below checklist, you may click boxes directly in the GitHub web UI. When entering or editing the entire PR message in the GitHub web UI editor, you may also select a checklist item by adding an `x` between the brackets: `[x]` . Spaces and capitalization matter when checking off items this way.
2022-04-22 23:06:09 +00:00
2019-07-31 10:56:24 +00:00
## Checklist
2021-09-23 20:59:18 +00:00
- Tracker (select at least one)
- [ ] References tracker ticket
2021-10-21 15:20:20 +00:00
- [ ] Very recent bug; references commit where it was introduced
- [ ] New feature (ticket optional)
- [ ] Doc update (no ticket needed)
2021-11-20 14:55:20 +00:00
- [ ] Code cleanup (no ticket needed)
2021-10-21 15:20:20 +00:00
- Component impact
- [ ] Affects [Dashboard ](https://tracker.ceph.com/projects/dashboard/issues/new ), opened tracker ticket
- [ ] Affects [Orchestrator ](https://tracker.ceph.com/projects/orchestrator/issues/new ), opened tracker ticket
- [ ] No impact that needs to be tracked
2021-09-23 20:59:18 +00:00
- Documentation (select at least one)
- [ ] Updates relevant documentation
- [ ] No doc update is appropriate
- Tests (select at least one)
2021-10-21 15:20:20 +00:00
- [ ] Includes [unit test(s) ](https://docs.ceph.com/en/latest/dev/developer_guide/tests-unit-tests/ )
- [ ] Includes [integration test(s) ](https://docs.ceph.com/en/latest/dev/developer_guide/testing_integration_tests/ )
2021-09-23 20:59:18 +00:00
- [ ] Includes bug reproducer
- [ ] No tests
2021-10-21 15:20:20 +00:00
< details >
< summary > Show available Jenkins commands< / summary >
- `jenkins retest this please`
- `jenkins test classic perf`
- `jenkins test crimson perf`
- `jenkins test signed`
- `jenkins test make check`
- `jenkins test make check arm64`
- `jenkins test submodules`
- `jenkins test dashboard`
- `jenkins test dashboard cephadm`
- `jenkins test api`
- `jenkins test docs`
- `jenkins render docs`
- `jenkins test ceph-volume all`
- `jenkins test ceph-volume tox`
2022-03-04 19:01:21 +00:00
- `jenkins test windows`
2023-11-06 14:43:43 +00:00
- `jenkins test rook e2e`
2021-10-21 15:20:20 +00:00
< / details >