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 ISSUE_TEMPLATE/ask_question.yml #106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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