How to Contribute
Everyone is welcome!
Issue
Before you post an issue, please search Issues.
This page is helpful how to create an issue from a repository.
Bug report
If you find a new bug, please create an issue here
Feature request
If you propose a new feature or have an idea, please create an issue here
Task
If you have plan to contribute AWSIM, please create an issue here.
Question
- If you need a general support, please contact us.
Pull requests
If you have an idea to improve the simulation, you can submit a pull request. The following process should be followed:
- Create a derived branch (
feature/***
) from themain
branch. - Create a pull request to the
main
branch.