Skip to content

Commit

Permalink
Update feature_request.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementPinard authored Oct 4, 2024
1 parent 44b9752 commit 240c650
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Feature request
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
Expand All @@ -10,11 +10,23 @@ assignees: ''
**What exactly are your trying to do? Please describe.**
Sometimes, it's just a matter of documentation where the right method already exists. Don't hesitate to describe your goal with high level details so that we can better discuss and imagine a generalized solution.

Example
> I want to be able to resize my images and their bounding box annotations accordingly
**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
- Especially, if you can, explain how you would like the code to be with an example.
- If you already have an idea of how to implement the solution, don't hesitate to share pointers here


Example
> The ideal solution would look like this
> ```python
> my_dataset = my_dataset.resize(size=(220,220))
> my_dataset.to_caipy(output_folder)
> ```
**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit 240c650

Please sign in to comment.