Skip to content

Commit 48b6850

Browse files
authored
Merge pull request #37 from vincent6767/add-roadmap-item-issue-template
Create roadmap-item.md
2 parents 803f4a6 + 2de5145 commit 48b6850

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: 'Roadmap Item'
3+
about: Create roadmap item for this project
4+
title: Roadmap Item =description=
5+
labels: kind/roadmap, needs-triage
6+
assignees: ''
7+
8+
---
9+
10+
# O3DE Roadmap Item Template
11+
12+
### When using this template, you do not have to fill out every question below. The questions are there for guidance.
13+
14+
This roadmap item template should be used for any feature that shows in the O3DE public roadmap. The issue communicates the initiative and vision of the SIG.
15+
16+
# ----- DELETE EVERYTHING FROM THE TOP TO THE SUMMARY LINE BELOW WHEN USING TEMPLATE ----- #
17+
18+
### Summary:
19+
Single paragraph explanation of the roadmap item
20+
21+
### What is the relevance of this feature?
22+
- What problems does it solves?
23+
- Why is this important?
24+
- What will it do once completed?
25+
- Are there any changes or impacts to other features?
26+
27+
### Tasks
28+
What tasks are necessary to complete the roadmap item?
29+
- [ ] _GitHub issue 1 link_
30+
- [ ] _GitHub issue 2 link and so on._
31+
32+
### Related Links
33+
Link to additional informaton such as RFC related to the roadmap item.

0 commit comments

Comments
 (0)