blob: 1f5afa15458f288cc7e6458b6d1466dff7b2a05a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
# Add convenience templates
## Tags
* assigned: jgart
* type: feature-request
* priority: low
* keywords: tissue, gnbug
## Description
WDYT of adding a subcommand called `report` to generate a template for a bug report?
I was thinking of an interface like the following:
```
gnbug report feature-request "New feature: IPFS Downloads"
```
Or expressed as generic command parameters:
```
command subcommand tag(s) title
```
Which creates a file in issues/binderlite directory with a template like the
following:
```
# New feature: IPFS Downloads
* feature-request
```
Might be bloat but might be nice and convenient also. WDYT?
## Moving to tissue's own issue tracker
Now that tissue is dogfooding, this issue is moved to tissue's own issue tracker.
=> https://tissue.systemreboot.net/issues/issue-templates
* closed
|