Skip to content

Commit b1565c3

Browse files
committedSep 27, 2019
Add github issue templates
[ci skip]
1 parent f57dac5 commit b1565c3

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed
 

‎.github/ISSUE_TEMPLATE/bug-report.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug on the Agola web interface
4+
labels: bug
5+
6+
---
7+
8+
<!--
9+
10+
Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
11+
12+
**NOTE:** Please submit only bug reports. For other question or if unsure ask on the [Agola Forum](https://talk.agola.io)
13+
14+
-->
15+
16+
17+
**What happened**:
18+
19+
**What you expected to happen**:
20+
21+
**How to reproduce it (as minimally and precisely as possible)**:
22+
23+
**Anything else we need to know?**:
24+
25+
**Environment**:
26+
- Agola web version:
27+
- Others:

‎.github/ISSUE_TEMPLATE/enhancement.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Enhancement Request
3+
about: Suggest an enhancement for Agola Web
4+
labels: enhancement
5+
6+
---
7+
<!--
8+
9+
Please only use this template for submitting enhancement requests
10+
11+
-->
12+
13+
**What would you like to be added**:
14+
15+
**Why is this needed**:

‎.github/ISSUE_TEMPLATE/support.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Support Request
3+
about: Support request or question related to Agola Web
4+
---
5+
6+
<!--
7+
8+
STOP -- PLEASE READ!
9+
10+
GitHub is not the right place for support requests or questions.
11+
12+
Please use the [Agola Forum](https://talk.agola.io)
13+
14+
-->

0 commit comments

Comments
 (0)
Please sign in to comment.