Skip to content

Commit

Permalink
docs: gauge interest in a system to increase community participation (#…
Browse files Browse the repository at this point in the history
…12249)

Signed-off-by: Julie Vogelman <[email protected]>
  • Loading branch information
juliev0 authored Nov 28, 2023
1 parent bb29d6a commit da97f59
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body:
- type: textarea
id: description
attributes:
label: What happened/what you expected to happen?
label: What happened/what did you expect to happen?
validations:
required: true
- type: input
Expand Down Expand Up @@ -48,3 +48,13 @@ body:
value: kubectl logs -n argo -c wait -l workflows.argoproj.io/workflow=${workflow},workflow.argoproj.io/phase!=Succeeded
validations:
required: true
- type: markdown
attributes:
value: |
Thanks for submitting this issue! Are you a contributor? If not, have you thought about it?
Argo Workflows is seeking more community involvement and ultimately more [Reviewers and Approvers](https://github.com/argoproj/argoproj/blob/main/community/membership.md) to help keep it viable.
We are gauging interest in a potential system in which many companies pledge a little bit of time each to help get more people into these roles.
See [here](https://github.com/argoproj/argo-workflows/issues/12229) for more information.
If you think you or your company may be interested in getting involved, please add a comment to the issue.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement_proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,15 @@ When would you use this?
**Message from the maintainers**:

Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.

**Beyond this issue**:

<!--
Are you a contributor? If not, have you thought about it?
Argo Workflows is seeking more community involvement and ultimately more [Reviewers and Approvers](https://github.com/argoproj/argoproj/blob/main/community/membership.md) to help keep it viable.
We are gauging interest in a potential system in which many companies pledge a little bit of time each to help get more people into these roles.
See [#12229](https://github.com/argoproj/argo-workflows/issues/12229) for more information.
If you think you or your company may be interested in getting involved, please add a comment to the issue.
-->
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/regression.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,12 @@ body:
value: kubectl logs -n argo -c wait -l workflows.argoproj.io/workflow=${workflow},workflow.argoproj.io/phase!=Succeeded
validations:
required: true
- type: markdown
attributes:
value: |
Thanks for submitting this issue! Are you a contributor? If not, have you thought about it?
Argo Workflows is seeking more community involvement and ultimately more [Reviewers and Approvers](https://github.com/argoproj/argoproj/blob/main/community/membership.md) to help keep it viable.
We are gauging interest in a potential system in which many companies pledge a little bit of time each to help get more people into these roles.
See [#12229](https://github.com/argoproj/argo-workflows/issues/12229) for more information.
If you think you or your company may be interested in getting involved, please add a comment to the issue.
13 changes: 13 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,16 @@ Fixes #TODO
### Verification

<!-- TODO: Say how you tested your changes. -->


### Beyond this PR

<!--
Thank you for submitting this! Have you ever thought of becoming a Reviewer or Approver on the project?
Argo Workflows is seeking more community involvement and ultimately more [Reviewers and Approvers](https://github.com/argoproj/argoproj/blob/main/community/membership.md) to help keep it viable.
We are gauging interest in a potential system in which many companies pledge a little bit of time each to help get more people into these roles.
See [#12229](https://github.com/argoproj/argo-workflows/issues/12229) for more information.
If you think you or your company may be interested in getting involved, please add a comment to the issue.
-->

0 comments on commit da97f59

Please sign in to comment.