Skip to content

Commit 4c3ec73

Browse files
authored
internal: add question.yaml (#1344)
1 parent abbf0b6 commit 4c3ec73

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

.github/ISSUE_TEMPLATE/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: true
22
contact_links:
33
- name: 💬 Join Slack
4-
url: "https://logfire.pydantic.dev/docs/help/#slack"
4+
url: 'https://logfire.pydantic.dev/docs/help/#slack'
55
about: Join the Logfire Slack to ask questions, get help and chat about Pydantic AI
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: ❓ Pydantic AI Question
2+
description: "Ask a question about Pydantic AI"
3+
labels: ["question"]
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: Thank you for reaching out to the Pydantic AI community! We're here to help! 🤝
9+
10+
- type: textarea
11+
id: question
12+
attributes:
13+
label: Question
14+
description: |
15+
Please provide as much detail as possible about your question. 🙏
16+
17+
You might like to include:
18+
* Code snippets showing what you've tried
19+
* Error messages you're encountering (if any)
20+
* Expected vs actual behavior
21+
* Your use case and what you're trying to achieve
22+
validations:
23+
required: true
24+
25+
- type: textarea
26+
id: context
27+
attributes:
28+
label: Additional Context
29+
description: |
30+
Please provide any additional context that might help us better understand your question, such as:
31+
* Your Pydantic AI version
32+
* Your Python version
33+
* Relevant configuration or environment details 📝

0 commit comments

Comments
 (0)