Skip to content

Commit

Permalink
chore: add issue templates (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsshaddox authored Sep 3, 2024
1 parent abfc914 commit e2ae0c0
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -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.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yaml
Original file line number Diff line number Diff line change
@@ -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.

20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/doc-improvement.md
Original file line number Diff line number Diff line change
@@ -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.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit e2ae0c0

Please sign in to comment.