Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.36 KB

CONTRIBUTING.md

File metadata and controls

46 lines (33 loc) · 1.36 KB

Contributing

This repository relates to activities in the Internet Engineering Task Force (IETF). All material in this repository is considered Contributions to the IETF Standards Process, as defined in the intellectual property policies of IETF currently designated as BCP 78, BCP 79 and the IETF Trust Legal Provisions (TLP) Relating to IETF Documents.

Any edit, commit, pull request, issue, comment or other change made to this repository constitutes Contributions to the IETF Standards Process (https://www.ietf.org/).

You agree to comply with all applicable IETF policies and procedures, including, BCP 78, 79, the TLP, and the TLP rules regarding code components (e.g. being subject to a Simplified BSD License) in Contributions.

Table Of Contents

Code of Conduct

Setting up development environment

Running tests

Code of Conduct

See Code of Conduct.

Setting up development environment

  • Build docker image
docker build -f dev.Dockerfile -t author-tools:dev .
  • Run the docker image
docker run -it author-tools:dev
  • Run unit tests.
python3 -m unittest discover tests