You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/DISCUSSION_TEMPLATE/questions.yml
+22-10Lines changed: 22 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,3 @@
1
-
name: Question or Problem
2
-
description: Ask a question or ask about a problem
3
1
labels: [question]
4
2
body:
5
3
- type: markdown
@@ -9,9 +7,9 @@ body:
9
7
10
8
Please follow these instructions, fill every question, and do every step. 🙏
11
9
12
-
I'm asking this because answering questions and solving problems in GitHub issues is what consumes most of the time.
10
+
I'm asking this because answering questions and solving problems in GitHub is what consumes most of the time.
13
11
14
-
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 issues.
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.
15
13
16
14
All that, on top of all the incredible help provided by a bunch of community members, the [FastAPI Experts](https://fastapi.tiangolo.com/fastapi-people/#experts), that give a lot of their time to come here and help others.
17
15
@@ -21,24 +19,24 @@ body:
21
19
22
20
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. 😎
23
21
24
-
As there are too many issues with questions, I'll have to 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. 🤓
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. 🤓
25
23
- type: checkboxes
26
24
id: checks
27
25
attributes:
28
26
label: First Check
29
27
description: Please confirm and check all the following options.
30
28
options:
31
-
- label: I added a very descriptive title to this issue.
29
+
- label: I added a very descriptive title here.
32
30
required: true
33
-
- label: I used the GitHub search to find a similar issue and didn't find it.
31
+
- label: I used the GitHub search to find a similar question and didn't find it.
34
32
required: true
35
33
- label: I searched the FastAPI documentation, with the integrated search.
36
34
required: true
37
35
- label: I already searched in Google "How to X in FastAPI" and didn't find any information.
38
36
required: true
39
37
- label: I already read and followed all the tutorial in the docs and didn't find an answer.
40
38
required: true
41
-
- label: I already checked if it is not related to FastAPI but to [Pydantic](https://github.com/samuelcolvin/pydantic).
39
+
- label: I already checked if it is not related to FastAPI but to [Pydantic](https://github.com/pydantic/pydantic).
42
40
required: true
43
41
- label: I already checked if it is not related to FastAPI but to [Swagger UI](https://github.com/swagger-api/swagger-ui).
44
42
required: true
@@ -51,9 +49,9 @@ body:
51
49
description: |
52
50
After submitting this, I commit to one of:
53
51
54
-
* Read open issues with questions until I find 2 issues where I can help someone and add a comment to help there.
52
+
* Read open questions until I find 2 where I can help someone and add a comment to help there.
55
53
* 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.
56
-
* Implement a Pull Request for a confirmed bug.
54
+
* Review one Pull Request by downloading the code and following [all the review process](https://fastapi.tiangolo.com/help-fastapi/#review-pull-requests).
57
55
58
56
options:
59
57
- label: I commit to help with one of those options 👆
about: To suggest an idea or ask about a feature, please start with a question saying what you would like to achieve. There might be a way to do it already.
description: You are @tiangolo or he asked you directly to create an issue here. If not, check the other options. 👇
3
+
body:
4
+
- type: markdown
5
+
attributes:
6
+
value: |
7
+
Thanks for your interest in FastAPI! 🚀
8
+
9
+
If you are not @tiangolo or he didn't ask you directly to create an issue here, please start the conversation in a [Question in GitHub Discussions](https://github.com/tiangolo/fastapi/discussions/categories/questions) instead.
10
+
- type: checkboxes
11
+
id: privileged
12
+
attributes:
13
+
label: Privileged issue
14
+
description: Confirm that you are allowed to create an issue here.
15
+
options:
16
+
- label: I'm @tiangolo or he asked me directly to create an issue here.
0 commit comments