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 52e64b1 commit 3fbebddCopy full SHA for 3fbebdd
.github/CODEOWNERS
@@ -0,0 +1 @@
1
+/.github/ @TokTok/admins
.github/settings.yml
@@ -0,0 +1,19 @@
+---
2
+_extends: template
3
+
4
+repository:
5
+ name: go-toxcore-c
6
+ description: The golang bindings for libtoxcore (Project Tox).
7
+ topics: toxcore
8
+ has_issues: true
9
10
+branches:
11
+ - name: "master"
12
+ protection:
13
+ required_status_checks:
14
+ contexts:
15
+ - Codacy/PR Quality Review
16
+ - Travis CI - Pull Request
17
+ - WIP
18
+ - code-review/reviewable
19
+ - license/cla
0 commit comments