Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.42 KB

CONTRIBUTING.md

File metadata and controls

43 lines (25 loc) · 1.42 KB

Contributing to NZT

We welcome contributions to NZT! This document outlines our guidelines for contributing code, documentation, and other assets to the project.

Code contributions

Submitting pull requests

Before submitting a pull request, please:

  • Fork the [project name] repository.
  • Create a new branch for your changes.
  • Make your changes to the code.
  • Add tests for your changes.
  • Lint your code.
  • Update the documentation if necessary.
  • Submit a pull request to the [project name] repository.

Code style

We follow the Google C++ Style Guide. Please ensure that your code is consistent with this style guide.

-Clean Arquitecture

Testing

We require that all code changes are accompanied by tests. Please add unit tests for your new code and update existing tests as needed.

Documentation contributions

We welcome contributions to the [project name] documentation. If you have any suggestions for improvements or would like to add new documentation, please submit a pull request.

Other contributions

We welcome other contributions to the project, such as bug reports, feature requests, and ideas for improvement. Please submit issues or pull requests for these contributions.

License

Contributions to [project name] are licensed under the [license name] license.

Code of Conduct

We expect all contributors to follow our code of conduct. The code of conduct can be found at [code of conduct link].