From dc990f4d26fb2829514ba8fe0cbece95916a712d Mon Sep 17 00:00:00 2001 From: Midia Kiasat Date: Mon, 2 Mar 2026 20:10:05 +0100 Subject: [PATCH] chore: add community meta files --- .github/FUNDING.yml | 1 + CITATION.cff | 8 ++++++++ SUPPORT.md | 4 ++++ 3 files changed, 13 insertions(+) create mode 100644 .github/FUNDING.yml create mode 100644 CITATION.cff create mode 100644 SUPPORT.md diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..c124ed7 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: [] diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..85582bc --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,8 @@ +cff-version: 1.2.0 +title: Verifrax +message: If you use this software, please cite it. +type: software +authors: + - name: Verifrax +repository-code: https://github.com/Verifrax +url: https://verifrax.github.io/VERIFRAX-DOCS/ diff --git a/SUPPORT.md b/SUPPORT.md new file mode 100644 index 0000000..ccc8cad --- /dev/null +++ b/SUPPORT.md @@ -0,0 +1,4 @@ +# Support + +Use GitHub Issues for bugs and feature requests. +For security issues, follow SECURITY.md.