From 1403796ef9a02265e05eb2dcf57273a4dc5fa7bf Mon Sep 17 00:00:00 2001 From: Jacopo Notarstefano Date: Mon, 16 Jul 2018 03:36:26 +0200 Subject: [PATCH] github: add Githubfile --- .github/Githubfile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/Githubfile diff --git a/.github/Githubfile b/.github/Githubfile new file mode 100644 index 0000000..e268ea0 --- /dev/null +++ b/.github/Githubfile @@ -0,0 +1,9 @@ +[core] +owner = jacquerie +repo = github-file +description = Configure your GitHub repository from a file, + without having to click around in the UI. + +[features] +has_issues = true +has_wiki = false