Skip to content

Commit

Permalink
feat: creating issue templates (#1036)
Browse files Browse the repository at this point in the history
## 🧰 Changes

Taking inspiration from AVA's [issue creation
screen](https://github.com/avajs/ava/issues/new/choose), this adds some
new issue templates for folks to use.

![Screenshot 2024-07-26 at 4 23
52 PM](https://github.com/user-attachments/assets/8fee2928-6b67-43ec-abff-cca74c1a000d)

---------

Co-authored-by: Gabe Ratcliff <[email protected]>
Co-authored-by: Kanad Gupta <[email protected]>
  • Loading branch information
3 people authored Jul 26, 2024
1 parent 84f94b1 commit 472d391
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
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
- What's your use case
- 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 integration help? Or need help with anything else?
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
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's your use case

0 comments on commit 472d391

Please sign in to comment.