File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 1
1
blank_issues_enabled : true
2
2
contact_links :
3
3
- name : 💬 Join Slack
4
- url : " https://logfire.pydantic.dev/docs/help/#slack"
4
+ url : ' https://logfire.pydantic.dev/docs/help/#slack'
5
5
about : Join the Logfire Slack to ask questions, get help and chat about Pydantic AI
Original file line number Diff line number Diff line change
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 📝
You can’t perform that action at this time.
0 commit comments