Skip to content

Commit

Permalink
Update feature request
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément committed Oct 7, 2024
1 parent 36d17a7 commit fc1438c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ Example
**Describe the solution you'd like**
A clear and concise description of what you want to happen.

- Especially, if you can, explain how you would like the code to be with an example.
- Especially, if you can, explain how you would like the code interface 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)
Expand Down

0 comments on commit fc1438c

Please sign in to comment.