Internal Org wide issue templates #183776
Replies: 3 comments
-
|
If you want to standardize issue templates across a bunch of repositories in a GitHub Enterprise organization, GitHub already gives you a built-in way to do this. The simplest and best approachCreate a repository in your organization called GitHub automatically looks at this repo for “community health” files, including issue templates. If you put your templates in: they’ll show up in every repository in the organization, as long as that repo doesn’t define its own templates. This lets you manage everything in one place instead of copying templates into dozens of repos. What if the
|
Beta Was this translation helpful? Give feedback.
-
|
You can standardize issue templates across an entire GitHub Enterprise org using built-in GitHub behavior—no automation required. The correct approachCreate a repository named exactly: {org}/.github Place your templates here: .github/
GitHub automatically applies these templates to every repository in the organization that does not define its own This same mechanism also applies to:
Internal visibilityAn internal
You only need a public
|
Beta Was this translation helpful? Give feedback.
-
|
You can standardize issue templates across multiple repositories by using an organization-level |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
I manage a GitHub enterprise account with one organization for a small dev team.
Beta Was this translation helpful? Give feedback.
All reactions