Skip to content

Commit 767051b

Browse files
authored
πŸ”§ Update GitHub templates for discussions, issues, etc. (#48)
1 parent 4d3a002 commit 767051b

File tree

4 files changed

+22
-32
lines changed

4 files changed

+22
-32
lines changed

β€Ž.github/DISCUSSION_TEMPLATE/questions.ymlβ€Ž

Lines changed: 16 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,9 @@ body:
77
88
Please follow these instructions, fill every question, and do every step. πŸ™
99
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-
1810
By asking questions in a structured way (following this) it will be much easier to help you.
1911
2012
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. πŸ€“
2313
- type: checkboxes
2414
id: checks
2515
attributes:
@@ -36,19 +26,6 @@ body:
3626
required: true
3727
- label: I already read and followed all the tutorial in the docs/README and didn't find an answer.
3828
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
5229
- type: textarea
5330
id: example
5431
attributes:
@@ -73,8 +50,8 @@ body:
7350
Write a short description telling me what you are doing, what you expect to happen, and what is currently happening.
7451
placeholder: |
7552
* 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.
7855
validations:
7956
required: true
8057
- type: dropdown
@@ -111,6 +88,20 @@ body:
11188
```
11289
validations:
11390
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
114105
- type: textarea
115106
id: context
116107
attributes:

β€Ž.github/FUNDING.ymlβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Security Contact
4-
about: Please report security vulnerabilities to security@tiangolo.com
4+
about: Please report security vulnerabilities to security@fastapicloud.com
55
- name: Question or Problem
66
about: Ask a question or ask about a problem in GitHub Discussions.
7-
url: https://github.com/fastapi/fastapi-cli/discussions/categories/questions
7+
url: https://github.com/fastapilabs/fastapi-cloud-cli/discussions/categories/questions
88
- name: Feature Request
99
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/fastapi/fastapi-cli/discussions/categories/questions
10+
url: https://github.com/fastapilabs/fastapi-cloud-cli/discussions/categories/questions

β€Ž.github/ISSUE_TEMPLATE/privileged.ymlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
name: Privileged
2-
description: You are @tiangolo or he asked you directly to create an issue here. If not, check the other options. πŸ‘‡
2+
description: You are part of the @fastapilabs team. If not, check the other options. πŸ‘‡
33
body:
44
- type: markdown
55
attributes:
66
value: |
77
Thanks for your interest in this project! πŸš€
88
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-cli/discussions/categories/questions) instead.
9+
If you are not part of the @fastapilabs team, please start the conversation in a [Question in GitHub Discussions](https://github.com/fastapilabs/fastapi-cloud-cli/discussions/categories/questions) instead.
1010
- type: checkboxes
1111
id: privileged
1212
attributes:
1313
label: Privileged issue
1414
description: Confirm that you are allowed to create an issue here.
1515
options:
16-
- label: I'm @tiangolo or he asked me directly to create an issue here.
16+
- label: I'm part of the @fastapilabs team.
1717
required: true
1818
- type: textarea
1919
id: content

0 commit comments

Comments
Β (0)