Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.17 KB

CONTRIBUTING.md

File metadata and controls

25 lines (15 loc) · 1.17 KB

Contributing Guidelines

Contributions to awsctl are welcome via GitHub Pull Requests. This document outlines the steps necessary to get your contribution accepted.

Contributions of any kind are appreciated, whether they be new features, bug fixes, or documentation enhancements. This way, we can ensure that the most significant contributions to the community are adopted on time.

How to Contribute

  1. Before proceeding, ensure that you have read and understood our code of conduct.
  2. Fork the updated repository, make modifications, and test them.
  3. Use the make command to produce a binary that will allow you to execute all of the available commands.
  4. Make a pull request.

Technical Requirements

When submitting a PR make sure that it:

PR Approval

  1. Changes are manually reviewed.
  2. When the PR passes all tests, the PR is merged by the reviewer(s) in the GitHub main branch.