diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f053f89..e69de29 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,33 +0,0 @@ -# Contributing - -This repository relates to activities in the Internet Engineering Task Force -([IETF](https://www.ietf.org/)). 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](https://www.rfc-editor.org/info/bcp78), -[BCP 79](https://www.rfc-editor.org/info/bcp79) and the -[IETF Trust Legal Provisions (TLP) Relating to IETF Documents](http://trustee.ietf.org/trust-legal-provisions.html). - -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. - - -## Working Group Information - -Discussion of this work occurs on the [Constrained RESTful Environments -Working Group mailing list](mailto:core@ietf.org) -([archive](https://mailarchive.ietf.org/arch/browse/core/), -[subscribe](https://www.ietf.org/mailman/listinfo/core)). -In addition to contributions in GitHub, you are encouraged to participate in -discussions there. - -**Note**: Some working groups adopt a policy whereby substantive discussion of -technical issues needs to occur on the mailing list. - -You might also like to familiarize yourself with other -[Working Group documents](https://datatracker.ietf.org/wg/core/documents/). diff --git a/README.md b/README.md index 04b95ca..d0dc7c4 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,12 @@ Formatted text and HTML versions of the draft can be built using `make`. $ make ``` +You might want to run first + +```sh +make update-files +``` + Command line usage requires that you have the necessary software installed. See [the instructions](https://github.com/martinthomson/i-d-template/blob/main/doc/SETUP.md).