Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 799 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 799 Bytes

#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.

Contributing

  1. Create an issue
  2. Fork the repo
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create new Pull Request