Skip to content

Commit d5ec585

Browse files
Create suggestion.yml
1 parent bc24ba2 commit d5ec585

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/ISSUE_TEMPLATE/suggestion.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Suggest something.
2+
description: Tell us any suggestion or wants.
3+
title: "Provide a general summary of your suggestion"
4+
labels: ["Suggestion"]
5+
assignees: "DefinetlyNotAI"
6+
body:
7+
- type: checkboxes
8+
attributes:
9+
label: Prerequisites
10+
description: Take a couple minutes to help our maintainers work faster.
11+
options:
12+
- label: I have [searched](https://github.com/DefinetlyNotAI/Solidworks-Crack/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues.
13+
required: true
14+
- label: You understand that you may require a certain amount of upvotes before your suggestion is taken into consideration!
15+
required: true
16+
- type: textarea
17+
id: what-happened
18+
attributes:
19+
label: Describe the suggestion
20+
description: Provide a summary of the suggestion and what you expect.
21+
validations:
22+
required: true

0 commit comments

Comments
 (0)