Skip to content

Commit a1cd8ea

Browse files
committed
GitHub: Yet another attempt to fix issue templates
1 parent fbfb4ba commit a1cd8ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Bug Report
3-
description: Use this to report bugs and issues.
3+
about: Use this to report bugs and issues.
44
body:
55
- type: markdown
66
attributes:

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Bug Report
3-
description: Use this to make feature requests.
3+
about: Use this to make feature requests.
44
body:
55
- type: textarea
66
id: description

.github/PULL_REQUEST_TEMPLATE/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Pull Request
3-
description: Open a pull request.
3+
about: Open a pull request.
44
body:
55
- type: markdown
66
attributes:

0 commit comments

Comments
 (0)