Skip to content

Commit eea8bb5

Browse files
committed
Addressed comments
1 parent b7a613a commit eea8bb5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/ISSUE_TEMPLATE/bug_request.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Bug Report
3-
about: Report a bug encountered while using JobSet
3+
about: Report a bug you encountered
44
labels: kind/bug
55

66
---
@@ -10,7 +10,6 @@ labels: kind/bug
1010
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
1111
-->
1212

13-
1413
**What happened**:
1514

1615
**What you expected to happen**:

.github/ISSUE_TEMPLATE/new-release.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ assignees: ''
1313
`git branch release-$MAJ.$MIN main`
1414
- [ ] A maintainer pushes the new release branch with
1515
`git push release-$MAJ.$MIN` (e.g., release-0.1)
16-
- [ ] Update things like README, deployment templates, docs, configuration, test/e2e flags.
16+
- [ ] Update content and artifacts such as README, deployment templates, docs, configuration, test/e2e flags.
1717
Submit a PR against the release branch.
1818
- [ ] A maintainer [prepares a draft release](https://github.com/kubernetes-sigs/gateway-api-inference-extension/releases)
1919
- [ ] Write the change log into the draft release.
@@ -39,7 +39,6 @@ assignees: ''
3939
- [ ] Update docs in `main` branch: <!-- link to example PR once we have one -->
4040
- [ ] Close this issue
4141

42-
4342
## Changelog
4443
<!--
4544
Describe changes since the last release here.

0 commit comments

Comments
 (0)