Skip to content

Commit

Permalink
Merge pull request #1424 from kubernetes-sigs/njuettner-patch-1
Browse files Browse the repository at this point in the history
Adding issue templates
  • Loading branch information
k8s-ci-robot committed Feb 12, 2020
2 parents b8d018f + 0d3e363 commit b0a3f37
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/---bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: "\U0001F41E Bug report"
about: Report a bug encountered while operating external-dns
title: ''
labels: kind/bug
assignees: ''

---

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

**What happened**:

**What you expected to happen**:

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

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

**Environment**:
- External-DNS version (use `external-dns --version`):
- DNS provider:
- Others:
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/--enhancement-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: "✨ Enhancement Request"
about: Suggest an enhancement to external-dns
title: ''
labels: kind/feature
assignees: ''

---

<!-- Please only use this template for submitting enhancement requests. This can be something like a new provider or a new gateway. -->

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

**Why is this needed**:
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/-support-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: "❓Support Request"
about: Support request or question relating to external-dns
title: ''
labels: triage/support
assignees: ''

---

<!--
STOP -- PLEASE READ!
GitHub is not the right place for support requests.
If you're looking for help, check our [docs](https://github.com/kubernetes-sigs/external-dns/tree/master/docs).
You can also post your question on the [Kubernetes Slack #external-dns](https://kubernetes.slack.com/archives/C771MKDKQ).
-->

0 comments on commit b0a3f37

Please sign in to comment.