From 58d5263b8464e5ca80b9c339130769de91c916e5 Mon Sep 17 00:00:00 2001
From: Cassandra Gould van Praag <casssandra.gouldvanpraag@psych.ox.ac.uk>
Date: Tue, 20 Dec 2022 12:21:46 +0000
Subject: [PATCH] add link to .cff tool

---
 docs/gitlab/repo-include.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/gitlab/repo-include.md b/docs/gitlab/repo-include.md
index 14fd4818..bddbefaf 100644
--- a/docs/gitlab/repo-include.md
+++ b/docs/gitlab/repo-include.md
@@ -42,6 +42,8 @@ This file describes what contributions you would like to this material and how p
 ### CITATION.cff
 This is a standardised file format which provides the exact metadata people will need to cite your repository (using the [doi you generate](../repo-doi)). It is easy to read by machines and humans, and is quickly becoming a sector standard - look out for a CITATION.cff in other software tools you use!
 
+You can generate a CITATION.cff for your project using [this online tool from Citation File Format](https://citation-file-format.github.io/cff-initializer-javascript/#/).
+
 See [The Turing Way](https://the-turing-way.netlify.app/communication/citable/citable-cff.html) for information on what to include in a CITATION.cff file.
 
 ### LICENSE.md
-- 
GitLab