|
7 | 7 |
|
8 | 8 | Please follow these instructions, fill every question, and do every step. π |
9 | 9 |
|
10 | | - I'm asking this because answering questions and solving problems in GitHub is what consumes most of the time. |
11 | | -
|
12 | | - I end up not being able to add new features, fix bugs, review pull requests, etc. as fast as I wish because I have to spend too much time handling questions. |
13 | | -
|
14 | | - All that, on top of all the incredible help provided by a bunch of community members, that give a lot of their time to come here and help others. |
15 | | -
|
16 | | - That's a lot of work, but if more users came to help others like them just a little bit more, it would be much less effort for them (and you and me π
). |
17 | | -
|
18 | 10 | By asking questions in a structured way (following this) it will be much easier to help you. |
19 | 11 |
|
20 | 12 | And there's a high chance that you will find the solution along the way and you won't even have to submit it and wait for an answer. π |
21 | | -
|
22 | | - As there are too many questions, I'll have to discard and close the incomplete ones. That will allow me (and others) to focus on helping people like you that follow the whole process and help us help you. π€ |
23 | 13 | - type: checkboxes |
24 | 14 | id: checks |
25 | 15 | attributes: |
|
36 | 26 | required: true |
37 | 27 | - label: I already read and followed all the tutorial in the docs/README and didn't find an answer. |
38 | 28 | required: true |
39 | | - - type: checkboxes |
40 | | - id: help |
41 | | - attributes: |
42 | | - label: Commit to Help |
43 | | - description: | |
44 | | - After submitting this, I commit to one of: |
45 | | -
|
46 | | - * Read open questions until I find 2 where I can help someone and add a comment to help there. |
47 | | - * I already hit the "watch" button in this repository to receive notifications and I commit to help at least 2 people that ask questions in the future. |
48 | | -
|
49 | | - options: |
50 | | - - label: I commit to help with one of those options π |
51 | | - required: true |
52 | 29 | - type: textarea |
53 | 30 | id: example |
54 | 31 | attributes: |
|
73 | 50 | Write a short description telling me what you are doing, what you expect to happen, and what is currently happening. |
74 | 51 | placeholder: | |
75 | 52 | * Create a Django app. |
76 | | - * Run `fastapi dev`. |
77 | | - * I expected it to run the Django app, but it didn't. |
| 53 | + * Run `fastapi deploy`. |
| 54 | + * I expected it to deploy the Django app, but it didn't. |
78 | 55 | validations: |
79 | 56 | required: true |
80 | 57 | - type: dropdown |
@@ -111,6 +88,20 @@ body: |
111 | 88 | ``` |
112 | 89 | validations: |
113 | 90 | required: true |
| 91 | + - type: input |
| 92 | + id: fastapi-cli-version |
| 93 | + attributes: |
| 94 | + label: FastAPI ClI Version |
| 95 | + description: | |
| 96 | + What version of FastAPI CLI are you using? |
| 97 | +
|
| 98 | + You can find it with: |
| 99 | +
|
| 100 | + ```bash |
| 101 | + fastapi --version |
| 102 | + ``` |
| 103 | + validations: |
| 104 | + required: true |
114 | 105 | - type: textarea |
115 | 106 | id: context |
116 | 107 | attributes: |
|
0 commit comments