generated from martinthomson/internet-draft-template
-
Notifications
You must be signed in to change notification settings - Fork 4
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
7e9e868
commit 0e29bf6
Showing
1 changed file
with
25 additions
and
13 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 |
---|---|---|
@@ -1,18 +1,30 @@ | ||
# Internet-Draft Template Repository | ||
# Arm's Platform Security Architecture (PSA) Attestation Token | ||
|
||
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 individual Internet-Draft, "Arm's Platform Security Architecture (PSA) Attestation Token". | ||
|
||
[Read the | ||
instructions](https://github.com/martinthomson/i-d-template/blob/main/doc/TEMPLATE.md) | ||
for more information. | ||
* [Editor's Copy](https://SimonFrost-Arm.github.io/draft-ffm-rats-cca-token/#go.draft-ffm-rats-cca-token.html) | ||
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-ffm-rats-cca-token) | ||
* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-ffm-rats-cca-token) | ||
* [Compare Editor's Copy to Individual Draft](https://SimonFrost-Arm.github.io/draft-ffm-rats-cca-token/#go.draft-ffm-rats-cca-token.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/thomas-fossati/draft-ffm-rats-cca-token/blob/master/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). |