Skip to content

Commit d2b1681

Browse files
[2510] Redo README.md; clean up Github files (#147)
Signed-off-by: Jan Hanca <[email protected]>
1 parent 709829a commit d2b1681

File tree

5 files changed

+234
-177
lines changed

5 files changed

+234
-177
lines changed

.github/CODEOWNERS

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
# command used to find contributors
33
# git log --pretty=format:"%ae" -- /path/to/directory | sort | uniq
44

5-
Gems/CsvSpawner @jhanca-robotecai @michalpelka @patrykantosz @w-czerski
5+
Gems/CsvSpawner @patrykantosz @w-czerski
66
Gems/ExposeConsoleToRos @michalpelka @w-czerski
77
Gems/GeoJSONSpawner @patrykantosz @w-czerski
8-
Gems/GeoJSONSpawnerROS2 @patrykantosz
8+
Gems/GeoJSONSpawnerROS2 @patrykantosz @w-czerski
99
Gems/ImGuiProvider @norbertprokopiuk @zakmat
10-
Gems/ImGuizmo @michalpelka
11-
Gems/LevelModificationTools @arturkamieniecki @jhanca-robotecai @MateuszWasilewski @michalpelka
12-
Gems/Pointcloud @norbertprokopiuk @jhanca-robotecai @MateuszWasilewski @michalpelka @zakmat @patrykantosz
13-
Gems/RandomizeUtils @michalpelka
10+
Gems/ImGuizmo @michalpelka @norbertprokopiuk
11+
Gems/LevelModificationTools @arturkamieniecki @MateuszWasilewski
12+
Gems/Pointcloud @norbertprokopiuk @michalpelka
13+
Gems/RandomizeUtils @michalpelka @jhanca-robotecai
1414
Gems/RobotecRecordingTools @jhanca-robotecai @MateuszWasilewski
1515
Gems/RobotecSpectatorCamera @jhanca-robotecai @patrykantosz
16-
Gems/RobotecSplineTools @jhanca-robotecai @zakmat @michalpelka @pijaro @w-czerski
17-
Gems/RobotecWatchdogTools @jhanca-robotecai @MateuszWasilewski @zakmat
18-
Gems/ROS2PoseControl @arturkamieniecki @jhanca-robotecai @MateuszWasilewski @michalpelka @patrykantosz
19-
Gems/ROS2ScriptIntegration @jhanca-robotecai @MateuszWasilewski @michalpelka
20-
Gems/SensorDebug @jhanca-robotecai @MateuszWasilewski @michalpelka
21-
Gems/Smoothing @michalpelka @w-czerski @pijaro
16+
Gems/RobotecSplineTools @jhanca-robotecai @michalpelka
17+
Gems/RobotecWatchdogTools @MateuszWasilewski @zakmat
18+
Gems/ROS2PoseControl @arturkamieniecki @patrykantosz
19+
Gems/ROS2ScriptIntegration @jhanca-robotecai @michalpelka
20+
Gems/SensorDebug @MateuszWasilewski @michalpelka
21+
Gems/Smoothing @michalpelka @pijaro
2222
Gems/ViewportStreamer @lawendah @patrykantosz
2323
Gems/WheelAnimTool @michalpelka @jhanca-robotecai
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: 'Bug Report'
5+
6+
---
7+
8+
## Bug description
9+
_A clear and concise description of what the bug is. Try to isolate the issue to help to reproduce it easily and increase chances for a fast fix. Describe expected behavior and actual behavior._
10+
11+
## Steps to reproduce
12+
_Steps to reproduce the behavior._
13+
14+
## Branch information
15+
_Name of the branch where the issue occurs, commit hash, etc. Please include the information about all necessary repositories (O3DE, Extras, etc.)._
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
3+
name: Feature request
4+
about: Suggest an idea for this project
5+
title: 'Feature Request'
6+
7+
---
8+
9+
## Is your feature request related to a problem?
10+
_A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]_
11+
12+
## Describe the solution you'd like
13+
_A clear and concise description of what you want to happen._
14+
15+
## Describe alternatives you've considered
16+
_A clear and concise description of any alternative solutions or features you've considered._

.github/pull_request_template.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## What does this PR do?
2+
3+
_Please describe the purpose and scope of this PR. For a bug fix, what was the old behavior, and what is the new behavior? If it's a new feature, explain what it adds and why._
4+
5+
_Include links to any related issues, RFCs, tickets, or documentation._
6+
7+
---
8+
9+
## How was this PR tested?
10+
11+
_Describe any manual or automated testing performed. Include tools used (e.g., pytest, Postman), scenarios tested, and environments used (dev/main)._
12+
13+
---
14+
15+
## Screenshots / Logs / Supporting Evidence (if applicable)
16+
17+
_Add screenshots, terminal logs, or relevant links to builds/tests as needed._
18+
19+
---
20+
21+
## Committer Checklist
22+
23+
Please confirm the following before marking this PR as ready for review:
24+
25+
- [ ] Code changes are well-documented
26+
- [ ] Tests have been added or updated
27+
- [ ] The code is formatted according to the project's style guide
28+
- [ ] The version number has been updated according to the contributing guidelines

0 commit comments

Comments
 (0)