-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #391 from swade1987/issue-template-new-membership
Adding issue template for new Flux org memebership.
- Loading branch information
Showing
5 changed files
with
76 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
--- | ||
name: New membership request | ||
description: Create a membership request to join the FluxCD organization | ||
title: 'REQUEST: New membership for @' | ||
body: | ||
- type: input | ||
validations: | ||
required: true | ||
attributes: | ||
label: GitHub username | ||
description: Your GitHub username | ||
- type: checkboxes | ||
id: membership | ||
attributes: | ||
label: Requirements | ||
description: | | ||
Please confirm that you meet the following requirements: | ||
options: | ||
- label: I have reviewed the community membership guidelines in https://github.com/fluxcd/community/issues/community-roles.md | ||
required: true | ||
- label: I have subscribed to the cncf-flux-dev e-mail list https://lists.cncf.io/g/cncf-flux-dev/join | ||
required: true | ||
- label: I am actively contributing to 1 or more fluxcd GitHub org repos (e.g. Flux, Flagger) | ||
required: true | ||
- label: I have enabled 2FA in GitHub | ||
required: true | ||
- label: I have two sponsors who meet the sponsor requirements listed in the community membership guidelines | ||
required: true | ||
- label: I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application | ||
required: true | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Sponsors | ||
description: | | ||
List the GitHub usernames of the two sponsors who are supporting your membership request. | ||
Sponsors must be existing members of the FluxCD organization. | ||
placeholder: | | ||
@sponsor1 | ||
@sponsor2 | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: List of contributions to the Flux project | ||
description: | | ||
Provide a list of contributions you have made to the Flux project. | ||
Contributions can be code, documentation, community support, etc. | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Code of Conduct | ||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/fluxcd/terraform-provider-flux/blob/main/CODE_OF_CONDUCT.md) | ||
options: | ||
- label: I agree to follow this project's Code of Conduct | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.3.0 | ||
hooks: | ||
- id: check-byte-order-marker | ||
- id: check-case-conflict | ||
- id: check-merge-conflict | ||
- id: check-symlinks | ||
- id: detect-aws-credentials | ||
args: ['--allow-missing-credentials'] | ||
- id: detect-private-key | ||
- id: end-of-file-fixer | ||
- id: mixed-line-ending | ||
- id: trailing-whitespace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters