Follow these guidelines if you'd like to contribute to the JAS project.
If you have any questions about using or developing for this project, send me an email [1].
Submit an issue [2] or pull request [3] with a fix if you find any bugs in the project. See below (submitting pull requests) for instructions on sending in pull requests.
When submitting an issue or pull request, make sure you're as detailed as possible and fill in all answers to questions asked in the templates. For example, an issue that simply states "xyz isn't working!" will be ignored.
Submit an issue [2] to request a new feature. Features fall into one of two categories:
Before you do anything, make sure you check the current list of pull requests [4] to ensure you aren't duplicating anyone's work. Then, do the following:
git checkout -b my-branch master
`
git push origin my-branch
`
Last modified: Sat Aug 4 12:59:45 CEST 2018