Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Commit

Permalink
🔧 Update Discussions question template
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Mar 21, 2024
1 parent 12ebd3d commit 190cdf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/DISCUSSION_TEMPLATE/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ body:
Write a short description telling me what you are doing, what you expect to happen, and what is currently happening.
placeholder: |
* Open the browser and call the endpoint `/`.
* It returns a JSON with `{"message": "Hello World"}`.
* But I expected it to return `{"message": "Hello Morty"}`.
* Create a script with `argparse` in a file `main.py`.
* Run `typer main.py run`.
* I expected it to automatically convert `argparse` and run it as a Typer application, but it just runs the main function.
validations:
required: true
- type: dropdown
Expand Down

0 comments on commit 190cdf7

Please sign in to comment.