Commit Graph

62 Commits

Author SHA1 Message Date
Aaron Crickenberger
edfef79364 Add kind/flake issue template
Update wording to suggest job or test as the target
2019-12-09 16:06:17 -08:00
Sascha Grunert
6323dc789a
Add kind/deprecation to pull request template
With the merge of https://github.com/kubernetes/test-infra/pull/15040,
we're now able to use the kind/deprecation label for PRs as well. This
label will be consumed by the release notes generation tool.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-28 09:24:31 +01:00
Sam Bostock
1c1ff452a4 Fix incorrect whitespaces plural 2019-10-24 21:56:18 -04:00
Kubernetes Prow Robot
125c1c100e
Merge pull request #83049 from obitech/update_pr_template_release_note_info
Add link to release notes documentation to PR template
2019-10-01 18:41:09 -07:00
Nikhita Raghunath
21dba90e69 .github: add guineveresaenger and mrbobbytables as reviewers
Guin and Bob have consistently provided valuable reviews for PRs
touching the issue and PR templates in the past.
2019-10-02 00:59:38 +05:30
obitech
d13878c3f6 Add link to release notes documentation to PR template 2019-10-01 20:22:42 +02:00
Sascha Grunert
3f5aacfc14
Update the PR template for latest 'additional documentation' enhancements
- Clarify the ephemerality of links

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-08-19 12:34:11 +02:00
Kubernetes Prow Robot
391906f8ba
Merge pull request #79361 from openSUSE/docs-pr
Add `docs` section to pull request template
2019-07-15 14:53:49 -07:00
Sascha Grunert
22bd9c7e9b
Add docs section to pull request template
We are able to add further documentation to the release notes by parsing
an additional block at pull requests, for example:

```docs
- Description https://mylink.com
```

This commit adds this block to the pull request template.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-07-12 08:54:53 +02:00
Hongcai Ren
4da6bf54b4 Update link in pull request template 2019-06-26 11:49:38 +08:00
Mark Janssen
a3079f1243 Create SECURITY.md for GitHub security policy page
GitHub has a security policy page (https://github.com/kubernetes/kubernetes/security/policy)
that uses a SECURITY.md file from the repository to show the project's
security policy.

https://help.github.com/en/articles/adding-a-security-policy-to-your-repository
2019-06-16 19:14:26 +02:00
Christoph Blecker
73976a7bb9
Update github issue template OWNERS 2019-04-24 19:01:00 -07:00
Kubernetes Prow Robot
63f5d52a7f
Merge pull request #74047 from danwinship/networking-issue
Request network plugin in bug report template
2019-04-18 19:35:54 -07:00
Junyoung, Sung
6cc4513562 Fix old link for issue/pr kind label in pull request template 2019-03-08 00:58:54 +09:00
Xiang Dai
36065c6dd7 delete all duplicate empty blanks
Signed-off-by: Xiang Dai <764524258@qq.com>
2019-02-23 10:28:04 +08:00
Nguyen Hai Truong
62fb9773de Adding detail of how to check the OS version
Use command `cat /etc/os-release` to check the version of OS.

Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
2019-02-17 23:45:22 +07:00
Tim Allclair
8a14bb14b7 Add security warning back to issue template 2019-02-15 09:58:33 -08:00
Dan Winship
bef7f39d0c Request network plugin in bug report template 2019-02-13 21:20:35 -05:00
Roy Lenferink
b43c04452f Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
Nikhita Raghunath
361abd4abf .github: add nikhita as reviewer 2019-01-12 19:52:42 +05:30
Kubernetes Prow Robot
8dbda22587
Merge pull request #72606 from paralika/master
Fixes PR template
2019-01-07 08:35:54 -08:00
Vaibhav Paralikar
226109f4e8 corrected release-note 2019-01-07 12:18:51 +05:30
Vaibhav Paralikar
3ce9178b98 updated as per suggestion 2019-01-06 22:06:12 +05:30
Vaibhav Paralikar
6641dc6e31 Fixes PR template 2019-01-05 14:32:59 +05:30
Vaibhav Paralikar
73f07795d7 Fixes PR template 2019-01-05 13:50:24 +05:30
Nikhita Raghunath
26c4146c76 Add labels in github template metadata
Ref: https://help.github.com/articles/creating-issue-templates-for-your-repository/
2019-01-04 12:38:48 +05:30
Chao Wang
a8dc044e74 fix PR-template 2018-12-10 15:48:17 +08:00
Niko Pen
eab977f6d4 don't use 'Fixes' for failing-tests and flakes (#71278)
* don't use 'Fixes' for failing-tests and flakes

* issue-closing nice-formatting and nits
2018-12-03 01:07:17 -08:00
hhoover
ebd028b009 Fix typo in Bug Report issue template
Related to #68774

Signed-off-by: Hart Hoover <hart@heptio.com>
2018-10-25 13:21:08 -05:00
Shubheksha
f282543605 Adopt multiple issue templates (#68774)
* add support for multiple issue templates

* add comment to precede the kind label
2018-10-24 21:35:00 -07:00
chao wang
a6a5c91a06 Add guidance for testing in the PR template 2018-10-18 14:29:18 +08:00
guineveresaenger
33291d43f6 adding more strict release note language 2018-10-16 14:06:34 -07:00
guineveresaenger
0947846d46 More complete list of possible labels 2018-10-16 10:26:00 -07:00
guineveresaenger
2baf575fe2 Adds label prompt and explanation to pull request template
As the release process no longer requires an issue to be filed with each pull request, we should be treating pull requests as issues for the purposes of triage. This means it is helpful if PR authors add labels right as they open a PR.
2018-10-15 17:20:44 -07:00
Geoffrey Huntley
c79bcb65c7
housekeeping: improved language used in ISSUE_TEMPLATE.md 2018-06-05 20:14:27 +10:00
zouyee
1301a23361 modify outdate link 2018-05-03 09:23:36 +08:00
Kubernetes Submit Queue
fad6279eee
Merge pull request #62745 from cblecker/github-template-owners
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Add contribex to github template owners

**What this PR does / why we need it**:
The `.github/` folder doesn't have an OWNERS file. These templates fall under contribex, so this would add an OWNERS file to this folder.

**Release note**:

```release-note
NONE
```
2018-04-25 00:17:53 -07:00
Christoph Blecker
ffd2a478f9
Add contribex to github template owners 2018-04-17 12:43:45 -07:00
Tim Allclair
561eb60109
Link to vulnerabilitiy disclosure process from the issue template 2018-04-17 10:39:24 -07:00
Kubernetes Submit Queue
0c6dc652fa
Merge pull request #54114 from xiangpengzhao/fix-pr-template
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Update PR template

**What this PR does / why we need it**:
Update release notes and a nit

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
ref: https://github.com/kubernetes/community/pull/1221
https://github.com/kubernetes/test-infra/pull/4718
Fixes: #45799 (just for issue association)

**Special notes for your reviewer**:
/cc @cjwagner @Bradamant3 

**Release note**:

```release-note
NoNe
```
2017-10-30 18:37:06 -07:00
xiangpengzhao
ce86bcd788 Update PR template 2017-10-28 11:09:57 +08:00
Ahmet Alp Balkan
358cbbaa03
Fix unmatched bold marker in ISSUE_TEMLATE.md
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-10-16 12:38:36 -07:00
Kubernetes Submit Queue
8b2e039ee2 Merge pull request #46714 from castrojo/new-issue-template
Automatic merge from submit-queue

Shorten issue template.

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

As discussed on contrib-ex, this shortens the github issue template. 

- Be more explicit about sending people to stackoverflow for support
- Add boilerplate for setting an issue as a bug or feature
- Add boilerplate for setting a SIG
- Cut out the rest for brevity.
2017-06-22 16:43:47 -07:00
Christoph Blecker
1bdc7a29ae
Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
Jorge O. Castro
35e6f8b50c Shorten issue template 2017-06-05 12:52:02 -04:00
Kubernetes Submit Queue
4e143b815e Merge pull request #44947 from xiangpengzhao/fix-issue-template
Automatic merge from submit-queue

Update troubleshooting link in ISSUE_TEMPLATE.md

**What this PR does / why we need it**:
Since our troubleshooting page has been moved, we should update the issue template.

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #

**Special notes for your reviewer**:
ref: #44434

**Release note**:

```release-note
NONE
```
2017-05-27 21:36:21 -07:00
Michail Kargakis
bad2b97dc7
Redirect kubeadm issues to kubeadm repo
Signed-off-by: Michail Kargakis <mkargaki@redhat.com>
2017-05-19 12:18:55 +02:00
Kubernetes Submit Queue
b6211c6e79 Merge pull request #45921 from pwittrock/kubectl-issues
Automatic merge from submit-queue

Redirect users filing kubectl issues to the kubernetes/kubectl repo
2017-05-18 17:45:42 -07:00
Phillip Wittrock
e70d59063f Redirect users filing kubectl issues to the kubernetes/kubectl repo 2017-05-18 10:45:07 -07:00
Christoph Blecker
646020a6ae
Update PR template links 2017-05-14 20:06:43 -07:00