Skip to content

Commit 0b0af37

Browse files
authored
πŸ”§ Update new issue chooser to direct to GitHub Discussions (#5948)
1 parent 7392036 commit 0b0af37

4 files changed

Lines changed: 34 additions & 327 deletions

File tree

β€Ž.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/ISSUE_TEMPLATE/question.ymlβ€Ž

Lines changed: 0 additions & 146 deletions
This file was deleted.

0 commit comments

Comments
Β (0)