Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.85 KB

CONTRIBUTING.md

File metadata and controls

30 lines (16 loc) · 1.85 KB

Contributing Guide

This project accepts contributions via GitHub pull requests. This document outlines the process to help get your contribution accepted.

Coding Guidelines

A consistent coding style is included via EditorConfig with the file .editorconfig at the root of the repo. Depending on your editor of choice, it will either support it out of the box or you can download a plugin for the config to be applied.

Issues

Feature requests, bug reports, and support requests all occur through GitHub issues. If you would like to file an issue, view existing issues, or comment on an issue please engage with issues at https://github.com/angelcamposm/kustomize-iac-skeleton/issues.

Pull Requests

All changes to the source code and documentation are made through GitHub pull requests. If you would like to make a change to the source, documentation, or other component in the repository please open a pull request with the change.

If you are unsure if the change will be welcome you may want to file an issue first. The issue can detail the change and you can get feedback from the maintainers prior to starting to make the change.

You can find the existing pull requests at https://github.com/angelcamposm/kustomize-iac-skeleton/pulls.

Dependencies Policy

Dependencies must be evaluated before being introduced to ensure they:

  1. are actively maintained
  2. are maintained by trustworthy maintainers

These evaluations vary from dependency to dependencies.

Dependencies are also scheduled for removal if that project has been deprecated or if the project is no longer maintained.