Quellcode durchsuchen

Merge pull request #17 from o3de/nomination-form

Expand reviewer/maintainer nomination template and update with roles.
Stephen Tramer vor 3 Jahren
Ursprung
Commit
1184d302b3

+ 0 - 33
.github/ISSUE_TEMPLATE/Reviewer_Maintainer_Nomination.md

@@ -1,33 +0,0 @@
----
-name: SIG Reviewer/Maintainer Nomination Template
-about: Nominate yourself or someone else to become a SIG reviewer or maintainer
-title: 'SIG Reviewer/Maintainer Nomination'
-labels: 'needs-triage,needs-sig'
----
-
-### Nomination Guidelines
-**Reviewer Nomination Requirements**
-* 6+ contributions successfully submitted to O3DE
-* 100+ lines of code changed across all contributions submitted to O3DE
-* 2+ O3DE Reviewers or Maintainers that support promotion from Contributor to Reviewer
-* Requirements to retain the Reviewer role: 4+ Pull Requests reviewed per month
-
-**Maintainer Nomination Requirements**
-* Has been a Reviewer for 2+ months
-* 8+ reviewed Pull Requests in the previous 2 months
-* 200+ lines of code changed across all reviewed Pull Request
-* 2+ O3DE Maintainers that support the promotion from Reviewer to Maintainer
-* Requirements to retain the Reviewer role: 4+ Pull Requests reviewed per month
-
--------
-### Reviewer/Maintainer Nomination
-
-##### Fill out the template below including nominee GitHub user name, desired role and personal GitHub profile
--------------------
-
-I would like to nominate: ***<GitHub User Name>***, to become a ***<Reviewer/Maintainer>*** on behalf of ***sig-<SIG Name>***. I verify that they have fulfilled the prerequisites for this role.
-
-* Nominee's GitHub Profile ***< https://github.com/ githubsername >***
-
-*Reviewers & Maintainers that support this nomination should comment in this issue.*
-

+ 48 - 0
.github/ISSUE_TEMPLATE/reviewer-maintainer-nomination.md

@@ -0,0 +1,48 @@
+---
+name: SIG Reviewer/Maintainer Nomination Template
+about: Nominate yourself or someone else to become a SIG reviewer or maintainer
+title: 'SIG Reviewer/Maintainer Nomination'
+---
+
+The Documentation and Community SIG maintains two reviewer roles requiring SIG approval: *Documentation reviewer* and *technical reviewer*. Documentation reviewers review for conformance with the [style guide](https://o3de.org/docs/contributing/to-docs/style-guide/), appropriateness of content, and other subjective factors to keep documentation content aligned. Technical reviewers review for technical accuracy alone: They make sure that described steps, features, file formats, code examples, and other parts of documentation that are deeply technical match the _current_ product state.
+
+For more on the Reviewer and Maintainer roles, read our [Community Membership](https://github.com/o3de/community/blob/main/community-membership.md) information.
+
+----
+<!-- CUT ABOVE THIS LINE BEFORE POSTING -->
+### Nomination Guidelines
+
+#### Documentation reviewer
+
+* [ ] 6+ documentation contributions merged to o3de.org or O3DE
+* [ ] 2+ Reviewer or Maintainers of the Documentation and Community SIG.
+
+**Maintaining status:** 4+ Pull Requests reviewed per month.
+
+#### Technical reviewer
+
+* [ ] Is a Reviewer or Maintainer for a SIG governing the appropriate technology.
+* [ ] 1+ of the appropriate SIG's Reviewers or Maintainers who support the promotion.
+* [ ] 1+ D&C Reviewers or Maintainers who support the promotion.
+
+**Maintaining status:** Serve in the technical review rotation for your SIG as required by their available pool of reviewers.
+
+#### Documentation maintainer
+
+* [ ] Has been a Reviewer for 2+ months
+* [ ] 8+ reviewed Pull Requests in the previous 2 months
+* [ ] 2+ D&C SIG Maintainers who support promotion.
+
+**Maintaining status:** 8+ Pull Requests reviewed per month.
+
+-------
+### Reviewer/Maintainer Nomination
+
+##### Fill out the template below including nominee GitHub user name, desired role and personal GitHub profile
+-------------------
+
+I would like to nominate: ***<GitHub User Name>***, to become a ***<Docs Reviewer|Technical Reviewer|Maintainer>*** on behalf of ***sig-<SIG Name>***. I verify that they have fulfilled the prerequisites for this role.
+
+* Nominee's GitHub Profile ***< https://github.com/ githubsername >***
+
+*Reviewers & Maintainers that support this nomination should comment in this issue.*