File issues using the standard Github issue tracker for the repository. Before you submit a new issue, we recommend that you search the list of issues to see if anyone already submitted a similar issue.
Thank you for your contributions! Please follow this process to submit a patch:
-
Create an issue describing your proposed change to the repository.
-
The repository owners will triage and respond to your issue promptly.
-
Fork the repository and create a topic branch.
-
Refer to the developer documentation for guidelines and tips on how to build and test Minishift.
-
Submit a pull request with the proposed changes.
-
The required format for the git commit message is 'Issue #<issue_no> message'.
-
To make reviewing and integration as smooth as possible, please run the
make
targetstest
,fmtcheck
andvalidate_commits
prior to submitting the pull request.
-