Skip to content

Commit 6951ca2

Browse files
authored
Merge pull request #48 from o3de/lgleim-patch-1
2 parents 4222cd7 + dcd6676 commit 6951ca2

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

rfcs/Issue_Triage_Guide.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,16 @@ SIG-Simulation triages issues once a week on [Thursday](https://lists.o3de.org/g
2727
1. Join the SIG-Simulation discord voice channel
2828
1. Announce yourself as the *Triage Leader* and wait a few minutes for others to join the call.
2929
1. Use the *Individual Issue Triage* guide below to process all new issues for SIG:
30-
1. Review any open issues with [needs-sig](https://github.com/o3de/o3de/issues?q=is%3Aissue+is%3Aopen+label%3Aneeds-sig) that may be for SIG-Simulation
30+
1. Review any open issues with [needs-sig](https://github.com/search?q=org%3Ao3de+is%3Aissue+label%3Asig%2Fsimulation+label%3Aneeds-sig) that may be for SIG-Simulation
3131
1. Remove `needs-sig` and add `sig/simulation`. These items will now show up when reviewing issues below.
3232
2. Process the main repository issues. As issues are triaged, please see if they can be categorized and added to the [O3DE Simulation Bugs board](https://github.com/orgs/o3de/projects/26/views/1?groupedBy%5BcolumnId%5D=25435410).
33-
1. [Blocker Issues](https://github.com/o3de/o3de/issues?q=is%3Aissue+is%3Aopen+label%3Aneeds-triage+label%3Asig%2Fsimulation++label%3Apriority%2Fblocker+sort%3Acreated-asc)
34-
2. [Critical issues](https://github.com/o3de/o3de/issues?q=is%3Aissue+is%3Aopen+label%3Aneeds-triage+label%3Asig%2Fsimulation++label%3Apriority%2Fcritical+sort%3Acreated-asc)
35-
3. [Major issues](https://github.com/o3de/o3de/issues?q=is%3Aissue+is%3Aopen+label%3Aneeds-triage+label%3Asig%2Fsimulation++label%3Apriority%2Fmajor+sort%3Acreated-asc)
36-
4. [Other issues sorted by age](https://github.com/o3de/o3de/issues?q=is%3Aissue+is%3Aopen+label%3Aneeds-triage+label%3Asig%2Fsimulation+sort%3Acreated-asc)
33+
1. [Blocker Issues](https://github.com/search?q=org%3Ao3de+is%3Aissue+is%3Aopen+label%3Asig%2Fsimulation+label%3Aneeds-triage++sort%3Acreated-asc+label%3Apriority%2Fblocker)
34+
2. [Critical issues](https://github.com/search?q=org%3Ao3de+is%3Aissue+is%3Aopen+label%3Asig%2Fsimulation+label%3Aneeds-triage++sort%3Acreated-asc+label%3Apriority%2Fcritical)
35+
4. [Major issues](https://github.com/search?q=org%3Ao3de+is%3Aissue+is%3Aopen+label%3Asig%2Fsimulation+label%3Aneeds-triage++sort%3Acreated-asc+label%3Apriority%2Fmajor)
36+
5. [Other issues sorted by age](https://github.com/search?q=org%3Ao3de+is%3Aissue+is%3Aopen+label%3Asig%2Fsimulation+label%3Aneeds-triage++sort%3Acreated-asc)
3737
3. Process all the new points in a similar way for:
38-
1. [SIG-Simulation Issues](https://github.com/o3de/sig-simulation/issues)
38+
1. [Other SIG-Simulation Repo Issues](https://github.com/search?q=repo%3Ao3de%2Fsig-simulation+repo%3A%2Fo3de%2FPhysX+repo%3Ao3de%2FROSConDemo+repo%3Ao3de%2FRobotVacuumSample+is%3Aissue+is%3Aopen+sort%3Acreated-desc)
3939
2. [SIG-Simulation PRs](https://github.com/o3de/sig-simulation/pulls)
40-
3. [PhysX Issues](https://github.com/o3de/PhysX/issues)
41-
4. [O3DE Extras Issues](https://github.com/o3de/o3de-extras/issues?q=is%3Aissue+is%3Aopen+label%3Aneeds-sig%2Cneeds-triage)
42-
5. [Vacuum Robot Demo Issues](https://github.com/o3de/RobotVacuumSample/issues)
43-
6. [Kraken Robot Demo Issues](https://github.com/o3de/ROSConDemo/issues)
4440

4541
If there are questions about what to do with an issue please raise questions with SIG Chair(s) or start a conversation in SIG-Simulation.
4642

0 commit comments

Comments
 (0)