Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.75 KB

CONTRIBUTING.md

File metadata and controls

42 lines (30 loc) · 1.75 KB

Contributing Guidelines for UTMStack

These guidelines are intended to help you contribute to the UTMStack repository in a way that is both helpful and productive.

How to Contribute

  1. Fork the UTMStack repository.
  2. Clone your forked repository to your local machine.
  3. Create a new branch for your changes.
  4. Make your changes and commit them to your branch.
  5. Push your branch to your forked repository.
  6. Open a pull request against the upstream UTMStack repository.
  7. Respond to any feedback from maintainers and make changes as needed.
  8. Once your pull request is approved, it will be merged into the upstream UTMStack repository.

Code Style

  • Please follow the PEP 8 style guide for Python code.
  • Please follow the Golang style guide for Golang code.
  • Please follow the Java style guide for Java code.
  • Please follow the TypeScript style guide for TypeScript code.
  • Please use descriptive variable and function names.
  • Please add comments to your code to explain what it does and why.
  • Please use consistent formatting throughout your code.

Testing

  • Please add unit tests for your changes.
  • Please make sure that your changes do not break any existing tests.

Documentation

  • Please update the documentation to reflect your changes.
  • Please add new documentation for any new features or functionality that you add.

Other Guidelines

  • Please be respectful of other contributors.
  • Please be constructive in your feedback.
  • Please be patient. It may take some time for your pull request to be reviewed and merged.

Thank you for your contributions to the UTMStack repository!