Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit ef98769

Browse files
committed
github: add Issue/PR templates
1 parent e224933 commit ef98769

File tree

3 files changed

+50
-0
lines changed

3 files changed

+50
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Bug report
3+
about: Tell us about a problem you are experiencing
4+
5+
---
6+
7+
**What steps did you take and what happened:**
8+
[A clear and concise description on how to REPRODUCE the bug.]
9+
10+
11+
**What did you expect to happen:**
12+
13+
14+
**Anything else you would like to add:**
15+
[Miscellaneous information that will assist in solving the issue.]
16+
17+
18+
**Environment:**
19+
20+
- cluster-api-provider-packet version:
21+
- Kubernetes version: (use `kubectl version`):
22+
- OS (e.g. from `/etc/os-release`):
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
<!-- NOTE: ⚠️ For larger proposals, we follow the CAEP process as outlined in https://sigs.k8s.io/cluster-api/CONTRIBUTING.md. -->
8+
9+
**User Story**
10+
11+
As a [developer/user/operator] I would like to [high level description] for [reasons]
12+
13+
**Detailed Description**
14+
15+
[A clear and concise description of what you want to happen.]
16+
17+
**Anything else you would like to add:**
18+
19+
[Miscellaneous information that will assist in solving the issue.]
20+
21+
/kind feature

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!-- please add a icon to the title of this PR (see https://sigs.k8s.io/cluster-api/VERSIONING.md), and delete this line and similar ones -->
2+
<!-- the icon will be either ⚠️ (:warning:, major or breaking changes), ✨ (:sparkles:, minor or feature additions), 🐛 (:bug:, patch and bugfixes), 📖 (:book:, documentation or proposals), or 🏃 (:running:, other) -->
3+
4+
**What this PR does / why we need it**:
5+
6+
**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
7+
Fixes #

0 commit comments

Comments
 (0)