-
Notifications
You must be signed in to change notification settings - Fork 1
How to Contribute
You can contribute to MONAHRQ open source project by extending the code base for Wings and Flutters and adding them to the repository. The open source code repository can be found here. Please do not change the existing Wings and Flutter code unless there is a need to fix bugs. When contributing your Wings and Flutters, add them to the code base and perform a pull request.
Pull requests let you tell others about changes you've pushed to a repository on GitHub. Once a pull request is opened, you can discuss and review the potential changes with collaborators and add follow-up commits before the changes are merged into the repository. Make sure you have added the necessary tests for your changes. Run all the tests to assure nothing else was accidentally broken.
After initializing a pull request, you'll see a review page that shows a high-level overview of the changes between your branch (the compare branch) and the repository's base branch. You can add a summary of the proposed changes, review the changes made by commits, add labels, milestones, and assignees, and @mention individual contributors or teams. For more information, see "Creating a pull request"
To file a bug report, please visit the GitHub issues page. It's great if you can attach test cases and a proposed implementation for features, but reproducible bug reports are also welcome.
Prepared by Pantheon. Last modified September 6, 2017.