-
-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: added "mc class member request" issue template
- Loading branch information
1 parent
b1ce9bd
commit 604c7f2
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: MC class member request | ||
description: Requests for completion of certain minecraft class member variables | ||
title: "[Request]: " | ||
labels: ["enhancement"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Please list all requested class names. | ||
description: Names of all requested classes. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Do you have a good reason for us to complement these member variables of these mc class? Please write it out. | ||
description: Sufficient reason to convince us to complement the member variables of these mc classes. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the mc class member request here. |