From fc1438ccb773840c4f34709c4202a9c828047362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Mon, 7 Oct 2024 10:00:46 +0200 Subject: [PATCH] Update feature request --- .github/ISSUE_TEMPLATE/feature_request.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index be9342a..7c83b8f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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)