Skip to content

Commit 3e76172

Browse files
committed
-m testing make
1 parent deeb6e4 commit 3e76172

File tree

2 files changed

+6
-33
lines changed

2 files changed

+6
-33
lines changed

CONTRIBUTING.md

-33
Original file line numberDiff line numberDiff line change
@@ -1,33 +0,0 @@
1-
# Contributing
2-
3-
This repository relates to activities in the Internet Engineering Task Force
4-
([IETF](https://www.ietf.org/)). All material in this repository is considered
5-
Contributions to the IETF Standards Process, as defined in the intellectual
6-
property policies of IETF currently designated as
7-
[BCP 78](https://www.rfc-editor.org/info/bcp78),
8-
[BCP 79](https://www.rfc-editor.org/info/bcp79) and the
9-
[IETF Trust Legal Provisions (TLP) Relating to IETF Documents](http://trustee.ietf.org/trust-legal-provisions.html).
10-
11-
Any edit, commit, pull request, issue, comment or other change made to this
12-
repository constitutes Contributions to the IETF Standards Process
13-
(https://www.ietf.org/).
14-
15-
You agree to comply with all applicable IETF policies and procedures, including,
16-
BCP 78, 79, the TLP, and the TLP rules regarding code components (e.g. being
17-
subject to a Simplified BSD License) in Contributions.
18-
19-
20-
## Working Group Information
21-
22-
Discussion of this work occurs on the [Constrained RESTful Environments
23-
Working Group mailing list](mailto:core@ietf.org)
24-
([archive](https://mailarchive.ietf.org/arch/browse/core/),
25-
[subscribe](https://www.ietf.org/mailman/listinfo/core)).
26-
In addition to contributions in GitHub, you are encouraged to participate in
27-
discussions there.
28-
29-
**Note**: Some working groups adopt a policy whereby substantive discussion of
30-
technical issues needs to occur on the mailing list.
31-
32-
You might also like to familiarize yourself with other
33-
[Working Group documents](https://datatracker.ietf.org/wg/core/documents/).

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ Formatted text and HTML versions of the draft can be built using `make`.
2525
$ make
2626
```
2727

28+
You might want to run first
29+
30+
```sh
31+
make update-files
32+
```
33+
2834
Command line usage requires that you have the necessary software installed. See
2935
[the instructions](https://github.com/martinthomson/i-d-template/blob/main/doc/SETUP.md).
3036

0 commit comments

Comments
 (0)