Skip to content

Commit

Permalink
Update issue templates (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
sed-i authored Feb 13, 2024
1 parent 36cf836 commit 1ce3bd0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ body:
attributes:
value: >
Thanks for taking the time to fill out this bug report! Before submitting your issue, please make
sure you are using the latest version of the charm. If not, please switch to this image prior to
sure you are using the latest version of the charm. If not, please try upgrading to the latest edge release prior to
posting your report to make sure it's not already solved.
- type: textarea
id: bug-description
attributes:
label: Bug Description
description: >
If applicable, add screenshots to help explain your problem. If applicable, add screenshots to
If applicable, add screenshots to
help explain the problem you are facing.
validations:
required: true
Expand All @@ -22,7 +22,8 @@ body:
attributes:
label: To Reproduce
description: >
Please provide a step-by-step instruction of how to reproduce the behavior.
Please provide the output of `juju export-bundle` and step-by-step instructions for how to reproduce the behavior.
A deployment diagram could be handy too. See https://discourse.charmhub.io/t/9269 for examples.
placeholder: |
1. `juju deploy ...`
2. `juju relate ...`
Expand Down Expand Up @@ -55,4 +56,3 @@ body:
id: additional-context
attributes:
label: Additional context

18 changes: 18 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## Issue
<!-- What issue is this PR trying to solve? -->


## Solution
<!-- A summary of the solution addressing the above issue -->


## Context
<!-- What is some specialized knowledge relevant to this project/technology -->


## Testing Instructions
<!-- What steps need to be taken to test this PR? -->


## Upgrade Notes
<!-- To upgrade from an older revision of charmed prometheus, ... -->

0 comments on commit 1ce3bd0

Please sign in to comment.