Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 467 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 467 Bytes

Contributing to CRND Deploy

Thank you for your interest in contributing to CRND Deploy!

Contributing to this project

  1. Fork the repository on GitHub
  2. Create a new branch, e.g., git checkout -b bug-12345 based on master branch
  3. Fix the bug or add the feature
  4. Add changelog entry for your change
  5. Commit and push it to your fork
  6. Create Pull Request

Thanks)