diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..aeceea5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,26 @@ +--- +name: 🐞 Bug Report +about: Report a bug to help improve Sentry On-Premise +--- + +## Version Information + +Version: *VERSION HERE* + + +## Description + +[What happened] + +## Steps to Reproduce + +1. [First Step] +2. [Second Step] +3. and so on. + +## Logs + +Please share any applicable logs: + +- ./install.sh logs +- `docker-compose logs` output diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..22655b7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Question about self-hosting/on-premise + url: https://forum.sentry.io + about: Please use the community forums for questions + - name: Report a security vulnerability + url: https://sentry.io/security/#vulnerability-disclosure + about: Please see our guide for responsible disclosure. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..bb8c4ee --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,28 @@ +--- +name: 🧠 Feature request +about: Suggest an idea for this project + +--- + + + +## Summary + +One paragraph description of the feature. + +## Motivation + +Why should this be worked on? What problems or use cases does it solve or +improve? + +## Additional Context + +Any other context or screenshots or API request payload/responses that +pertain to the feature.