wlitke / translator

Translator application
2 stars 0 forks source link

Hinzufügen einer CODEOWNERS Datei #10

Closed wlitke closed 1 year ago

wlitke commented 1 year ago

Damit bei Pull Requests per Default ein Benutzer eingetragen wird (der Benachrichtigung wegen) muss eine CODEOWNERS Datei angelegt werden.

Datei Dokumentation: https://docs.github.com/en/enterprise/2.18/user/github/creating-cloning-and-archiving-repositories/about-code-owners

Für dieses Projekt wäre folgender Datei-Inhalt ausreichend:

# This is a comment.
# Each line is a file pattern followed by one or more owners.

# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
*       @wlitke
eppstephan commented 1 year ago

Added CODEOWNERS file in the root of the repo

eppstephan commented 1 year ago

@wlitke Geschlossen, ich hoffe das war in Ordnung