From a8c08e6a6c133cd21a565d7893be5cdbacf519cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E9=9B=81=20Cryolitia?= Date: Fri, 24 May 2024 09:59:54 +0800 Subject: [PATCH] docs: add CITATION by user required follows: https://docs.github.com/zh/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files --- CITATION.cff | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000000..7b01d1c60f --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,17 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: MaaAssistantArknights +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - name: Maa Team + website: 'https://maa.plus/' + date-start: '2021-07-10' +repository-code: >- + https://github.com/MaaAssistantArknights/MaaAssistantArknights/ +url: 'https://maa.plus/' +license: AGPL-3.0-only