How to contribute

Everyone is welcome to contribute to AWSIM. We want to develop efficiently, so please follow the steps below.

  1. Create issue. and mention @mackierx111.
  2. Once the implementation policy has been decided, create a working branch from the main branch
  3. Create pull request.
  4. 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.
  5. Create a pull request and submit it to @mackierx111 for review.