How to contribute
Everyone is welcome to contribute to AWSIM. We want to develop efficiently, so please follow the steps below.
- Create issue. and mention
@mackierx111
. - Once the implementation policy has been decided, create a working branch from the
main
branch - Create pull request.
- Be sure to self-check before requesting a review. The checklist items are as follows.
- Check that there are no unnecessary comments or
Debug.Log()
statements remaining. - Run UnityEditor to check if the implemented functions work properly.
- Check that the implemented functions do not affect existing scenes, etc. In particular, check that the
AutowareSimulationDemo.unity
scene is working properly. - Merge the latest version of the
main
branch into the work branch.
- Check that there are no unnecessary comments or
- Create a pull request and submit it to
@mackierx111
for review.