Important Note: Change of Scade Release for Modelling!!!! We NOW switch to Scade Release 16.1. Please, make sure you use this version for all commits.
![Stories in "In Progress"](https://badge.waffle.io/openETCS/validation.png?label=In Progress&title=In Progress) ##Management
Work Package 4 Top-Level Project
You can find a guide below:
If you have any questions concerning this top level project, feel free to contact @MarcBehrens
Throughput Graph
- Fork it
- Clone it (
git clone [email protected]:you/validation.git
) - Create your feature branch (
git checkout -b my-new-verification-operator
) - Verify/ Validate and document the results
- Commit your changes (
git commit -am 'Added some verification results'
) - Push to the branch (
git push origin my-new-verification-operator
) - Create new Pull Request via https://github.com/you
- Configure pulling your repository from the master (
git remote set-url origin https://github.com/openETCS/validation.git
) - Configure pushing your repository to the fork (
git remote set-url --push origin https://github.com/you/validation.git
)
Please replace you by your github username.