Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding issue templates #1424

Merged
merged 1 commit into from
Feb 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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).

-->