Skip to content

Commit

Permalink
chore: added more templates for github
Browse files Browse the repository at this point in the history
  • Loading branch information
lewislarsen committed Jun 14, 2024
1 parent a31002e commit 9cbb94a
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 0 deletions.
66 changes: 66 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_proposal.yml
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
51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/refactoring_request.yml
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

0 comments on commit 9cbb94a

Please sign in to comment.