|
| 1 | +# Description |
| 2 | + |
| 3 | +<!-- |
| 4 | +Thank you for your interest in sending a pull request. Please make sure to check the contribution guidelines. |
| 5 | +
|
| 6 | +Link: https://isaac-orbit.github.io/orbit/source/refs/contributing.html |
| 7 | +--> |
| 8 | + |
| 9 | +Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. |
| 10 | +List any dependencies that are required for this change. |
| 11 | + |
| 12 | +Fixes # (issue) |
| 13 | + |
| 14 | +<!-- As a practice, it is recommended to open an issue to have discussions on the proposed pull request. |
| 15 | +This makes it easier for the community to keep track of what is being developed or added, and if a given feature |
| 16 | +is demanded by more than one party. --> |
| 17 | + |
| 18 | +## Type of change |
| 19 | + |
| 20 | +<!-- As you go through the list, delete the ones that are not applicable. --> |
| 21 | + |
| 22 | +- Bug fix (non-breaking change which fixes an issue) |
| 23 | +- New feature (non-breaking change which adds functionality) |
| 24 | +- Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 25 | +- This change requires a documentation update |
| 26 | + |
| 27 | +## Screenshots |
| 28 | + |
| 29 | +Please attach before and after screenshots of the change if applicable. |
| 30 | + |
| 31 | +<!-- |
| 32 | +Example: |
| 33 | +
|
| 34 | +| Before | After | |
| 35 | +| ------ | ----- | |
| 36 | +| _gif/png before_ | _gif/png after_ | |
| 37 | +
|
| 38 | +To upload images to a PR -- simply drag and drop an image while in edit mode and it should upload the image directly. You can then paste that source into the above before/after sections. |
| 39 | +--> |
| 40 | + |
| 41 | +## Checklist |
| 42 | + |
| 43 | +- [ ] I have run the [`pre-commit` checks](https://pre-commit.com/) with `pre-commit run --all-files` (see [here](https://pre-commit.com/#install) instructions to set it up) |
| 44 | +- [ ] I have made corresponding changes to the documentation |
| 45 | +- [ ] My changes generate no new warnings |
| 46 | +- [ ] I have added tests that prove my fix is effective or that my feature works |
| 47 | +- [ ] I have updated the changelog and the corresponding version in the extension's `setup.py` and `config/extension.toml` files |
| 48 | + |
| 49 | +<!-- |
| 50 | +As you go through the checklist above, you can mark something as done by putting an x character in it |
| 51 | +
|
| 52 | +For example, |
| 53 | +- [x] I have done this task |
| 54 | +- [ ] I have not done this task |
| 55 | +--> |
0 commit comments