diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..6a34b2d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,37 @@ +--- +name: Bug Report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the Bug** + +A clear and concise description of what the bug is. + +**To Reproduce** + +Steps to reproduce the behavior: + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected Behavior** + +A clear and concise description of what you expected to happen. + +**Screenshots** + +If applicable, add screenshots to help explain your problem. + +**Anonymized Data** + +If possible, please provide any relevant data that has been anonymized to help us replicate the issue. + +**Additional Context** + +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 0000000..3a2c3da --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1,12 @@ +blank_issues_enabled: false +contact_links: + - name: Report a Bug + url: https://github.com/liatrio/backstage-dora-plugin/issues/new?template=bug-report.md + about: Report a bug to help us improve the project. + - name: Request a Feature + url: https://github.com/liatrio/backstage-dora-plugin/issues/new?template=feature_request.md + about: Suggest a new feature or enhancement for the project. + - name: Requst Documentation Improvements + url: https://github.com/liatrio/backstage-dora-plugin/issues/new?doc-improvements.md + about: Request improvements or additions to the documentation. + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/doc-improvement.md b/.github/ISSUE_TEMPLATE/doc-improvement.md new file mode 100644 index 0000000..c7b1968 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/doc-improvement.md @@ -0,0 +1,20 @@ +--- +name: Documentation Improvement +about: Suggest improvements or report issues with the documentation +title: '' +labels: documentation +assignees: '' + +--- + +**Describe the issue with the documentation.** + +A clear and concise description of the documentation issue. + +**Suggested improvements.** + +Provide suggestions on how to improve the documentation. + +**Additional context.** + +Include any other details or links that might be useful. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..89a4ea2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,24 @@ +--- +name: Feature Request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** + +A clear and concise description of the problem or issue. + +**Describe the solution you'd like.** + +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered.** + +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context.** + +Add any other context or screenshots about the feature request here.