Zion Boggan
repos/TreeTrace/.github/ISSUE_TEMPLATE/feature_request.yml
zionboggan.com ↗
25 lines · yaml
History for this file →
1
name: Feature request
2
description: Suggest an improvement or a new source adapter
3
labels: ["enhancement"]
4
body:
5
  - type: textarea
6
    id: problem
7
    attributes:
8
      label: The problem
9
      description: What are you trying to do that TreeTrace makes hard today?
10
    validations:
11
      required: true
12
  - type: textarea
13
    id: idea
14
    attributes:
15
      label: The idea
16
      description: What would you like it to do? If this is a new source adapter, link the export format if you can.
17
    validations:
18
      required: true
19
  - type: textarea
20
    id: notes
21
    attributes:
22
      label: Anything else
23
      description: Constraints worth knowing. TreeTrace stays local-first and zero-dependency, so ideas that fit that hold up best.
24
    validations:
25
      required: false