Skip to content

Commit 622fd8f

Browse files
authored
Merge pull request #9 from rramkumar1/templates
Add templates for PRs and Issues
2 parents 82eb406 + 498801a commit 622fd8f

File tree

2 files changed

+67
-0
lines changed

2 files changed

+67
-0
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug encountered with the kube-agentic-networking project
4+
labels: kind/bug
5+
6+
---
7+
<!--
8+
Thank you for your interest in K8s Agentic Networking! Please note that bug reports
9+
here should only be used for bugs with the API itself, such as:
10+
11+
- Incomplete or inaccurate validation
12+
- Problems with the API specification
13+
14+
Please use this template while reporting a bug and provide as much info as
15+
possible. Not doing so may result in your bug not being addressed in a timely
16+
manner. Thank you!
17+
-->
18+
19+
**What happened**:
20+
21+
**What you expected to happen**:
22+
23+
**How to reproduce it (as minimally and precisely as possible)**:
24+
25+
**Anything else we need to know?**:

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<!-- Thanks for sending a pull request! Here are some tips for you:
2+
3+
1. If this is your first time contributing to a Kubernetes project, please read
4+
our contributor guidelines:
5+
https://git.k8s.io/community/contributors/guide/first-contribution.md#your-first-contribution
6+
2. Please label this pull request according to what type of issue you are
7+
addressing, especially if this is a release targeted pull request. For
8+
reference on required PR/issue labels, read here:
9+
https://git.k8s.io/community/contributors/devel/sig-release/release.md#issuepr-kind-label
10+
4. If you want *faster* PR reviews, read how:
11+
https://git.k8s.io/community/contributors/guide/pull-requests.md#best-practices-for-faster-reviews
12+
5. If the PR is unfinished, see how to mark it:
13+
https://git.k8s.io/community/contributors/guide/pull-requests.md#marking-unfinished-pull-requests
14+
-->
15+
16+
**What type of PR is this?**
17+
<!--
18+
Add one of the following kinds:
19+
/kind bug
20+
/kind cleanup
21+
/kind documentation
22+
/kind feature
23+
/kind test
24+
-->
25+
26+
**What this PR does / why we need it**:
27+
28+
**Which issue(s) this PR fixes**:
29+
<!--
30+
*Automatically closes linked issue when PR is merged.
31+
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
32+
-->
33+
Fixes #
34+
35+
**Does this PR introduce a user-facing change?**:
36+
<!--
37+
If no, just write "NONE" in the release-note block below.
38+
If yes, please enter a release note below:
39+
-->
40+
```release-note
41+
42+
```

0 commit comments

Comments
 (0)