浏览代码

Merge pull request #34 from sptramer/rfc-scope

Add requirement to include a scope of work along with an RFC.
Jonathan Capes 3 年之前
父节点
当前提交
1e4ee749bb
共有 2 个文件被更改,包括 8 次插入0 次删除
  1. 4 0
      .github/ISSUE_TEMPLATE/rfc-feature.md
  2. 4 0
      .github/ISSUE_TEMPLATE/rfc-suggestion.md

+ 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 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.
 - 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?
 ### 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.
 - 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.
 - 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?
 ### Are there any alternatives to this suggestion?
 
 
 - Provide any other alternative ways that have been considered. 
 - Provide any other alternative ways that have been considered.