generated from martinthomson/internet-draft-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Epoch for draft-smith-rats-evidence-trans
This is the first instantiation of files in the repository.
- Loading branch information
Showing
9 changed files
with
2,394 additions
and
102 deletions.
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# 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. |
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,4 @@ | ||
# License | ||
|
||
See the | ||
[guidelines for contributions](https://github.com/ietf-rats-wg/draft-ietf-rats-corim/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,11 @@ | ||
LIBDIR := lib | ||
include $(LIBDIR)/main.mk | ||
|
||
$(LIBDIR)/main.mk: | ||
ifneq (,$(shell grep "path *= *$(LIBDIR)" .gitmodules 2>/dev/null)) | ||
git submodule sync | ||
git submodule update $(CLONE_ARGS) --init | ||
else | ||
git clone -q --depth 10 $(CLONE_ARGS) \ | ||
-b main https://github.com/martinthomson/i-d-template $(LIBDIR) | ||
endif |
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,18 +1,30 @@ | ||
# Internet-Draft Template Repository | ||
# Concise Reference Integrity Manifest | ||
|
||
Use this repository as a template if you want to start working on | ||
[IETF](https://www.ietf.org/) documents. [Click here to create a new repository using the | ||
template](https://github.com/martinthomson/internet-draft-template/generate). | ||
Make sure to check "Include all branches", or you will need to enable GitHub Pages manually. | ||
This is the working area for the IETF [RATS Working Group](https://datatracker.ietf.org/wg/rats/documents/) Internet-Draft, "Concise Reference Integrity Manifest". | ||
|
||
[Read the | ||
instructions](https://github.com/martinthomson/i-d-template/blob/main/doc/TEMPLATE.md) | ||
for more information. | ||
* [Editor's Copy](https://ietf-rats-wg.github.io/draft-ietf-rats-corim/#go.draft-ietf-rats-corim.html) | ||
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-ietf-rats-corim) | ||
* [Working Group Draft](https://datatracker.ietf.org/doc/html/draft-ietf-rats-corim) | ||
* [Compare Editor's Copy to Working Group Draft](https://ietf-rats-wg.github.io/draft-ietf-rats-corim/#go.draft-ietf-rats-corim.diff) | ||
|
||
Once you have created your own repository, start work by: | ||
|
||
1. Set "Workflow permissions" to "Read and write permissions" | ||
[in the repository settings](../../settings/actions#actions_default_workflow_permissions_write). | ||
## Contributing | ||
|
||
See the | ||
[guidelines for contributions](https://github.com/ietf-rats-wg/draft-ietf-rats-corim/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). | ||
|
||
2. Rename the `draft-todo-yourname-protocol.md` file | ||
[here](../../edit/main/draft-todo-yourname-protocol.md). |
Oops, something went wrong.