Skip to content

Commit d1606a7

Browse files
authored
Merge pull request #144 from atoato88/add-template-files-for-issue-and-pr
Add template for issue and PR
2 parents 13703a7 + 42467ab commit d1606a7

File tree

3 files changed

+50
-0
lines changed

3 files changed

+50
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug encountered while using kubebuilder-declarative-pattern
4+
labels: kind/bug
5+
6+
---
7+
8+
**What happened**:
9+
10+
**What you expected to happen**:
11+
12+
**How to reproduce it (as minimally and precisely as possible)**:
13+
14+
**Anything else we need to know?**:
15+
16+
**Environment**:
17+
- Kubernetes version (use `kubectl version`):
18+
- OS (e.g: `cat /etc/os-release`):
19+
- Kernel (e.g. `uname -a`):
20+
- Go version (e.g. `go version`):
21+
- Others:

.github/ISSUE_TEMPLATE/enhancement.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Enhancement Request
3+
about: Suggest an enhancement to the kubebuilder-declarative-pettern project
4+
labels: kind/feature
5+
6+
---
7+
<!-- Please only use this template for submitting enhancement requests -->
8+
9+
**What would you like to be added**:
10+
11+
**Why is this needed**:

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!-- Thanks for sending a pull request! Here are some tips for you:
2+
3+
If this is your first time, please read our contributor guidelines: https://github.com/kubernetes-sigs/kubebuilder-declarative-pattern/blob/master/CONTRIBUTING.md
4+
-->
5+
6+
**What this PR does / why we need it**:
7+
8+
**Which issue(s) this PR fixes**:
9+
<!--
10+
*Automatically closes linked issue when PR is merged.
11+
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
12+
-->
13+
Fixes #
14+
15+
**Special notes for your reviewer**:
16+
17+
**Additional documentation**:
18+

0 commit comments

Comments
 (0)