community-specialist.yaml 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. name: Community Specialist Nomination Template
  2. description: Nominate yourself or someone else to become a community specialist.
  3. title: 'Community Specialist Nomination: <username>'
  4. labels: nomination/community-specialist
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: >
  9. The Documentation and Community SIG maintains several SIG roles requiring approval - this nomination form is for serving as a _community specialist_,
  10. responsible for reviewing contributions to `o3de.org/community`, `o3de.org/blogs`, `o3de.org/docs/contributing`, and the `o3de/community` repos.
  11. Community reviewers are expected to:
  12. * Assist in the review of blogs and other community-related content.
  13. * Help surface and guide discussion for `o3de/community` issues.
  14. * Provide feedback on RFCs which affect the O3DE community.
  15. * Contribute to and participate in discussion channels like Discord and GitHub forums. Serving as a moderator is recommended but not required.
  16. * Serving as a dedicated representative of the broader O3DE community.
  17. * Assist in enforcing the [code of conduct](https://lfprojects.org/policies/code-of-conduct/).
  18. * Attending SIG meetings which you can represent the community in is recommended but not required.
  19. **Maintaining status:** Remain active in community review, project discussions, blog review, or blog submission for a 90 day period.
  20. For more on the general requirements of the O3DE community roles, read our
  21. [Community Membership](https://github.com/o3de/community/blob/main/community-membership.md) information.
  22. - type: input
  23. id: username
  24. attributes:
  25. label: Nominee's GitHub username
  26. placeholder: username
  27. validations:
  28. required: true
  29. - type: input
  30. id: discord
  31. attributes:
  32. label: Nominee Discord user name
  33. placeholder: discord
  34. validations:
  35. required: false
  36. - type: textarea
  37. id: evidence
  38. attributes:
  39. label: Link to relevant evidence that demonstrates meeting the requirements.
  40. placeholder: |
  41. * <links to relevant pull requests or comments>
  42. * ...
  43. validations:
  44. required: true
  45. - type: textarea
  46. id: information
  47. attributes:
  48. label: Support statement (Optional)
  49. description: If you'd like, include a brief statement about why you support this nomination.
  50. - type: checkboxes
  51. id: approvals
  52. attributes:
  53. label: Nomination Review Checklist
  54. description: >
  55. 3+ boxes must be checked (Including community member approvals)
  56. Leave this empty. This checklist will be filled in by a sig-docs-community member who is reviewing the nomination.
  57. options:
  58. - label: 2+ Community Specialists who approve, _or_ 3+ Community members (Reviewer, Maintainer, Chair) who approve
  59. - label: Active on GitHub for 90 days
  60. - label: Active on O3DE Discord for 90 days
  61. - label: Consistent involvement in pull requests, discussions, or community channels for the last 60 days