Skip to content

Commit

Permalink
Merge pull request #8 from arol-polito/7-feat-create-howto-explaining…
Browse files Browse the repository at this point in the history
…-how-to-create-a-new-repository-on-github-based-on-this-template

docs(howto): add howto-create-repository-from-template.md
  • Loading branch information
arol-varesi authored Nov 18, 2024
2 parents b6a485c + 2148da8 commit 3214009
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions docs/howto-create-repository-from-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# HOWTO Create a GitHub repository from template

<!-- (2024-11-12 08:09 CEST) -->

## 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`)

<!--
* Initialize this repository with:
* [x] Add a README file
* [x] Add .gitignore
* .gitignore template: Python
* [x] Choose a license
* License: MIT License
-->

then click **Create repository**.

<!-- EOF -->

0 comments on commit 3214009

Please sign in to comment.