summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md40
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md31
-rw-r--r--.github/ISSUE_TEMPLATE/question.md11
3 files changed, 82 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..3a637d2
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,40 @@
+---
+name: Bug Report
+about: Create a report to help us improve
+labels: bug
+---
+
+# Bug Report
+
+Which version of the demo you are using? (please provide either a specific
+[commit
+hash](https://github.com/open-telemetry/opentelemetry-demo/commits/main)
+or a specific
+[release](https://github.com/open-telemetry/opentelemetry-demo/releases)).
+
+## Symptom
+
+A clear and concise description of what the bug is.
+
+**What is the expected behavior?**
+
+What do you expect to see?
+
+**What is the actual behavior?**
+
+Please describe the actual behavior experienced.
+
+## Reproduce
+
+Could you provide the minimum required steps to resolve the issue you're seeing?
+
+We will close this issue if:
+
+* The steps you provided are complex.
+* If we can not reproduce the behavior you're reporting.
+
+## Additional Context
+
+Please feel free to add any other context about the problem here.
+
+<sub>**Tip**: [React](https://github.blog/news-insights/product-news/add-reactions-to-pull-requests-issues-and-comments/) with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding `+1` or `me too`, to help us triage it. Learn more [here](https://opentelemetry.io/community/end-user/issue-participation/).</sub>
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000..de6772c
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,31 @@
+---
+name: Feature Request
+about: Suggest an idea for this project
+labels: enhancement
+---
+
+# Feature Request
+
+Before opening a feature request against this repo, consider whether the feature
+should/could be implemented in the [other OpenTelemetry client
+libraries](https://github.com/open-telemetry/). If so, please [open an issue on
+opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification/issues/new)
+first.
+
+**Is your feature request related to a problem?**
+
+If so, provide a concise description of the problem.
+
+**Describe the solution you'd like:**
+
+What would you like to happen instead? What is the expected behavior?
+
+**Describe alternatives you've considered.**
+
+Which alternative solutions or features have you considered?
+
+## Additional Context
+
+Feel free to add any other context about the feature request here.
+
+<sub>**Tip**: [React](https://github.blog/news-insights/product-news/add-reactions-to-pull-requests-issues-and-comments/) with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding `+1` or `me too`, to help us triage it. Learn more [here](https://opentelemetry.io/community/end-user/issue-participation/).</sub>
diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md
new file mode 100644
index 0000000..6c0c0b0
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/question.md
@@ -0,0 +1,11 @@
+---
+name: Question
+about: Create a question to help us improve our knowledge base and documentation
+labels: question
+---
+
+# Question
+
+Use [Github Discussions](https://github.com/open-telemetry/opentelemetry-demo/discussions/).
+
+<sub>**Tip**: [React](https://github.blog/news-insights/product-news/add-reactions-to-pull-requests-issues-and-comments/) with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding `+1` or `me too`, to help us triage it. Learn more [here](https://opentelemetry.io/community/end-user/issue-participation/).</sub>