Informationen zu Standard-Community-Unterstützungsdateien
You can add default community health files to the root of a public repository called .github
that is owned by an organization or user account.
GitHub Enterprise Server will use and display default files for any repository owned by the account that does not have its own file of that type in any of the following places:
- im Root des Repositorys
- im Ordner
.github
- im Ordner
docs
For example, anyone who creates an issue or pull request in a repository that does not have its own CONTRIBUTING file will see a link to the default CONTRIBUTING file. If a repository has any files in its own .github/ISSUE_TEMPLATE
folder, including issue templates or a config.yml file, none of the contents of the default .github/ISSUE_TEMPLATE
folder will be used.
Standarddateien sind nicht in Klonen, Paketen oder Downloads von einzelnen Repositorys enthalten, da sie nur im .github
-Repository gespeichert sind.
Unterstützte Dateitypen
You can create defaults in your organization or user account for the following community health files:
Community-Unterstützungsdatei | Beschreibung |
---|---|
CONTRIBUTING.md | Eine CONTRIBUTING-Datei erläutert, wie zu Deinem Projekt beigetragen werden soll. For more information, see "Setting guidelines for repository contributors." |
Issue and pull request templates and config.yml | Mit den Vorlagen für Issues und Pull Requests kannst Du die Informationen anpassen und standardisieren, die Mitarbeiter beim Öffnen von Issues und Pull Requests in Deinem Repository berücksichtigen sollen. Weitere Informationen findest Du unter „Informationen zu Vorlagen für Issues und Pull Requests“. |
SUPPORT.md | Mit einer SUPPORT-Datei kannst Du anderen mitteilen, wie sie Unterstützung bei Deinem Projekt erhalten können. Weitere Informationen findest Du unter „Support-Ressourcen zu Deinem Projekt hinzufügen.“ |
Du kannst keine Standard-Lizenzdatei erstellen. Lizenzdateien müssen zu individuellen Repositorys hinzugefügt werden, damit die Datei bei Klonen, Paketieren und Herunterladen des Projekts enthalten ist.
Ein Repository für Standarddateien erstellen
- Benutze in der oberen rechten Ecke einer beliebigen Seite das -Dropdownmenü und wähle New Repository (Neues Repository).
- Use the Owner drop-down menu, and select the organization or user account you want to create default files for.
- Gib .github als Namen für Dein Repository sowie optional eine Beschreibung ein.
- Make sure the repository status is set to Public (a repository for default files cannot be private).
- Wähle Initialize this repository with a README (Dieses Repository mit einer README-Datei initialisieren).
- Click Create repository.
- Erstelle im Repository eine der möglichen Community-Unterstützungsdateien. Issue templates and their configuration file must be in a folder called
.github/ISSUE_TEMPLATE
. Alle anderen unterstützten Dateien müssen sich im Root des Repositorys befinden. Weitere Informationen findest Du unter „Neue Dateien erstellen.“