-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: added more templates for github
- Loading branch information
1 parent
a31002e
commit 9cbb94a
Showing
2 changed files
with
117 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,66 @@ | ||
name: Feature Request | ||
description: Suggest a new feature or enhancement. | ||
title: "[Feature]: " | ||
labels: ["enhancement"] | ||
assignees: | ||
- lewislarsen | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for suggesting a new feature! Please fill out the following details to help us understand your request. | ||
- type: input | ||
id: contact | ||
attributes: | ||
label: Contact Details | ||
description: How can we get in touch with you if we need more info? | ||
placeholder: ex. [email protected] | ||
validations: | ||
required: false | ||
- type: input | ||
id: feature-title | ||
attributes: | ||
label: Feature Title | ||
description: What is the title of the feature you are requesting? | ||
placeholder: ex. Improve user authentication or add new backup destination | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: feature-description | ||
attributes: | ||
label: Feature Description | ||
description: Please describe the feature in detail. What problem does it solve? How will it improve the project? | ||
placeholder: Provide a detailed description of the feature. | ||
validations: | ||
required: true | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Version | ||
description: What version of the application are you using? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: current-issues | ||
attributes: | ||
label: Current Issues | ||
description: Describe any current issues or limitations that the feature will address. | ||
placeholder: Describe existing issues or limitations. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional Context | ||
description: Provide any additional context or screenshots related to the feature request. | ||
placeholder: Add any other context or screenshots here. | ||
validations: | ||
required: false | ||
- type: input | ||
id: resources | ||
attributes: | ||
label: Resources | ||
description: Provide links to any relevant resources, documentation, or examples. | ||
placeholder: ex. https://laravel.com/docs | ||
validations: | ||
required: false |
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,51 @@ | ||
name: Refactoring Request | ||
description: Suggest a code refactoring to improve Vanguard. | ||
title: "[Refactor]: " | ||
labels: ["refactor"] | ||
assignees: | ||
- lewislarsen | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for suggesting a code refactoring! Please fill out the following details to help us understand your suggestion. | ||
- type: input | ||
id: contact | ||
attributes: | ||
label: Contact Details | ||
description: How can we get in touch with you if we need more info? | ||
placeholder: ex. [email protected] | ||
validations: | ||
required: false | ||
- type: input | ||
id: refactoring-title | ||
attributes: | ||
label: Refactoring Title | ||
description: What is the title of the refactoring you are suggesting? | ||
placeholder: ex. Improve backup logic | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: refactoring-description | ||
attributes: | ||
label: Refactoring Description | ||
description: Please describe the refactoring in detail. What code will be affected? How will it improve the application? | ||
placeholder: Provide a detailed description of the refactoring. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: current-issues | ||
attributes: | ||
label: Current Issues | ||
description: Describe any current issues or limitations that the refactoring will address. | ||
placeholder: Describe existing issues or limitations. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional Context | ||
description: Provide any additional context or links to related code. | ||
placeholder: Add any other context or links here. | ||
validations: | ||
required: false |