Skip to content

Commit 5294bde

Browse files
docs: Document repo creation method (#275)
Fixes #273 for the meantime
1 parent 07b2169 commit 5294bde

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ It integrates the following tools:
3434

3535
You can see the template in action in the [example project](https://github.com/DiamondLightSource/python-copier-template-example). This is an up to date expansion of the template to illustrate how it looks with all the options enabled.
3636

37-
## Create a new project via Developer Portal
38-
39-
> [!NOTE]
40-
> Template creation from the developer portal is currently under construction, so these instructions do not work yet
41-
42-
Visit <https://dev-portal.diamond.ac.uk/create> and you will see a list of templates that you can create. Pick the one marked `Python Template` and fill in the details of the project.
43-
4437
## Create a new project from the commandline
4538

4639
You will need to `pip install copier` inside an activated `venv` from python3.11 or later, then you can create a new module via:

docs/tutorials/create-new.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ $ git commit -m "Expand from python-copier-template x.x.x"
2525

2626
## Uploading to GitHub
2727

28-
You can now [create a new blank project on GitHub](https://github.com/new). Choose the same GitHub owner and repo name that you answered in the questions earlier. GitHub will now give you the commands needed to upload your repo from GitHub
28+
If the project is to be under the DiamondLightSource organisation, request a new repository in the [#github-requests Slack channel](https://diamondlightsource.slack.com/archives/C06A18ZPP44) with the given repo name, description and who to add as an owner in addition to yourself. This will be replaced by [a template in the developer-portal in future.](https://github.com/DiamondLightSource/python-copier-template/issues/274)
29+
30+
Else, you can now [create a new blank project on GitHub](https://github.com/new). Choose the same GitHub owner and repo name that you answered in the questions earlier. GitHub will now give you the commands needed to upload your repo from GitHub.
2931

3032
## Settings
3133

0 commit comments

Comments
 (0)