Skip to content

Commit 8ba9a0e

Browse files
authored
Merge branch 'master' into fix/use-409-testing-doc
2 parents 5c93713 + 57d4d93 commit 8ba9a0e

1,237 files changed

Lines changed: 126587 additions & 40099 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
name: Question or Problem
2-
description: Ask a question or ask about a problem
31
labels: [question]
42
body:
53
- type: markdown
@@ -9,9 +7,9 @@ body:
97
108
Please follow these instructions, fill every question, and do every step. 🙏
119
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.
1311
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.
1513
1614
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.
1715
@@ -21,24 +19,24 @@ body:
2119
2220
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. 😎
2321
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. 🤓
2523
- type: checkboxes
2624
id: checks
2725
attributes:
2826
label: First Check
2927
description: Please confirm and check all the following options.
3028
options:
31-
- label: I added a very descriptive title to this issue.
29+
- label: I added a very descriptive title here.
3230
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.
3432
required: true
3533
- label: I searched the FastAPI documentation, with the integrated search.
3634
required: true
3735
- label: I already searched in Google "How to X in FastAPI" and didn't find any information.
3836
required: true
3937
- label: I already read and followed all the tutorial in the docs and didn't find an answer.
4038
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).
4240
required: true
4341
- label: I already checked if it is not related to FastAPI but to [Swagger UI](https://github.com/swagger-api/swagger-ui).
4442
required: true
@@ -51,9 +49,9 @@ body:
5149
description: |
5250
After submitting this, I commit to one of:
5351
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.
5553
* 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).
5755
5856
options:
5957
- label: I commit to help with one of those options 👆
@@ -125,6 +123,20 @@ body:
125123
```
126124
validations:
127125
required: true
126+
- type: input
127+
id: pydantic-version
128+
attributes:
129+
label: Pydantic Version
130+
description: |
131+
What Pydantic version are you using?
132+
133+
You can find the Pydantic version with:
134+
135+
```bash
136+
python -c "import pydantic; print(pydantic.version.VERSION)"
137+
```
138+
validations:
139+
required: true
128140
- type: input
129141
id: python-version
130142
attributes:

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,15 @@ blank_issues_enabled: false
22
contact_links:
33
- name: Security Contact
44
about: Please report security vulnerabilities to security@tiangolo.com
5+
- name: Question or Problem
6+
about: Ask a question or ask about a problem in GitHub Discussions.
7+
url: https://github.com/tiangolo/fastapi/discussions/categories/questions
8+
- name: Feature Request
9+
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.
10+
url: https://github.com/tiangolo/fastapi/discussions/categories/questions
11+
- name: Show and tell
12+
about: Show what you built with FastAPI or to be used with FastAPI.
13+
url: https://github.com/tiangolo/fastapi/discussions/categories/show-and-tell
14+
- name: Translations
15+
about: Coordinate translations in GitHub Discussions.
16+
url: https://github.com/tiangolo/fastapi/discussions/categories/translations

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 0 additions & 181 deletions
This file was deleted.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Privileged
2+
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.
17+
required: true
18+
- type: textarea
19+
id: content
20+
attributes:
21+
label: Issue Content
22+
description: Add the content of the issue here.

.github/actions/comment-docs-preview-in-pr/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.7
1+
FROM python:3.9
22

33
RUN pip install httpx "pydantic==1.5.1" pygithub
44

.github/actions/notify-translations/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.7
1+
FROM python:3.9
22

33
RUN pip install httpx PyGithub "pydantic==1.5.1" "pyyaml>=5.3.1,<6.0.0"
44

0 commit comments

Comments
 (0)