Skip to content

Commit 67d4bbd

Browse files
authored
Update issue templates (#2484)
* Update bug_report.yml Signed-off-by: lodicolo <[email protected]> * Update enhancement_idea.yml Signed-off-by: lodicolo <[email protected]> * Update feature_request.yml Signed-off-by: lodicolo <[email protected]> * Update feature_request.yml Signed-off-by: lodicolo <[email protected]> * Update enhancement_idea.yml Signed-off-by: lodicolo <[email protected]> --------- Signed-off-by: lodicolo <[email protected]>
1 parent 04f5517 commit 67d4bbd

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Bug Report
22
description: Report a bug for us to look into
33
labels: ["bug", "needs verification"]
4+
type: Bug
45
title: 'bug: '
56
assignees: []
67
body:

.github/ISSUE_TEMPLATE/enhancement_idea.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
name: Enhancement idea
22
description: Suggest a minor enhancement or quality of life change
33
labels: ["enhancement"]
4+
type: Task
45
title: 'enhancement: '
56
assignees: []
67
body:
78
- type: markdown
89
attributes:
910
value: |
11+
**Please post Enhancement Requests in [Discussions](https://github.com/AscensionGameDev/Intersect-Engine/discussions), and approved Enhancement Requests will be made into Issues**
12+
1013
Thank you for your interest Intersect! We welcome any and all ideas for features or improvements that you might have. All we ask is to fill in this template with some detail. A detailed description, perhaps supported with some screenshots, mockups, and reasoning would be very much appreciated and will help get your proposal reviewed sooner.
1114
1215
Keep in mind that Intersect is intended to be a base 2d orpg engine. Consider if your idea fits the overall goals of this project.

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
name: Feature Request
22
description: Suggest a new feature to be added to the engine
33
labels: ["feature request"]
4+
type: 'Feature'
45
title: 'feature: '
56
assignees: []
67
body:
78
- type: markdown
89
attributes:
910
value: |
11+
**Please post Feature Requests in [Discussions](https://github.com/AscensionGameDev/Intersect-Engine/discussions), and approved Feature Requests will be made into Issues**
12+
1013
Thank you for your interest Intersect! We welcome any and all ideas for features or improvements that you might have. All we ask is to fill in this template with some detail. A detailed description, perhaps supported with some screenshots, mockups, and reasoning would be very much appreciated and will help get your proposal reviewed sooner.
1114
12-
Keep in mind that Intersect is intended to be a base 2d orpg engine. Consider if your feature request fits the overall goals of this project. As we are volunteers with limited time we are very picky about the features we add knowing we have to support them long term.
15+
Keep in mind that Intersect is intended to be a base 2D ORPG engine. Consider if your feature request fits the overall goals of this project. As we are volunteers with limited time we are very picky about the features we add knowing we have to support them long term.
1316
- type: textarea
1417
id: description
1518
attributes:

0 commit comments

Comments
 (0)