UNPKG

@bitnami/readme-generator-for-helm

Version:

Autogenerate READMEs tables and OpenAPI schemas for Helm Charts

21 lines (12 loc) 726 B
# Contributing Guidelines Contributions are welcome via GitHub Pull Requests. This document outlines the process to help get your contribution accepted. Any type of contribution is welcome; from new features, bug fixes or documentation improvements. ## How to Contribute 1. Fork this repository, develop, and test your changes. 2. Submit a pull request. ## Documentation Requirements - When adding new features or changing old ones the changes must be reflected on the `README.md`. - The version must be bumped in both `package.json` and `package-lock.json`. ## Technical requirements - When adding new feature or modifiying old behaviours a test must be implemented/changed. - All tests should pass without failures.