From d9f772dd2c42ee943c76701e5e2ef54b9b7118dc Mon Sep 17 00:00:00 2001 From: Arthur Casals Date: Wed, 7 Oct 2020 21:45:24 +0200 Subject: [PATCH 1/2] Update creating-a-default-community-health-file.md Fixes #163 --- .../creating-a-default-community-health-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/github/building-a-strong-community/creating-a-default-community-health-file.md b/content/github/building-a-strong-community/creating-a-default-community-health-file.md index 055aa57b39ab..812e7dbd3ca4 100644 --- a/content/github/building-a-strong-community/creating-a-default-community-health-file.md +++ b/content/github/building-a-strong-community/creating-a-default-community-health-file.md @@ -44,7 +44,7 @@ You cannot create a default license file. License files must be added to individ ![Owner drop-down menu](/assets/images/help/repository/create-repository-owner.png) 3. Type **.github** as the name for your repository, and an optional description. ![Create repository field](/assets/images/help/repository/default-file-repository-name.png) -4. Choose to make the repository public. +4. Make sure the repository status is set to "public" (a repository for default files cannot be private). ![Radio buttons to select private or public status](/assets/images/help/repository/create-repository-public-private.png) {% data reusables.repositories.initialize-with-readme %} {% data reusables.repositories.create-repo %} From 2079771ace4bcf6bff25e7a42630f499bed9b7a7 Mon Sep 17 00:00:00 2001 From: Arthur Casals Date: Thu, 15 Oct 2020 12:51:23 +0200 Subject: [PATCH 2/2] Update creating-a-default-community-health-file.md Updated with requested changes --- .../creating-a-default-community-health-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/github/building-a-strong-community/creating-a-default-community-health-file.md b/content/github/building-a-strong-community/creating-a-default-community-health-file.md index 812e7dbd3ca4..bab64b27eba2 100644 --- a/content/github/building-a-strong-community/creating-a-default-community-health-file.md +++ b/content/github/building-a-strong-community/creating-a-default-community-health-file.md @@ -44,7 +44,7 @@ You cannot create a default license file. License files must be added to individ ![Owner drop-down menu](/assets/images/help/repository/create-repository-owner.png) 3. Type **.github** as the name for your repository, and an optional description. ![Create repository field](/assets/images/help/repository/default-file-repository-name.png) -4. Make sure the repository status is set to "public" (a repository for default files cannot be private). +4. Make sure the repository status is set to **Public** (a repository for default files cannot be private). ![Radio buttons to select private or public status](/assets/images/help/repository/create-repository-public-private.png) {% data reusables.repositories.initialize-with-readme %} {% data reusables.repositories.create-repo %}