Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.92 KB

CONTRIBUTING.md

File metadata and controls

45 lines (36 loc) · 1.92 KB

GO-JEK Charts - Contributing

Charts github.com/gojektech/charts is an open-source project, which is a collection of Kubernetes Helm Charts It is licensed using the Apache License 2.0. We appreciate pull requests; here are our guidelines:

  1. File an issue (if there isn't one already). If your patch is going to be large it might be a good idea to get the discussion started early. We are happy to discuss it in a new issue beforehand, and you can always email [email protected] about future work.

  2. Please refer to the technical requirements of a Helm Chart Kubernetes Official Tech Requirements.

  3. We ask that you squash all the commits together before pushing and that your commit message references the bug.

Issue Reporting

  • Check that the issue has not already been reported.
  • Be clear, concise and precise in your description of the problem.
  • Open an issue with a descriptive title and a summary in grammatically correct, complete sentences.
  • Include any relevant code to the issue summary.

Pull Requests

  • Please read this how to GitHub blog post.
  • Use a topic branch to easily amend a pull request later, if necessary.
  • Write good commit messages.
  • Use the same coding conventions as the rest of the project.
  • Open a pull request that relates to only one subject with a clear title and description in grammatically correct, complete sentences.
  • Run build.sh to update index.yaml for the updated chart.

Much Thanks! ❤❤❤

GO-JEK Tech