Skip to content

Commit 9d9766a

Browse files
committed
Tidy linter issues
1 parent c42d539 commit 9d9766a

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: ''
4+
title: ""
55
labels: bug
6-
assignees: ''
7-
6+
assignees: ""
87
---
98

109
## Describe the bug: what you experienced

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
title: ''
4+
title: ""
55
labels: enhancement
6-
assignees: ''
7-
6+
assignees: ""
87
---
98

10-
## Is your feature request related to a problem? Please describe.
9+
## Is your feature request related to a problem? Please describe it
1110

1211
<!-- Please provide a clear and concise description of the problem. -->
1312

.github/workflows/semver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
create_tag: true
3434
initial_version: 0.0.1
3535
tag_prefix: v
36-
36+
3737
- name: Generate release notes
3838
id: release-notes
3939
uses: RedCrafter07/release-notes-action@31674bfa3a219e7c661fc0c5b7b3851c741b9965 # pin@v1.0.1

0 commit comments

Comments
 (0)