| name: "π Feature Request" | |
| description: Propose a new feature | |
| title: Title of your feature request | |
| labels: ["feature"] | |
| body: | |
| - type: markdown | |
| attributes: | |
| value: Thanks for taking the time to fill out this feature request report π ! | |
| - type: checkboxes | |
| attributes: | |
| label: β Code of conduct checklist | |
| description: > | |
| Before submitting a feature request, please make sure you went through | |
| the following steps. | |
| options: | |
| - label: "π± I am using the **_latest version_** of the [code](https://github.com/drprojects/superpoint_transformer/tree/master)." | |
| required: true | |
| - label: "π I **_thoroughly_** went through the [README](https://github.com/drprojects/superpoint_transformer/blob/master/README.md), but could not find the feature I need there." | |
| required: true | |
| - label: "π I **_thoroughly_** went through the tutorial [slides](media/superpoint_transformer_tutorial.pdf), [notebook](notebooks/superpoint_transformer_tutorial.ipynb), and [video](https://www.youtube.com/watch?v=2qKhpQs9gJw), but could not find the feature I need there." | |
| required: true | |
| - label: "π I **_thoroughly_** went through the [documentation](https://github.com/drprojects/superpoint_transformer/tree/master/docs), but could not find the feature I need there." | |
| required: true | |
| - label: "π I went through the **_docstrings_** and **_comments_** in the [source code](https://github.com/drprojects/superpoint_transformer/tree/master) parts relevant to my problem, but could not find the feature I need there." | |
| required: true | |
| - label: "π©βπ§ I searched for [**_similar issues_**](https://github.com/drprojects/superpoint_transformer/issues), but could not find the feature I need there." | |
| required: true | |
| - label: "β Since I am showing interest in the project, I took the time to give the [repo](https://github.com/drprojects/superpoint_transformer/tree/master) a β to show support. **Please do, it means a lot to us !**" | |
| required: true | |
| - type: textarea | |
| attributes: | |
| label: π The feature, motivation and pitch | |
| description: > | |
| A clear and concise description of the feature proposal. Please outline | |
| the motivation for the proposal. Is your feature request related to a | |
| specific problem ? e.g., *"I'm working on X and would like Y to be | |
| possible"*. If this is related to another GitHub issue, please link here | |
| too. | |
| validations: | |
| required: true | |
| - type: textarea | |
| attributes: | |
| label: π Alternatives | |
| description: > | |
| A description of any alternative solutions or features you've | |
| considered, if any. | |
| - type: textarea | |
| attributes: | |
| label: π Additional context | |
| description: > | |
| Add any other context or screenshots about the feature request. | |