Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.27 KB

CONTRIBUTING.md

File metadata and controls

25 lines (19 loc) · 1.27 KB

Contributing to this repository

Getting started

Before you begin working on Appia, make sure:

Open an issue

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.

Fork the repo

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

Work on your fork

Make your changes and push them to your fork

Submit a pull request

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!