Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.45 KB

CONTRIBUTING.md

File metadata and controls

22 lines (14 loc) · 1.45 KB

Contributing Guidelines

Thank you for your interest in contributing to ScaleSec Secret Store. Whether it's a bug report, new feature, correction, or additional documentation, we appreciate feedback and contributions from our community.

Please read through this document before submitting any issues or pull requests to ensure we have all the necessary information to effectively respond to your bug report or contribution.

Submitting an Issue (Bug Report)

  • Before submitting an issue please review the current open and closed issues for duplicates.
  • Please provide as many details as possible so that we can properly address the bug and accurately reproduce on our end.

Submitting a Pull Request

  • Please open a GitHub issue before working on any new functionality for ScaleSec Secret Store and then tie the Pull Request to the issue.
  • We request that you fork ScaleSec Secret Store and then submit a Pull Request on your fork. This helps us better review open PRs, expedite the review process, and keep the repository clean by not having stale branches.
  • Each Pull Request requires an approval from a ScaleSec employee.

To submit a PR:

  • Verify tests pass successfully by executing go tests in scalesecSecretStore_test.go
  • Add new tests if needed

Once submitted review for any failed Github Actions. Please review the findings and make the appropriate updates.