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)