-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
93 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |