questions and duplicates template added
This commit is contained in:
parent
db69b0f1bf
commit
6ef07a5f30
32
.github/ISSUE_TEMPLATE/duplicate-issue.yml
vendored
Normal file
32
.github/ISSUE_TEMPLATE/duplicate-issue.yml
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
name: Duplicate issue report
|
||||
description: Report an issue or pull request that already exists in the project.
|
||||
title: "[DUPLICATE]: <Provide a brief title>"
|
||||
labels: ["duplicate"]
|
||||
assignees: []
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Please provide information about the duplicate issue or pull request.
|
||||
|
||||
- type: input
|
||||
id: duplicate_link
|
||||
attributes:
|
||||
label: Link to the original issue/pull request
|
||||
description: Provide the URL of the original issue or pull request that duplicates this one.
|
||||
placeholder: "https://github.com/your-repo/issue/123"
|
||||
|
||||
- type: input
|
||||
id: reason
|
||||
attributes:
|
||||
label: Reason for marking as duplicate
|
||||
description: Explain why this issue is considered a duplicate.
|
||||
placeholder: "Briefly explain why this is a duplicate."
|
||||
|
||||
- type: input
|
||||
id: additional
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: Add any additional context or supporting information.
|
||||
placeholder: "Any additional information or comments..."
|
39
.github/ISSUE_TEMPLATE/question-issue.yml
vendored
Normal file
39
.github/ISSUE_TEMPLATE/question-issue.yml
vendored
Normal file
@ -0,0 +1,39 @@
|
||||
name: Question or Information Request
|
||||
description: Ask a question or request more information related to the project.
|
||||
title: "[QUESTION]: <Provide a short title>"
|
||||
labels: ["question"]
|
||||
assignees: []
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Please fill out the form below to ask your question or request further information.
|
||||
|
||||
- type: input
|
||||
id: question_summary
|
||||
attributes:
|
||||
label: Summary of your question
|
||||
description: Provide a brief summary of your question or information request.
|
||||
placeholder: "Summarize your question in a few words..."
|
||||
|
||||
- type: textarea
|
||||
id: question_details
|
||||
attributes:
|
||||
label: Question details
|
||||
description: Provide a detailed explanation of your question or what information you're requesting.
|
||||
placeholder: "Describe your question or information request in detail..."
|
||||
|
||||
- type: input
|
||||
id: context
|
||||
attributes:
|
||||
label: Context for the question
|
||||
description: Provide any relevant context or background information that may help clarify your question.
|
||||
placeholder: "Add context for your question (e.g., where you encountered the issue, what you're trying to do)..."
|
||||
|
||||
- type: input
|
||||
id: additional
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: Add any additional information that may help answer your question.
|
||||
placeholder: "Any extra information or comments..."
|
Loading…
Reference in New Issue
Block a user