From b8033d1d12ae52d59e1f4e1c5d2c1bf2379350d3 Mon Sep 17 00:00:00 2001 From: Oliver Atkinson Date: Thu, 2 Nov 2023 23:34:49 -0600 Subject: [PATCH] adding templating --- .gitea/template | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/template b/.gitea/template index d598201..b0858c4 100644 --- a/.gitea/template +++ b/.gitea/template @@ -1,2 +1,3 @@ # Use template filling in these files: docker-compose.yaml +README.md diff --git a/README.md b/README.md index 5a7ad7c..201ff79 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# discord-bot-template +# [${REPO_NAME}](${REPO_LINK}) A quick rust-based discord bot template.