-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
logfire info
and issue templates (#22)
- Loading branch information
1 parent
bea47ca
commit 77cdfe4
Showing
6 changed files
with
152 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: 💬 Join Slack | ||
url: 'https://docs.pydantic.dev/logfire/help/#slack' | ||
about: Join the Pydantic Logfire Slack to ask questions, get help and chat about Logfire | ||
- name: 🤔 Ask a Question on GitHub Discussions | ||
url: 'https://github.com/pydantic/pydantic/discussions/new?category=question' | ||
about: Ask a question about how to use Logfire using github discussions | ||
- name: 📧 Email Us | ||
url: 'mailto:[email protected]' | ||
about: To contact us privately, please email [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: 🐛 Report a Platform Bug | ||
description: Report a an issue with the rest of Logfire | ||
labels: [Platform Bug] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: Thank you for contributing to Logfire! ✊ | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: | | ||
Please explain what you're seeing and what you would expect to see. | ||
Please provide as much detail as possible to make understanding and solving your problem as quick as possible. 🙏 | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: 🐛 Report an SDK Bug | ||
description: Report a an issue with the Logfire SDK | ||
labels: [SDK Bug] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: Thank you for contributing to Logfire! ✊ | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: | | ||
Please explain what you're seeing and what you would expect to see. | ||
Please provide as much detail as possible to make understanding and solving your problem as quick as possible. 🙏 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: version | ||
attributes: | ||
label: Python, Logfire & OS Versions, related packages | ||
description: | | ||
Which version of Python & Logfire are you using, with which Operating System and with which OpenTelemetry packages? | ||
Don't worry if you can't run this command and don't have this information, we'll help you if we can. | ||
Please run the following command and copy the output below: | ||
```bash | ||
logfire info | ||
``` | ||
render: TOML |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters