Merge pull request #125 from sgotti/add_github_issue_template
Add github issue templates
This commit is contained in:
commit
1244973c55
|
@ -0,0 +1,28 @@
|
||||||
|
---
|
||||||
|
name: Bug Report
|
||||||
|
about: Report a bug on Agola
|
||||||
|
labels: bug
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
|
||||||
|
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!
|
||||||
|
|
||||||
|
**NOTE:** Please submit only bug reports. For other question or if unsure ask on the [Agola Forum](https://talk.agola.io)
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
**What happened**:
|
||||||
|
|
||||||
|
**What you expected to happen**:
|
||||||
|
|
||||||
|
**How to reproduce it (as minimally and precisely as possible)**:
|
||||||
|
|
||||||
|
**Anything else we need to know?**:
|
||||||
|
|
||||||
|
**Environment**:
|
||||||
|
- Agola version:
|
||||||
|
- Agola running environment (if useful to understand the bug):
|
||||||
|
- Others:
|
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
name: Enhancement Request
|
||||||
|
about: Suggest an enhancement to Agola
|
||||||
|
labels: enhancement
|
||||||
|
|
||||||
|
---
|
||||||
|
<!--
|
||||||
|
|
||||||
|
Please only use this template for submitting enhancement requests
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
|
**What would you like to be added**:
|
||||||
|
|
||||||
|
**Why is this needed**:
|
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
name: Support Request
|
||||||
|
about: Support request or question related to Agola
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
|
||||||
|
STOP -- PLEASE READ!
|
||||||
|
|
||||||
|
GitHub is not the right place for support requests or questions.
|
||||||
|
|
||||||
|
Please use the [Agola Forum](https://talk.agola.io)
|
||||||
|
|
||||||
|
-->
|
Loading…
Reference in New Issue