First of all, thank you for your interest in contributing to the ProLeap Visual Basic 6.0 parser! This open source repository is maintained by @uwol.
- Please fork the repo. Make your changes on your fork. In case of new features, please include a unit test. Please fill out the contributor agreement in
.github/contributors/
. - Make sure, that the build and all tests pass:
$ mvn clean test
- Finally, please issue a pull request.
We will review the PR for:
- Relevant functionality for a parser.
- Passing test suite.
- Clean code, code quality.
- Contributor agreement in
.github/contributors/
.
In review, we support you with code and suggestions. Finally, PR is merged 🎉.
If you've made a contribution to ProLeap, please fill in the
contributor agreement to ensure that
your contribution can be used across the project. If you agree to be bound by
the terms of the agreement, fill in the template
and include it with your pull request, or submit it separately to
.github/contributors/
. The name of the file should be
your GitHub username, with the extension .md
. For example, the user
example_user would create the file .github/contributors/example_user.md
.