-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Adding WG membership template #21153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
SeeminglyScience
merged 15 commits into
PowerShell:master
from
theJasonHelmick:wg-request
Feb 22, 2024
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
19541b6
Adding WG membership template
c1531ea
Editing WG membership template
ccc7f49
Editing WG membership template
9006fdc
Editing WG membership template
19457ee
Editing WG membership template
4ada4b6
Editing WG membership template
6e12846
Editing WG membership template
6009c97
Editing WG membership template
03e7cdc
Editing WG membership template
d5d07ac
Editing WG membership template
2ddc197
Editing WG membership template
29db96f
Editing WG membership template
799eeec
Editing WG membership template
3b15a3f
Update .github/ISSUE_TEMPLATE/WG_member_request.yaml
theJasonHelmick a52edc9
Update .github/ISSUE_TEMPLATE/WG_member_request.yaml
theJasonHelmick File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,67 @@ | ||
| name: Working Group Member Request | ||
| description: Request membership to serve on a PowerShell Working Group | ||
| title: Working Group Member Request | ||
| labels: [WG-NeedsReview, WG-Cmdlets, WG-Engine, WG-Interactive-Console, WG-Remoting, Needs-Triage] | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| ## Thank you for your interest in joining a PowerShell Working Group. | ||
|
|
||
| ### Please complete the following public form to request membership to a PowerShell Working Group. | ||
|
|
||
| > [!NOTE] | ||
| > Not all Working Groups are accepting new members at this time. | ||
| - type : dropdown | ||
| id : request_type | ||
| validations: | ||
| required: true | ||
| attributes: | ||
| label: Name of Working Group you are requesting to join? | ||
| description: >- | ||
| Please select the name of the working group you are requesting to join. (Select one) | ||
| options: | ||
| - "Cmdlets and Modules" | ||
| - "Engine" | ||
| - "Interactive UX" | ||
| - "Remoting" | ||
| - type: dropdown | ||
| id: time | ||
| validations: | ||
| required: true | ||
| attributes: | ||
| label: Can you provide at least 1 hour per week to the Working Group? Note that time commitments will vary per Working Group and decided by its members. | ||
| description: >- | ||
| Please select Yes or No. | ||
| options: | ||
| - "Yes" | ||
| - "No" | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| ## ⚠️ This form is public. Do not provide any private or proprietary information. ⚠️ | ||
| - type: textarea | ||
| attributes: | ||
| label: Why do you want to join this working group? | ||
| description: Please provide a brief description of why you want to join this working group. | ||
| placeholder: > | ||
| I want to join this working group because... | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| attributes: | ||
| label: What skills do you bring to this working group? | ||
| description: Please provide a brief description of what skills you bring to this working group. | ||
| placeholder: > | ||
| I bring the following skills to this working group... | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| attributes: | ||
| label: Public links to articles, code, or other resources that demonstrate your skills. | ||
| description: Please provide public links to articles, code, or other resources that demonstrate your skills. | ||
| placeholder: > | ||
| I have the following public links to articles, code, or other resources that demonstrate my skills... | ||
| validations: | ||
| required: true | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.