website-reviewer.yaml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. name: Website Reviewer Nomination Template
  2. description: Nominate yourself or someone else to become a website reviewer.
  3. title: 'Website Reviewer Nomination: <username>'
  4. labels: nomination/website-reviewer
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. The Documentation and Community SIG maintains several reviewer roles requiring SIG approval - this nomination form is for serving as a _website reviewer_, responsible for reviewing contributions that add layouts, templates, improve functionality, or change the appearance of [o3de.org](https://www.o3de.org/) in some way. Responsibilities include:
  10. * Review changes to layouts, partials, and any website development submissions.
  11. * Provide guidance on discussions surrounding website development, as needed.
  12. * Advocate for quality changes to uphold the website's infrastructure.
  13. **Maintaining status:** Serve in the reviewer rotation as required. Serving in the review rotation requires an initial review of the submission,
  14. as well as prompt follow-up responses to feedback questions. SIG chairpersons and maintainers will remove reviewers who don't meet this requirement on
  15. a regular basis.
  16. For more information about the general requirements of reviewer roles, read our [Community Membership](https://github.com/o3de/community/blob/main/community-membership.md) information.
  17. - type: input
  18. id: username
  19. attributes:
  20. label: Nominee's GitHub username
  21. placeholder: username
  22. validations:
  23. required: true
  24. - type: textarea
  25. id: evidence
  26. attributes:
  27. label: Relevant experience
  28. description: Link to relevant pull requests or comments that demonstrate meeting the requirements.
  29. placeholder: |
  30. * <links to relevant pull requests or comments>
  31. * ...
  32. validations:
  33. required: true
  34. - type: textarea
  35. id: information
  36. attributes:
  37. label: Support statement (Optional)
  38. description: If you'd like, include a brief statement about why you support this nomination.
  39. - type: checkboxes
  40. id: approvals
  41. attributes:
  42. label: Nomination Review Checklist
  43. description: Leave this empty. This checklist will be filled in by a sig-docs-community member who is reviewing the nomination.
  44. options:
  45. - label: 3+ contributions for web content (CSS, Javascript, HTML, or Hugo layouts) successfully submitted to o3de.org.
  46. - label: 30+ lines of code change across all web content submissions accepted to o3de.org.
  47. - label: |
  48. 2+ approvers from the Website Reviewers group, _or_ 2+ some combination of:
  49. * 1 approval of SIG-Docs-Community Maintainer or Chair
  50. * 1 approval of SIG-UI-UX (for evaluating site UX changes as part of submissions)
  51. * 1 approval of a reviewer from a technical SIG who has experience or specialization in frontend development