From 092cfc78041a3bd43dded49d0591c128df6bd4e4 Mon Sep 17 00:00:00 2001 From: Pranay Prateek Date: Sat, 22 May 2021 18:38:31 +0530 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 30 +++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 29 ++++++++++++++++ .../performance-issue-report.md | 33 +++++++++++++++++++ 3 files changed, 92 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/performance-issue-report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..8a22860f1c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +## Bug description + +*Please describe.* +*If this affects the front-end, screenshots would be of great help.* + +## Expected behavior + + + +## How to reproduce + +1. +2. +3. + + + +## Additional context + + +#### *Thank you* for your bug report – we love squashing them! diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..b8871ec018 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,29 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +## Is your feature request related to a problem? + +*Please describe.* + +## Describe the solution you'd like + + + +## Describe alternatives you've considered + + + +## Additional context + + + +#### *Thank you* for your feature request – we love each and every one! + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/performance-issue-report.md b/.github/ISSUE_TEMPLATE/performance-issue-report.md new file mode 100644 index 0000000000..b890a03724 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/performance-issue-report.md @@ -0,0 +1,33 @@ +--- +name: Performance issue report +about: Long response times, high resource usage? Ensuring that SigNoz is scalable + is our top priority +title: '' +labels: '' +assignees: '' + +--- + +## In what situation are you experiencing subpar performance? + +*Please describe.* + +## How to reproduce + +1. +2. +3. + +## Your Environment + +- [ ] Linux +- [ ] Mac +- [ ] Windows + +Please provide details of OS version etc. + +## Additional context + + + +#### *Thank you* for your performance issue report – we want PostHog to go supersonic!