Skip to content

Commit 5ee80a1

Browse files
authored
Add some issue templates (#120)
* Add some issue templates Add some issue templates to which is being completed as part of #119 * Add enhancement label
1 parent 1de4e71 commit 5ee80a1

File tree

4 files changed

+90
-0
lines changed

4 files changed

+90
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Bug Report
3+
about: Use this template to help report bugs
4+
title: "[BUG]"
5+
labels: kind/bug
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
Thank you for your interest in Network Policy API! Please note that bug reports
12+
here should only be used for bugs with the API itself, such as:
13+
14+
- Incomplete or inaccurate validation
15+
- Problems with the API specification
16+
- Unexpected errors with the validating webhook
17+
- Flaws in conformance tests
18+
19+
Bugs that don't fit into one of the above categories should likely be filed
20+
with the [implementation](https://network-policy-api.sigs.k8s.io/implementations/)
21+
of Network Policy API that you're using.
22+
23+
Please use this template while reporting a bug and provide as much info as
24+
possible. Not doing so may result in your bug not being addressed in a timely
25+
manner. Thank you!
26+
-->
27+
28+
**What happened**:
29+
30+
**What you expected to happen**:
31+
32+
**How to reproduce it (as minimally and precisely as possible)**:
33+
34+
**Anything else we need to know?**:
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Conformance Test Updates
3+
about: Use this template for requesting updates to the upstream conformance tests
4+
title: "[CONFORMANCE]"
5+
labels: area/conformance
6+
assignees: ''
7+
8+
---
9+
10+
<!-- Please only use this template for submitting conformance test requests -->
11+
12+
**What existing test case does this issue concern**:
13+
14+
**What test case(s) would you like to be added**:
15+
16+
**Why this is needed**:
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Enhancement Proposal
3+
about: Use this template for submitting enhancement requests
4+
title: "[ENHANCEMENT]"
5+
labels: 'kind/enhancement'
6+
assignees: ''
7+
8+
---
9+
10+
<!-- Please only use this template for submitting enhancement requests -->
11+
12+
<!--
13+
WARNING: depending on the scope of the enhancement you may be asked to use the
14+
NPEP process to build consensus around a proposed change. Please carefully read
15+
through the NPEP overview before submitting this issue:
16+
https://network-policy-api.sigs.k8s.io/enhancements/
17+
-->
18+
19+
**Is your enhancement request related to a problem? Please describe.**
20+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
21+
22+
**Describe the solution you'd like**
23+
A clear and concise description of what you want to happen.
24+
25+
**Describe alternatives you've considered**
26+
A clear and concise description of any alternative solutions or features you've considered.
27+
28+
**Additional context**
29+
Add any other context or screenshots about the feature request here.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Generic Issue
3+
about: This template should be used for generic issues which don't match any other
4+
templates
5+
title: ''
6+
labels: ''
7+
assignees: ''
8+
9+
---
10+
11+
**Describe the issue**:

0 commit comments

Comments
 (0)