summaryrefslogtreecommitdiff
path: root/issues/gnbug/add-convenience-templates.gmi
blob: 41eb9752cf048f4191558a0015802c50e37dc391 (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
# Add convenienve templates

* feature-request

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?