Before you begin working on Appia, make sure:
- You're using an up-to-date version of python 3
- You've read the code of conduct
- You've checked the existing issues
If there's no existing issue for your contribution, please open a new one. That's where discussion around your problem and fixes will happen.
You'll need to do work on your own fork so that we can review the code without committing it to this repo. If you haven't used GitHub before, you might like GitHub Desktop You can fork with GitHub Desktop or of course with the command line
Make your changes and push them to your fork
Once you're done adding your code, submit a pull request. We will review your code and discuss it, then merge it into this repo!