Other
English
SPT_GridNet-HD_baseline / .github /ISSUE_TEMPLATE /1-feature-request.yaml
Shanci's picture
Upload folder using huggingface_hub
3cfae36 verified
Raw
History Blame
2.99 kB
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.