-
Notifications
You must be signed in to change notification settings - Fork 300
How to Contribute
Brett Sutton edited this page May 19, 2015
·
5 revisions
Firstly check the roadmap, the first cab of the rank is getting an official 1.0 release out the door.
To get a stable release we are looking to set up a reasonable setup of unit tests which can be run against various versions of asterisk.
Pull requests:
Please ensure that your code has been formatted in keeping with the AJ code style. Stefan has contributed an eclipse formatter to make life a little easier.
https://github.com/asterisk-java/asterisk-java/blob/master/codestyle.xml
Tasks:
1.0
- Identify what versions of Asterisk will be officially supported
- Create docker containers for testing of each officially supported version
- Marshall well tested bug fixes (from existing forks) into the new 1.0 release branch.
- Marshall unit tests into the 1.0 branch
2.0
- Create a 2.0 release branch
- Identify what features will be included.
- Marshal code from existing forks