Skip to content

Commit d54b7c3

Browse files
chore: fix issues templates (#200)
* chore: fix issues templates * chore: fix issues templates
1 parent a19d3bf commit d54b7c3

4 files changed

Lines changed: 5 additions & 27 deletions

File tree

.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/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Ask a question
4+
url: https://github.com/aws/aws-durable-execution-sdk-python/discussions/new
5+
about: Ask a general question about Lambda Powertools

.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)