Skip to content

Commit bf4af0e

Browse files
committed
doc: fix comments
fix
1 parent 06218d3 commit bf4af0e

File tree

3 files changed

+1
-28
lines changed

3 files changed

+1
-28
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ about: Create a report to help us improve this project
1818

1919
**Environment**:
2020
- CSI Spec version:
21-
- Kubernetes version (use `kubectl version`):
2221
- Others:

.github/ISSUE_TEMPLATE/support.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,3 @@ about: Ask questions about this project
44

55
---
66

7-
<!--
8-
STOP -- PLEASE READ!
9-
10-
GitHub is not the right place for support requests.
11-
12-
If you're looking for help, post your question on the [Kubernetes Slack ](http://slack.k8s.io/) Sig-Storage Channel.
13-
14-
If the matter is security related, please disclose it privately via https://kubernetes.io/security/.
15-
-->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,4 @@
1-
<!-- Thanks for sending a pull request! Here are some tips for you:
2-
3-
1. If this is your first time, please read our contributor guidelines: https://git.k8s.io/community/contributors/guide#your-first-contribution and developer guide https://git.k8s.io/community/contributors/devel/development.md#development-guide
4-
2. Follow the instructions for writing a release note: https://git.k8s.io/community/contributors/guide/release-notes.md
5-
3. If the PR is unfinished, see how to mark it: https://git.k8s.io/community/contributors/guide/pull-requests.md#marking-unfinished-pull-requests
6-
-->
7-
81
**What type of PR is this?**
9-
> Uncomment only one ` /kind <>` line, hit enter to put that in a new line, and remove leading whitespaces from that line:
10-
>
11-
> /kind api-change
12-
> /kind bug
13-
> /kind cleanup
14-
> /kind design
15-
> /kind documentation
16-
> /kind failing-test
17-
> /kind feature
18-
> /kind flake
192

203
**What this PR does / why we need it**:
214

@@ -29,7 +12,7 @@ Fixes #
2912

3013
**Special notes for your reviewer**:
3114

32-
**Does this PR introduce a user-facing change?**:
15+
**Does this PR introduce an API-breaking change?**:
3316
<!--
3417
If no, just write "NONE" in the release-note block below.
3518
If yes, a release note is required:

0 commit comments

Comments
 (0)