diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000000..3c2bc1e95a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..49b4b74193 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Need integration help? Or need help with anything else? + url: mailto:support@readme.io?subject=I%20need%20help%20integrating%20a%20Metrics%20SDK! + about: Email our support team! diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000000..eca4f7e05f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -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