From 05737bcde861f44eca9df6b12f2ba577486f0290 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Thu, 2 Oct 2025 20:47:37 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/add-a-project.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/add-a-project.md diff --git a/.github/ISSUE_TEMPLATE/add-a-project.md b/.github/ISSUE_TEMPLATE/add-a-project.md new file mode 100644 index 0000000..6b0333e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/add-a-project.md @@ -0,0 +1,18 @@ +--- +name: Add a project +about: Add a new project to the list +title: add [PROJECT_NAME] +labels: pending-evaluation +assignees: '' + +--- + +Repository link: +Description: +Author: + +Or directly write it: + +```markdown +[REPO](https://github.com/AUTHOR/REPO) - DESCRIPTION. By [@AUTHOR](https://github.com/AUTHOR) +```