Skip to content

Commit 48b4dbe

Browse files
chore: adding issues templates - remove title (#315)
closes #311 *Description of changes:* This pull request removes the `title` field, which was added incorrectly. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent e270757 commit 48b4dbe

File tree

3 files changed

+0
-27
lines changed

3 files changed

+0
-27
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@ body:
88
value: |
99
Thanks for reporting a bug! Please fill out the information below.
1010
11-
- type: input
12-
id: title
13-
attributes:
14-
label: Title
15-
description: Brief description of the bug
16-
placeholder: e.g., SDK fails when...
17-
validations:
18-
required: true
19-
2011
- type: textarea
2112
id: expected
2213
attributes:

.github/ISSUE_TEMPLATE/documentation.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@ body:
88
value: |
99
Thanks for helping improve our documentation!
1010
11-
- type: input
12-
id: title
13-
attributes:
14-
label: Title
15-
description: Brief description of the documentation issue
16-
placeholder: e.g., Missing information about...
17-
validations:
18-
required: true
19-
2011
- type: textarea
2112
id: issue
2213
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@ body:
88
value: |
99
Thanks for taking the time to suggest a new feature!
1010
11-
- type: input
12-
id: title
13-
attributes:
14-
label: Title
15-
description: Brief description of the feature
16-
placeholder: e.g., Add support for...
17-
validations:
18-
required: true
19-
2011
- type: textarea
2112
id: what
2213
attributes:

0 commit comments

Comments
 (0)