blob: 29f266a609ad43e1bbe3259fae816a42ba552ca1 (
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
|
# Add convenience templates
## Tags
* assigned: jgart
* type: feature-request
* priority: low
* status: in progress, discussion, stalled
* 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?
|