If you have a bug report or feature request that is not accompanied by a Pull Request, please create a GitHub Issue.
To submit code changes, please fork this repository and send a pull request to the master
branch.
Please make an effort to match the style present in the particular files that you edit.
If code changes are testable, the pull request should include new test code.
Any code change that changes the behavior of the project should be accompanied by appropriate documentation updates.
This includes updating the "unreleased" section of the CHANGELOG
.
(such as to README and other *.md
files)
To submit changes to documentation (JavaDoc/GroovyDoc changes are code changes as these changes are made in source code files), please fork this repository and send a pull request to the master
branch.
Project maintainers may make documentation-only commits directly to the master
branch without going through the Pull Request process.
Documentation-only commits do not require an update to the CHANGELOG
.
There is currently no CI/CD system connected. HomeAway's maintainers will manually verify that pull request code can build & passes its tests.