Skip to content

Commit dae3abb

Browse files
patrick-knightmchammer01jc-clarksophietheking
authored
Custom repo properties on repo creation (#51841)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com> Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com>
1 parent 6849380 commit dae3abb

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

content/repositories/creating-and-managing-repositories/creating-a-new-repository.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ topics:
4747
* You can create a _.gitignore_ file, which is a set of ignore rules. For more information, see "[AUTOTITLE](/get-started/getting-started-with-git/ignoring-files)."{% ifversion fpt or ghec %}
4848
* You can choose to add a software license for your project. For more information, see "[AUTOTITLE](/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository)."{% endif %}
4949
{% data reusables.repositories.select-marketplace-apps %}
50+
{%- ifversion custom-properties-on-create %}
51+
1. If custom properties are required for repository creation, set the required properties for the repository. For more information, see "[AUTOTITLE](/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization)."{% endif %}
5052
{% data reusables.repositories.create-repo %}
5153
{% ifversion fpt or ghec %}
5254
1. At the bottom of the resulting Quick Setup page, under "Import code from an old repository", you can choose to import a project to your new repository. To do so, click **Import code**.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Reference: #15332
2+
# Allows actors with the ability to create repos to be required to enter custom properties on repo creation.
3+
versions:
4+
ghec: '*'
5+
ghes: '>= 3.15'

0 commit comments

Comments
 (0)