12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- name: Community Specialist Nomination Template
- description: Nominate yourself or someone else to become a community specialist.
- title: 'Community Specialist Nomination: <username>'
- labels: nomination/community-specialist
- body:
- - type: markdown
- attributes:
- value: >
- The Documentation and Community SIG maintains several SIG roles requiring approval - this nomination form is for serving as a _community specialist_,
- responsible for reviewing contributions to `o3de.org/community`, `o3de.org/blogs`, `o3de.org/docs/contributing`, and the `o3de/community` repos.
- Community reviewers are expected to:
- * Assist in the review of blogs and other community-related content.
- * Help surface and guide discussion for `o3de/community` issues.
- * Provide feedback on RFCs which affect the O3DE community.
- * Contribute to and participate in discussion channels like Discord and GitHub forums. Serving as a moderator is recommended but not required.
- * Serving as a dedicated representative of the broader O3DE community.
- * Assist in enforcing the [code of conduct](https://lfprojects.org/policies/code-of-conduct/).
- * Attending SIG meetings which you can represent the community in is recommended but not required.
-
- **Maintaining status:** Remain active in community review, project discussions, blog review, or blog submission for a 90 day period.
- For more on the general requirements of the O3DE community roles, read our
- [Community Membership](https://github.com/o3de/community/blob/main/community-membership.md) information.
- - type: input
- id: username
- attributes:
- label: Nominee's GitHub username
- placeholder: username
- validations:
- required: true
- - type: input
- id: discord
- attributes:
- label: Nominee Discord user name
- placeholder: discord
- validations:
- required: false
- - type: textarea
- id: evidence
- attributes:
- label: Link to relevant evidence that demonstrates meeting the requirements.
- placeholder: |
- * <links to relevant pull requests or comments>
- * ...
- validations:
- required: true
- - type: textarea
- id: information
- attributes:
- label: Support statement (Optional)
- description: If you'd like, include a brief statement about why you support this nomination.
- - type: checkboxes
- id: approvals
- attributes:
- label: Nomination Review Checklist
- description: >
- 3+ boxes must be checked (Including community member approvals)
- Leave this empty. This checklist will be filled in by a sig-docs-community member who is reviewing the nomination.
- options:
- - label: 2+ Community Specialists who approve, _or_ 3+ Community members (Reviewer, Maintainer, Chair) who approve
- - label: Active on GitHub for 90 days
- - label: Active on O3DE Discord for 90 days
- - label: Consistent involvement in pull requests, discussions, or community channels for the last 60 days
|