Rounds out the issue template set (bug/docs/security already existed) - feature requests point at CLAUDE.md's phased build order since most useful requests here are "match what web Outline does", and questions point at SETUP.md first since blank issues are disabled.
21 lines
539 B
YAML
21 lines
539 B
YAML
name: Question
|
|
about: Ask something about setup, usage, or how Outpost works
|
|
labels:
|
|
- "type: question"
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Check [`SETUP.md`](../../SETUP.md) first — most "how do I get this running" questions are answered there.
|
|
- type: textarea
|
|
id: question
|
|
attributes:
|
|
label: Question
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Context
|
|
description: What are you trying to do? Anything you've already tried?
|