mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-06-03 21:59:36 -04:00
21 lines
644 B
YAML
21 lines
644 B
YAML
name: Question
|
|
description: General questions about usage or implementation
|
|
title: "[QUESTION] "
|
|
labels: ["question"]
|
|
assignees: []
|
|
body:
|
|
- type: textarea
|
|
id: question
|
|
attributes:
|
|
label: Question
|
|
description: Provide a clear question and any minimal code samples
|
|
placeholder: What would you like to know about Zerobyte?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Context / what you've tried
|
|
description: Provide context about what you're trying to accomplish and what you've already tried
|
|
placeholder: I'm trying to... and I've already tried...
|