#E-gAT Example Project
This is an official example project to showcase the use of the E-gAT testing toolkit.
If you are looking for the documentation you can find it on the E-gAT wiki.
If you are already familiar with the features of E-gAT and want to see it in action, you have come to the right place. The wiki page is a great place to begin getting familiar with the project.
- Create an issue
- Fork the repo
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request