Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: creating issue templates #1036

Merged
merged 5 commits into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Bug Report
about: If something isn't working the way you expect it to
labels: needs triage
---

Please provide details about:

- What SDK this is for
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think there's a way for us to make this into a dropdown question thing that we can auto-label based on the response, but this is fine for now

- What you're trying to do
erunion marked this conversation as resolved.
Show resolved Hide resolved
- What happened
- What you expected to happen
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Need integrationhelp?
erunion marked this conversation as resolved.
Show resolved Hide resolved
url: mailto:[email protected]?subject=I%20need%20help%20integrating%20a%20Metrics%20SDK!
about: Email our support team!
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Copy link
Member Author

@erunion erunion Jul 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pulled these two templates from ava so they could probably use some tweaking for us

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Feature Request
about: Suggestions for new or different behavior
labels: question
---

Please provide details about:

- What SDK or language is this for
- What you're trying to do
erunion marked this conversation as resolved.
Show resolved Hide resolved
Loading