Skip to content

Commit 283bf21

Browse files
committed
Add issue template for new commands
[ci skip]
1 parent d9cdda9 commit 283bf21

3 files changed

Lines changed: 37 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: 'feature: new command'
3+
about: Suggest a new command to add
4+
5+
---
6+
7+
__Feature Documentation Reference__
8+
9+
* Go Library Doc: https://godoc.org/github.com/xanzy/go-gitlab library link if it exists
10+
* REST API Doc: https://docs.gitlab.com/ce/api resource api reference
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
**Is your feature request related to a problem? Please describe.**
8+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
9+
10+
**Describe the solution you'd like**
11+
A clear and concise description of what you want to happen.
12+
13+
**Describe alternatives you've considered**
14+
A clear and concise description of any alternative solutions or features you've considered.
15+
16+
**Additional context**
17+
Add any other context or screenshots about the feature request here.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: New Command Feature
3+
about: Suggest a new command to add
4+
5+
---
6+
7+
## Feature Document Reference
8+
9+
* Go Library Doc: https://godoc.org/github.com/xanzy/go-gitlab library link if it exists
10+
* REST API Doc: https://docs.gitlab.com/ce/api resource api reference

0 commit comments

Comments
 (0)