Skip to content

Commit

Permalink
Add issues templates
Browse files Browse the repository at this point in the history
Mostly copied and adapted from cilium/cilium issue templates.

Signed-off-by: Nicolas Busseneau <[email protected]>
  • Loading branch information
nbusseneau authored and tklauser committed Sep 9, 2021
1 parent a030dda commit c1170b2
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: Bug Report
about: Report a bug encountered while operating Cilium CLI
title: ''
labels: 'kind/bug'
assignees: ''

---

<!--
If you have usage questions, please try the [slack
channel](http://cilium.io/slack) and see the [FAQ](https://goo.gl/qG2YmU)
first.
Choose either "Proposal" or "Bug report"
-->

## Bug report

<!--
Important: For security related issues: We strongly encourage you to report
security vulnerabilities to our private security mailing list:
[email protected] - first, before disclosing them in any public forums.
-->

**General Information**

- Cilium CLI version (run `cilium version`)
- Orchestration system version in use (e.g. `kubectl version`, ...)
- Platform / infrastructure information (e.g. AWS / Azure / GCP, image / kernel versions)
- Link to relevant artifacts (policies, deployments scripts, ...)
- Generate and upload a system zip: `cilium sysdump`

**How to reproduce the issue**

1. instruction 1
2. instruction 2
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/failing_test_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Failing Test
about: Report test failures in Cilium CLI CI jobs
title: 'CI: '
labels: area/CI, ci/flake
assignees: ''

---

## CI failure

- Set title to be in the format `CI: <test-name>`.
- Copy-paste the output the test failure.
- Upload the zip file generated from that test failure.
- Copy-paste the link of the CI build where that test failure has happen.
- Include any output from logs that you think may be relevant (to ease GitHub searches).
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Feature Request
about: Suggest a feature to Cilium CLI
title: ''
labels: kind/feature
assignees: ''

---

<!--
If you have usage questions, please try the [slack
channel](http://cilium.io/slack) and see the [FAQ](https://goo.gl/qG2YmU)
first.
Choose either "Proposal" or "Bug report"
-->

## Proposal / RFE

**Is your feature request related to a problem?**

**Describe the solution you'd like**

0 comments on commit c1170b2

Please sign in to comment.