You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,11 @@ category:
18
18
19
19
Default community health files are a set of predefined files that provide guidance and templates for maintaining a healthy and collaborative open source project. These files help you automate and standardize various aspects of your project's development and community interaction, promoting transparency, good practices, and collaboration.
20
20
21
-
You can add default community health files to a repository called `.github`. {% ifversion ghec %}For an {% data variables.enterprise.prodname_emu_org %}, the `.github` repository must be **internal**. For all other accounts, the `.github` repository must be **public**.{% else %}The `.github` repository must be **public**.{% endif %}
21
+
You can add default community health files to a repository called `.github`. {% ifversion ghec %}For an {% data variables.enterprise.prodname_emu_org %}, the `.github` repository must be **internal**. For all other eligible accounts, the `.github` repository must be **public**.{% else %}The `.github` repository must be **public**.{% endif %}
22
+
23
+
{% ifversion ghec %}
24
+
>[!NOTE] A {% data variables.enterprise.prodname_managed_user %} cannot host default community health files for their personal account because their personal `.github` repository can only be private.
25
+
{% endif %}
22
26
23
27
{% data variables.product.github %} will use and display default files for any repository owned by the account, regardless of the destination repository's visibility, that does not have its own file of that type. For supported files that can be stored in more than one location, {% data variables.product.github %} uses the following order of precedence:
24
28
@@ -72,11 +76,11 @@ You cannot create a default license file. License files must be added to individ
72
76
## Creating a repository for default files
73
77
74
78
{% data reusables.repositories.create_new %}
75
-
1. Use the **Owner** drop-down menu, and select the organization or personal account you want to create default files for.
79
+
1. Use the **Owner** drop-down menu, and select the organization or personal account you want to create default files for. {% ifversion ghec %}If you are signed in with a {% data variables.enterprise.prodname_managed_user %}, you must select an organization.{% endif %}
76
80

77
81
1. In the "Repository name" field, type **.github**.
78
82
1. Optionally, in the "Description" field, type a description.
79
-
1. {% ifversion ghec %}If you are creating the repository for an {% data variables.enterprise.prodname_emu_org %}, set the repository status to **Internal**. For any other account, set the status to **Public**.{% else %}Make sure the repository status is set to **Public**.{% endif %} A repository for default files cannot be private.
83
+
1. {% ifversion ghec %}If you are creating the repository for an {% data variables.enterprise.prodname_emu_org %}, set the repository status to **Internal**. For any other eligible account, set the status to **Public**.{% else %}Make sure the repository status is set to **Public**.{% endif %} A repository for default files cannot be private.
80
84
{% data reusables.repositories.initialize-with-readme %}
81
85
{% data reusables.repositories.create-repo %}
82
86
1. In the repository, create one of the supported community health files. Discussion category forms must be in a folder called `.github/DISCUSSION_TEMPLATE`. Issue templates and their configuration file must be in a folder called `.github/ISSUE_TEMPLATE`. {% ifversion fpt or ghec %}A `FUNDING.yml` file must be in the `.github` folder. {% endif %}All other supported files may be in the root of the repository, the `.github` folder, or the `docs` folder. For more information, see [AUTOTITLE](/repositories/working-with-files/managing-files/creating-new-files).
// {% data variables.product.prodname_ghe_server %} 3.24{% endif %} have
1957
+
// wildcard matching enabled...
1958
+
content=content.replaceAll(
1959
+
'2026{% else %}{% data variables.product.prodname_ghe_server %}년 8월 3일 3.24{% endif %} 이전에 {% ifversion fpt or ghec %}단일 콜백 URL을 사용하도록 설정된 앱에는 해당 콜백 URL에 대해 와일드카드 일치가 활성화되어 있습니다.',
1960
+
'{% ifversion fpt or ghec %}2026년 8월 3일{% else %}{% data variables.product.prodname_ghe_server %} 3.24{% endif %} 이전에 단일 콜백 URL을 사용하도록 설정된 앱에는 해당 콜백 URL에 대해 와일드카드 일치가 활성화되어 있습니다.',
0 commit comments