Skip to content

Commit

Permalink
Epoch for draft-smith-rats-evidence-trans
Browse files Browse the repository at this point in the history
This is the first instantiation of files in the repository.
  • Loading branch information
nedmsmith committed Jun 26, 2024
1 parent 59f081b commit f0574fd
Show file tree
Hide file tree
Showing 9 changed files with 2,394 additions and 102 deletions.
17 changes: 17 additions & 0 deletions CONTRIBUTING.md
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.
4 changes: 4 additions & 0 deletions LICENSE.md
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).
11 changes: 11 additions & 0 deletions Makefile
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
38 changes: 25 additions & 13 deletions README.md
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).
Loading

0 comments on commit f0574fd

Please sign in to comment.