diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..59122984 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +/.github/ @TokTok/admins diff --git a/.github/settings.yml b/.github/settings.yml new file mode 100644 index 00000000..4ea1ac9c --- /dev/null +++ b/.github/settings.yml @@ -0,0 +1,49 @@ +--- +_extends: template + +repository: + name: c-toxcore + description: The future of online communications. + homepage: https://tox.chat/ + topics: toxcore, network, p2p, security, encryption, cryptography + has_issues: true + +branches: + - name: "master" + protection: + required_status_checks: + contexts: + - Codacy/PR Quality Review + - CodeFactor + - Travis CI - Pull Request + - WIP + - "ci/circleci: asan" + - "ci/circleci: tsan" + - code-review/reviewable + - continuous-integration/appveyor/pr + +# Labels specific to c-toxcore. +labels: + - name: "bootstrap" + color: "#01707f" + description: "Bootstrap" + + - name: "crypto" + color: "#1d76db" + description: "Crypto" + + - name: "file transfers" + color: "#e02abf" + description: "File Transfers" + + - name: "messenger" + color: "#d93f0b" + description: "Messenger" + + - name: "network" + color: "#d4c5f9" + description: "Network" + + - name: "toxav" + color: "#0052cc" + description: "Audio/video"