We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc98de9 commit f4dd84cCopy full SHA for f4dd84c
.github/CODEOWNERS
@@ -0,0 +1 @@
1
+/.github/ @TokTok/admins
.github/settings.yml
@@ -0,0 +1,22 @@
+---
2
+_extends: template
3
+
4
+repository:
5
+ name: py-toxcore-c
6
+ description: Python binding for Project-Tox the skype replacement.
7
+ topics: toxcore, python, ffi
8
+ has_issues: true
9
10
+branches:
11
+ - name: "master"
12
+ protection:
13
+ required_status_checks:
14
+ contexts:
15
+ - Codacy/PR Quality Review
16
+ - CodeFactor
17
+ - Docker Build
18
+ - Travis CI - Pull Request
19
+ - WIP
20
+ - code-review/reviewable
21
+ - coverage/coveralls
22
+ - license/cla
0 commit comments