Skip to content

Commit 17d04ff

Browse files
committed
chore: update and fix ISSUE_TEMPLATE config
1 parent cf6e8dc commit 17d04ff

File tree

3 files changed

+74
-9
lines changed

3 files changed

+74
-9
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
blank_issues_enabled: false
1+
blank_issues_enabled: true
22
contact_links:
3-
- name: Ask a question
4-
url: https://github.com/ace-of-aces/laravel-image-transform-url/discussions/new?category=q-a
5-
about: Ask the community for help
6-
- name: Request a feature
7-
url: https://github.com/ace-of-aces/laravel-image-transform-url/discussions/new?category=ideas
8-
about: Share ideas for new features
93
- name: Report a security issue
10-
url: https://github.com/ace-of-aces/laravel-image-transform-url/security/policy
11-
about: Learn how to notify us for sensitive bugs
4+
url: mailto:[email protected]
5+
about: Contact the maintainer directly for sensitive bugs

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: Feature Request
2+
description: Request a new feature for the Package
3+
title: "[Feature]: "
4+
labels: ["enhancement"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to suggest a new feature! Please provide the following details to help us understand your request.
10+
- type: textarea
11+
id: feature-description
12+
attributes:
13+
label: Feature Description
14+
description: Please describe the feature you would like to see added. What problem would it solve?
15+
placeholder: I would like to be able to X because it would help with Y use case.
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: use-case
20+
attributes:
21+
label: Use Case
22+
description: Please describe the specific use case or scenario where this feature would be beneficial.
23+
placeholder: When working with X type of images, I need to Y but currently can only Z.
24+
validations:
25+
required: true
26+
- type: textarea
27+
id: proposed-solution
28+
attributes:
29+
label: Proposed Solution
30+
description: If you have ideas on how this feature could be implemented, please share them here.
31+
placeholder: This could be implemented by adding a new option that allows...
32+
validations:
33+
required: false
34+
- type: textarea
35+
id: notes
36+
attributes:
37+
label: Additional Notes
38+
description: Use this field to provide any other information that you feel might be relevant to your feature request.
39+
validations:
40+
required: false
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: Question
2+
description: Ask a question about the Package
3+
title: "[Question]: "
4+
labels: ["question"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for your interest in the package! Please provide the following details to help us understand your question better.
10+
- type: textarea
11+
id: question
12+
attributes:
13+
label: What is your question?
14+
description: Please describe your question in detail. What are you trying to achieve?
15+
placeholder: I'm trying to do X but I'm not sure how to approach it with this package.
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: context
20+
attributes:
21+
label: Context
22+
description: Please provide any relevant context, code snippets, or configuration that might help us understand your situation better.
23+
placeholder: I have tried X approach but I'm getting Y result instead of Z.
24+
validations:
25+
required: false
26+
id: notes
27+
attributes:
28+
label: Additional Notes
29+
description: Use this field to provide any other information that you feel might be relevant to your question.
30+
validations:
31+
required: false

0 commit comments

Comments
 (0)