diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-03-13 06:05:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-13 06:05:32 -0700 |
| commit | eea4cea3caebf044b40b4a836bff27c09995a814 (patch) | |
| tree | 5954736e4cbf2b6128ab28e4e32fcdc7df245b07 | |
| parent | 050c43e77ef727efe70684e3922c0d6a006997da (diff) | |
| parent | 428d655e54fa511c9535be3107538627e3d07be5 (diff) | |
Merge pull request #3412 from mrbobbytables/add-2fa-to-mod-template
Add 2fa requirement to moderator request template.
| -rw-r--r-- | .github/ISSUE_TEMPLATE/moderator_application.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/moderator_application.md b/.github/ISSUE_TEMPLATE/moderator_application.md index b3739611..831677fc 100644 --- a/.github/ISSUE_TEMPLATE/moderator_application.md +++ b/.github/ISSUE_TEMPLATE/moderator_application.md @@ -19,6 +19,7 @@ e.g. (at)property_user ### Requirements - [ ] I am a Kubernetes Org member already +- [ ] I have enabled 2FA on my account for the property I would like to moderate (if applicable). - [ ] I have read and will abide by the policies mentioned in the [Moderation Guidelines](https://git.k8s.io/community/communication/moderation.md) - [ ] I have two sponsors that meet the sponsor requirements listed in the moderator guidelines - [ ] I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application |
