Commit Graph

84 Commits

Author SHA1 Message Date
Jordan Liggitt
04b178b49b
Make root approval non-recursive 2022-10-10 08:26:53 -04:00
Emre Sülün
d208389055
Fix typo in bug report template 2022-02-28 12:34:43 +03:00
Davanum Srinivas
c0ae2c932f
expand the alias from contribex to the full name
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2022-01-19 09:54:55 -05:00
Stephen Augustus
7c319c0192
OWNERS(justaugustus): Prune extraneous reviewer roles
Taking an opportunity to prune myself from some aliases/review paths
to reduce my workload.

If:
- I am no longer reviewing in an area, prune
- There were under five reviewers, remain
- I was already an approver for the area, prune from review path
- I was a reviewer as part of Release Managers, comment out with
  "approvals only"

Signed-off-by: Stephen Augustus <foo@auggie.dev>
2021-11-11 12:03:06 -05:00
Tim Hockin
1e3a5eaa7b Use github forms for issue templates
You can see the results here: https://github.com/thockin/kubernetes/issues/new/choose
2021-10-05 09:55:38 -07:00
Kubernetes Prow Robot
9c0ef1ffec
Merge pull request #104058 from MadhavJivrajani/kind-design-rm-pr-template
Remove `kind/design` from PR template
2021-10-04 03:13:07 -07:00
RinkiyaKeDad
69b02dffb1 adding sig info to test issue templates
Signed-off-by: RinkiyaKeDad <arshsharma461@gmail.com>
2021-09-22 12:41:15 +05:30
Madhav Jivrajani
249ec4ef11 Remove kind/design from PR template
- Remove `kind/design` from PR template in lieu of https://github.com/kubernetes/community/issues/5641
- Removal of `kind/design` from `k/k` is made possible by https://github.com/kubernetes/test-infra/pull/23011

Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
2021-08-01 14:29:21 +05:30
Nikhita Raghunath
8463e20333 .github: update enhancement issue template to point to KEPs 2021-02-24 16:03:40 +05:30
Kubernetes Prow Robot
d08ac1dfcb
Merge pull request #96884 from saschagrunert/headers
Use markdown headers instead of bold text for PR template
2021-02-10 03:38:59 -08:00
Kubernetes Prow Robot
46d4f07eee
Merge pull request #98528 from championshuttler/updateContactLink
Update support resources in github issue template
2021-02-01 06:59:48 -08:00
championshuttler
43164fca92 Update support resources in github issue template 2021-01-29 18:35:05 +05:30
Nikhita Raghunath
5c916f0029 Add alisondy to sig-contribex-approvers 2021-01-28 12:53:39 +05:30
Sascha Grunert
d0a3ecf153
Use markdown headers instead of bold text for PR template
The usage of markdown headers will provide a more eye-friendly
formatting without having a need to add additional newlines to the PR.
This is reasoned by the GitHub markdown parser which adds additional
space before and after the header.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-11-30 09:19:02 +01:00
Bob Killen
d963b1afdd
Update triage/support label references to kind/support
The label triage/support has been reclassified as kind/support. The
kind/* family of labels makes more logical sense, as they describe the
"kind" of thing an issue or PR is.

For more information, see the announcement email:
https://groups.google.com/g/kubernetes-dev/c/YcaJpsjjLKw/m/i15cLLx5CAAJ
2020-10-01 20:09:37 -04:00
Stephen Augustus
9f59625b4d .github: Add justaugustus as reviewer
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2020-09-14 09:05:04 -04:00
Grant McCloskey
cfac09a5ae
Add a link to liggitt's deflake docs in Flake template (#94243)
* Add a link to liggitt's deflake docs in template

We could have prow bot link comment the link but I think this should be enough to increase visibility to the doc when people encouter a flake

* Update with more standard docs
2020-08-28 08:05:05 -07:00
Nikhita Raghunath
cefe130de7 .github: remove stackoverflow from support issue template
The upstream project isn't officially tied to StackOverflow and we direct
folks to Discuss now.
2020-08-20 18:49:53 +05:30
Davanum Srinivas
5c88b7f25b
Add sigs for root folders
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-08-13 10:24:06 -04:00
Sascha Grunert
1ee320b703
Add kind/regression label to the pull request template
We now add the kind/regression to the PR template. We also put the kinds
into an HTML comment, because prow is now able to ignore those entries.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-07-31 18:29:28 +02:00
Bob Killen
186e72f7fe
Move Phillels to emeritus 2020-05-27 07:13:51 -04:00
Eddie Zaneski
bfc6f14dcb
Fix first contribution link in pr template
Signed-off-by: Eddie Zaneski <eddiezane@gmail.com>
2020-04-03 17:27:05 -06:00
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