Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove empty title from issue templates #4931

Merged
merged 5 commits into from
Dec 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: Bug report
description: Create a bug report
title: ''
labels:
- bug
body:
Expand All @@ -12,7 +11,7 @@ body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
description: Search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
Expand All @@ -21,13 +20,13 @@ body:
label: Current Behavior
description: A concise description of what you're experiencing.
validations:
required: false
required: true
- type: textarea
attributes:
label: Expected Behavior
description: A concise description of what you expected to happen.
validations:
required: false
required: true
- type: textarea
attributes:
label: Super-Linter version
Expand All @@ -43,7 +42,7 @@ body:
attributes:
label: Relevant log output
description: |
Please copy and paste any relevant log output.
Copy and paste any relevant log output.
This will be automatically formatted into code, so no need for backticks.
Enable debug logging, either on GitHub Actions, or when running locally.
render: shell
Expand Down
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: Feature request
description: Suggest an idea for this project
title: ''
labels:
- enhancement
body:
Expand All @@ -15,7 +14,7 @@ body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
description: Search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
Expand All @@ -24,13 +23,13 @@ body:
label: Current Behavior
description: A concise description of what you're experiencing.
validations:
required: false
required: true
- type: textarea
attributes:
label: Expected Behavior
description: A concise description of what you want to happen.
validations:
required: false
required: true
- type: textarea
attributes:
label: Anything else?
Expand Down