From 2fdecb0f29fb549ee114ae73cd3ca988787ec99f Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Thu, 28 Nov 2024 12:49:32 +0200 Subject: [PATCH] docs: Do not talk about forking template Instead link directly to "Create repository with template". --- docs/REPOSITORY-MAINTENANCE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/REPOSITORY-MAINTENANCE.md b/docs/REPOSITORY-MAINTENANCE.md index 043e0e5..e1285e4 100644 --- a/docs/REPOSITORY-MAINTENANCE.md +++ b/docs/REPOSITORY-MAINTENANCE.md @@ -5,8 +5,9 @@ ongoing maintenance. ## New Repository Setup -1. Fork the [template](https://github.com/theupdateframework/tuf-on-ci-template). -1. Configure the repository: +1. [Create new repository](https://github.com/new?template_name=tuf-on-ci-template&template_owner=theupdateframework) + using the tuf-on-ci template: the created repository contains all the required workflows. +1. Configure the new repository: * set _Settings->Pages->Source_ to `GitHub Actions` * Change _Settings->Environments->github-pages_ deployment branch from `main` to `publish`