Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 2 issue templates #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add a template: feature_request.yml
gitauto-ai[bot] authored Jan 13, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 72c251754b678b1fbe5c9618679f4653a4251ed3
51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
name: Feature Request
description: Share your problem and suggest a new feature
title: "Feature Request: "
labels: ["enhancement", "gitauto"]
# assignees: [""]

body:
- type: textarea
id: problem
attributes:
label: Problem
description: What issue are you facing?
placeholder: "Example: 'When I try to upload large files (over 100MB), the process succeeds but takes more than 10 minutes. This disrupts my workflow and causes delays in my project.'"
validations:
required: true

- type: textarea
id: current_solution
attributes:
label: Current Solution
description: How are you currently solving this problem?
placeholder: "Example: 'To work around this, I'm splitting the files into smaller parts (less than 50MB each) and uploading them individually. This is time-consuming and mistake-prone.'"
validations:
required: true

- type: textarea
id: proposed_solution
attributes:
label: Proposed Solution
description: What do you want to happen?
placeholder: "Example: 'I would like a feature that supports seamless uploading of large files, more than 100MB, without any timeouts or delays. This will help me save time and improve my productivity.'"
validations:
required: true

- type: textarea
id: attachments
attributes:
label: Screenshots or Diagrams
description: Add any screenshots or diagrams that can help us understand the feature request.
placeholder: "Attach it here"
validations:
required: false

- type: textarea
id: additional_information
attributes:
label: Additional Information
description: Include any other information or screenshots.
placeholder: "Describe it here"
validations:
required: false