Skip to content
Open
Changes from all commits
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
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/ask_question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Need Help?
description: Ask a question or request help regarding Geras
title: "[QUESTION]: <title>"
labels: [ "question" ]

body:
- type: textarea
id: question-details
attributes:
label: Question / Problem
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: |
- Geras Version: [e.g., 1.3.0]
- Thanos Version: [e.g., 0.32.5]
- OpenTSDB Version: [e.g., 2.4.1]
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