From 9a9d0e6a5f8786662a6f9529e79aff8e9b65468f Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sat, 3 Oct 2020 15:06:01 +0000 Subject: [PATCH] Add .github FossilOrigin-Name: 48f9fdb1d6c61ec591d266179cef15fa9f44ca45ae95cdd301e61d3245aed234 --- .fossil-settings/ignore-glob | 1 + .github/FUNDING.yml | 1 + .github/ISSUE_TEMPLATE/config.yml | 16 ++++++++++++++++ 3 files changed, 18 insertions(+) create mode 100644 .github/FUNDING.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.fossil-settings/ignore-glob b/.fossil-settings/ignore-glob index 63615ee..a7569ab 100644 --- a/.fossil-settings/ignore-glob +++ b/.fossil-settings/ignore-glob @@ -10,6 +10,7 @@ *.so *.so.* */.deps +.deps aclocal.m4 autom4te.cache buildsys.mk diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..e91ec92 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: Midar diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..78f09be --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,16 @@ +blank_issues_enabled: true +contact_links: + - name: New ObjMatrix ticket + url: https://fossil.nil.im/objmatrix/tktnew + about: + Please use this to create a new ticket. You can also report issues on + GitHub, but this is preferred. + - name: Existing ObjMatrix tickets + url: https://fossil.nil.im/objmatrix/reportlist + about: Please use this to look for existing tickets. + - name: ObjMatrix Forum + url: https://fossil.nil.im/objmatrix/forum + about: Please use this if you have questions or want support. + - name: ObjFW Matrix Room + url: https://matrix.to/#/%23objfw:nil.im + about: Please use this for interactive questions and support.