ARLAS-web-core is an open source project and there are many ways to contribute.
If you think you have found a bug in ARLAS-web-core, first make sure that it has not been already addressed in our issues list.
If not, provide as much information as you can to help us reproduce your bug :
- Add error messages to the issue desctiption.
- Describe the maneuver that triggers the bug.
Keep in mind that we will fix your problem faster if we can easily reproduce it.
If you think that a feature is lacking, do not hesitate to open an issue on our issues list on GitHub which describes what you need, why you need it, and how it should work.
If you want to submit a bugfix or a feature implementation, first find or open an issue about it on our issues list
ARLAS-web-core is a typescript project. You need typescript and Node/npm to be installed. Codebase follows Visual Studio Code default formatting rules.
You will need to fork the main ARLAS-web-components repository and clone it to your local machine. See github help page for help.
When your code is ready, you will have to :
- rebase your repository.
- run
npm run build-release
andmkdocs.sh
and make sure they all pass. - submit a pull request with a proper title and a mention to the corresponding issue (eg "fix #1234").
- never force push your branch after submitting, if you need to sync with official repository, you should better merge master into your branch.