Skip to content

Commit

Permalink
feat: updating wording in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-hagemann committed Nov 13, 2024
1 parent a350808 commit a4f3d12
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Bug report for the App Center
description: Create a report to help us improve
description: Report an issue to help the development
labels:
- bug
assignees:
Expand All @@ -11,17 +11,17 @@ body:
attributes:
label: Is there an existing issue for this?
description: |
Please search to see if an issue already exists for this feature: https://github.com/canonical/app-center/issues.
Please check whether an issue already exists for this feature: https://github.com/canonical/app-center/issues.
options:
- label: I have searched the existing issues
- label: I have searched the existing issues and found none matching what I'm reporting.
required: true
- type: textarea
attributes:
label: Describe the bug
label: Bug Description
description: |
A clear and concise description of what the bug is. You can also attach screenshots or recordings.
Describe the bug clearly and concisely. Include what is the bug and attach screenshots or recordings if needed.
validations:
required: false
required: true
- type: textarea
attributes:
label: Steps to reproduce the behavior
Expand All @@ -31,7 +31,7 @@ body:
3. Scroll down to '....'
4. See error
validations:
required: false
required: true
- type: textarea
id: expected_behavior
attributes:
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ body:
attributes:
label: Is there an existing issue for this?
description: |
Please search to see if an issue already exists for this feature: https://github.com/canonical/app-center/issues?q=label%3Aenhancement.
Please check whether an issue already exists for this feature: https://github.com/canonical/app-center/issues?q=label%3Aenhancement.
options:
- label: I have searched the existing issues
- label: I have searched the existing issues and found none matching what I'm reporting.
required: true
- type: textarea
attributes:
Expand All @@ -24,7 +24,7 @@ body:
required: false
- type: textarea
attributes:
label: Describe the solution/feature you'd like.
label: Describe the feature, why the feature matters to you, and what benefits the feature will bring about.
validations:
required: true
- type: textarea
Expand Down

0 comments on commit a4f3d12

Please sign in to comment.