Quellcode durchsuchen

Update roadmap-item.md

Signed-off-by: chanmosq <[email protected]>
chanmosq vor 2 Jahren
Ursprung
Commit
bf3446b260
1 geänderte Dateien mit 10 neuen und 4 gelöschten Zeilen
  1. 10 4
      .github/ISSUE_TEMPLATE/roadmap-item.md

+ 10 - 4
.github/ISSUE_TEMPLATE/roadmap-item.md

@@ -1,7 +1,7 @@
 ---
 name: 'Roadmap Item'
 about: Create roadmap item for this project
-title: Roadmap Item =description=
+title: 'Roadmap: =description='
 labels: kind/roadmap, needs-triage
 assignees: ''
 
@@ -15,7 +15,7 @@ This roadmap item template should be used for any feature that shows in the O3DE
 
 # ----- DELETE EVERYTHING FROM THE TOP TO THE SUMMARY LINE BELOW WHEN USING TEMPLATE ----- #
 
-### Summary:
+### Summary
 Single paragraph explanation of the roadmap item
 
 ### What is the relevance of this feature?
@@ -24,10 +24,16 @@ Single paragraph explanation of the roadmap item
 - What will it do once completed?
 - Are there any changes or impacts to other features? 
 
+```[tasklist]
 ### Tasks
-What tasks are necessary to complete the roadmap item?
 - [ ] _GitHub issue 1 link_
 - [ ] _GitHub issue 2 link and so on._
+```
 
 ### Related Links
-Link to additional informaton such as RFC related to the roadmap item.
+Link to additional information such as RFC related to the roadmap item.
+
+
+
+---
+_Learn more about [O3DE roadmaps](https://github.com/o3de/sig-release/issues/79)._