Contributing & Development - KubeHelper/kubehelper GitHub Wiki

Contributing

Found a typo in the documentation or interested in fixing a bug? Then by all means submit an issue or pull request. Please contribute using Github Flow. Create a branch, add commits, and open a pull request.

Pull Requests

When submitting a pull request:

  • Clone the repo.
  • Create a branch off of master and give it a meaningful name (e.g. my-awesome-new-feature).
  • Open a pull request on GitHub and describe the feature or fix.

Support

You found a bug, want an improvement or a new feature, use these issues:
💥   Enhancement Request
🚀   New Feature Request
🐞   Bug Report
❓   Support Request ⭐   Help the project => RATE US
📢   Slack

Development

For development you need a kubernetes cluster, knowledge of Java and Spring Boot.

To run an application locally, you need to add VM Options. This fix javax.net.ssl.SSLHandshakeException Bug:

-Djdk.tls.client.protocols=TLSv1.2    
⚠️ **GitHub.com Fallback** ⚠️