Prechádzať zdrojové kódy

Add requirement to include a scope of work along with an RFC.

Signed-off-by: Stephen Tramer <[email protected]>
Stephen Tramer 3 rokov pred
rodič
commit
9e6cc9f79f

+ 4 - 0
.github/ISSUE_TEMPLATE/rfc-feature.md

@@ -58,6 +58,10 @@ Why is this important? What are the use cases? What will it do once completed?
 - Include any required integrations between external services (such as Discord or GitHub).
 - Include information on which parts of the O3DE source need to be touched to enable this feature as currently designed.
 
+### Scope of work
+
+Include an estimation of the scope of work, so the SIG can determine if it can be reduced to a single issue (or small set of issues) an individual can perform, or if it needs to be a coordinated effort as an official SIG project.
+
 ### Are there any alternatives to this feature?
 
 - Provide any other designs that have been considered. Explain what the impact might be of not doing this.

+ 4 - 0
.github/ISSUE_TEMPLATE/rfc-suggestion.md

@@ -63,6 +63,10 @@ Single paragraph explanation of the suggestion
 
 - Explain how this suggestion will be work within the O3DE project.
 
+### Scope of work
+
+Include an estimation of the scope of work, so the SIG can determine if it can be reduced to a single issue (or small set of issues) an individual can perform, or if it needs to be a coordinated effort as an official SIG project.
+
 ### Are there any alternatives to this suggestion?
 
 - Provide any other alternative ways that have been considered.