Skip to content

Commit

Permalink
add issue and feature request templates (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnummelin authored and jakolehm committed Nov 9, 2018
1 parent f154c7f commit aa44e20
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 0 deletions.
61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
---
name: Bug Report
about: Report a bug encountered while using Pharos

---
<!-- 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!-->

<!--
If you are reporting a new issue, make sure that we do not have any duplicates
already open. You can ensure this by searching the issue list for this
repository. If there is a duplicate, please close your issue and add a comment
to the existing issue instead.
If you suspect your issue is a bug, please edit your issue description to
include the BUG REPORT INFORMATION shown below. If you fail to provide this
information within 7 days, we cannot debug your issue and will close it. We
will, however, reopen it if you later provide the information.
---------------------------------------------------
GENERAL SUPPORT INFORMATION
---------------------------------------------------
The GitHub issue tracker is for bug reports and feature requests.
General support for **Pharos** can be found at the following locations:
- Slack - kontena.slack.com
For commercial support options, visit: https://www.kontena.io/pharos#pricing
-->


**What happened**:

<!--
If possible, include also the debug traces by re-running pharos up -d ...
You can always share the debug logs through gist, pastebin or some other service.
Remember to clear out any sensitive information from the logs.
-->

**What you expected to happen**:

**How to reproduce it (as minimally and precisely as possible)**:

**Anything else we need to know?**:

**Environment**:
- Pharos version (use `pharos --version`):
- Cloud provider or hardware configuration:
- OS (e.g. from /etc/os-release; both for the client and for the used nodes):
- Others:

**cluster.yml:**

<!--
If possible, share the cluster.yml configuration, at least the relevant parts of it.
It helps a lot when debugging and trying to reproduce the issue.
-->

15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Enhancement Request
about: Suggest an enhancement to the Pharos project

---
<!-- Please only use this template for submitting enhancement requests -->

**What would you like to be added**:

**Why is this needed**:


**Example cluster.yml**:

<!-- Add here example of the cluster.yml for the relevant parts for this new feature. I.e. how you would see this new feature configured. -->

0 comments on commit aa44e20

Please sign in to comment.