Skip to content

Commit

Permalink
add ISSUE_TEMPLATE/ask_question.yml. (#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
naskio authored Feb 15, 2024
1 parent 25bd475 commit f65763f
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/help_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Need help?
description: Ask a question or request help regarding ILGPU
title: "[QUESTION]: <title>"
labels: [ "help wanted", "question" ]

body:
- type: textarea
id: question
attributes:
label: Question
description: Provide a clear and concise description of your question or the issue you're facing.
validations:
required: true

- type: textarea
id: environment
attributes:
label: Environment
description: "Please provide details about your environment:"
value: |
- ILGPU version: [e.g., 1.5.1]
- .NET version: [e.g., .NET 8]
- Operating system: [e.g., Windows 10]
- Hardware (if GPU-related): [e.g., NVIDIA GeForce GTX 1080]
validations:
required: false

- type: textarea
id: additional-context
attributes:
label: Additional context
description: Include any relevant context, screenshots, or code snippets that can help us better understand and address your question or problem.
validations:
required: false

0 comments on commit f65763f

Please sign in to comment.