Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.37 KB

CONTRIBUTING.md

File metadata and controls

33 lines (18 loc) · 1.37 KB

Contributing to now

Thank you for your interest in contributing. Below is some brief guidance for contributing to this project.

Authors

See AUTHORS for a list of contributors. When making a contribution, please add yourself to the list if you like.

Contact

Please direct any further questions about contributing to code@dds.mil.

Issues

Please submit bugs or issues to https://github.com/deptofdefense/now/issues.

Licensing

This project constitutes a work of the United States Government and is not subject to domestic copyright protection under 17 USC § 105. However, because the project utilizes code licensed from contributors and other third parties, it therefore is licensed under the MIT License.

Your contribution to this project is made with agreement to these licensing terms and is irrevocable.

Pull Requests

When submitting a contribution as a pull request, please include updates to the documentation, examples, and tests as appropriate. The maintainers will review your pull request as soon as available.

Versioning

This program is released using semantic versioning.

  • New flags that alter default behavior are major releases.
  • New flags that maintain the same default behavior are minor releases.
  • Upgrades of dependencies that do not alter default behavior are patch releases.