From cdb9132263c9dab7b071340351752632927134de Mon Sep 17 00:00:00 2001 From: Gianpaolo Macario Date: Tue, 12 Nov 2024 08:17:47 +0100 Subject: [PATCH 1/2] docs(howto): add howto-create-repository-from-template.md --- docs/howto-create-repository-from-template.md | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 docs/howto-create-repository-from-template.md diff --git a/docs/howto-create-repository-from-template.md b/docs/howto-create-repository-from-template.md new file mode 100644 index 0000000..039c1a6 --- /dev/null +++ b/docs/howto-create-repository-from-template.md @@ -0,0 +1,40 @@ +# HOWTO Create a GitHub repository from template + + + +## Reference documents + +* [Creating a template repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository) - GitHub Docs + +## Step-by-step instructions + +### Create a new repository + +Login to GitHub. + +In the GitHub dashboard, click **New** to create a new repository. + +> **Create a new repository** +> +> A repository contains all project files, including the revision history. +> Already have a project repository elsewhere? [Import a repository](https://github.com/new/import). + +* Repository template: `arol-polito/python-project-template` +* Include all branches: (leave unselected) +* Owner: (choose the user or organization you want to create this repository under, example: `arol-polito`) +* Repository name: (choose a unique name under the organization, example: `python-training-2024`) +* Description (optional): (provide a descriptive name, example: `Python and Golang training workshop in AROL, 2024`) +* Visibilty: (choose visibility that this repository should have, example: `Private`) + + + +then click **Create repository**. + + From 2148da87b2bfaa126e231d551c83e5aef5ef5e6e Mon Sep 17 00:00:00 2001 From: Gianpaolo Macario Date: Sun, 17 Nov 2024 19:16:42 +0000 Subject: [PATCH 2/2] fix(docs): run "prettier -w docs/" --- docs/howto-create-repository-from-template.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/howto-create-repository-from-template.md b/docs/howto-create-repository-from-template.md index 039c1a6..074258e 100644 --- a/docs/howto-create-repository-from-template.md +++ b/docs/howto-create-repository-from-template.md @@ -4,7 +4,7 @@ ## Reference documents -* [Creating a template repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository) - GitHub Docs +- [Creating a template repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository) - GitHub Docs ## Step-by-step instructions @@ -19,12 +19,12 @@ In the GitHub dashboard, click **New** to create a new repository. > A repository contains all project files, including the revision history. > Already have a project repository elsewhere? [Import a repository](https://github.com/new/import). -* Repository template: `arol-polito/python-project-template` -* Include all branches: (leave unselected) -* Owner: (choose the user or organization you want to create this repository under, example: `arol-polito`) -* Repository name: (choose a unique name under the organization, example: `python-training-2024`) -* Description (optional): (provide a descriptive name, example: `Python and Golang training workshop in AROL, 2024`) -* Visibilty: (choose visibility that this repository should have, example: `Private`) +- Repository template: `arol-polito/python-project-template` +- Include all branches: (leave unselected) +- Owner: (choose the user or organization you want to create this repository under, example: `arol-polito`) +- Repository name: (choose a unique name under the organization, example: `python-training-2024`) +- Description (optional): (provide a descriptive name, example: `Python and Golang training workshop in AROL, 2024`) +- Visibilty: (choose visibility that this repository should have, example: `Private`)