-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from arol-polito/7-feat-create-howto-explaining…
…-how-to-create-a-new-repository-on-github-based-on-this-template docs(howto): add howto-create-repository-from-template.md
- Loading branch information
Showing
1 changed file
with
40 additions
and
0 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 |
---|---|---|
@@ -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 --> |