generated from martinthomson/internet-draft-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d4383ad
commit c959566
Showing
3 changed files
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,19 @@ repository constitutes Contributions to the IETF Standards Process | |
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:[email protected]) | ||
([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/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# License | ||
|
||
See the | ||
[guidelines for contributions](https://github.com/{GITHUB_USER}/{GITHUB_REPO}/blob/{GITHUB_BRANCH}/CONTRIBUTING.md). | ||
[guidelines for contributions](https://github.com/thomas-fossati/draft-cf-reg-update/blob/main/CONTRIBUTING.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Update to the IANA CoAP Content-Formats Registration Procedures | ||
|
||
This is the working area for the individual Internet-Draft, "Update to the IANA CoAP Content-Formats Registration Procedures". | ||
|
||
* [Editor's Copy](https://thomas-fossati.github.io/draft-cf-reg-update/#go.draft-fossati-core-cf-reg-update.html) | ||
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-fossati-core-cf-reg-update) | ||
* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-fossati-core-cf-reg-update) | ||
* [Compare Editor's Copy to Individual Draft](https://thomas-fossati.github.io/draft-cf-reg-update/#go.draft-fossati-core-cf-reg-update.diff) | ||
|
||
|
||
## Contributing | ||
|
||
See the | ||
[guidelines for contributions](https://github.com/thomas-fossati/draft-cf-reg-update/blob/main/CONTRIBUTING.md). | ||
|
||
Contributions can be made by creating pull requests. | ||
The GitHub interface supports creating pull requests using the Edit (✏) button. | ||
|
||
|
||
## Command Line Usage | ||
|
||
Formatted text and HTML versions of the draft can be built using `make`. | ||
|
||
```sh | ||
$ make | ||
``` | ||
|
||
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). | ||
|