From a6e8ae9b0bcb66df1391c549134fa07707fb943a Mon Sep 17 00:00:00 2001 From: THIVEND Date: Fri, 8 Apr 2022 23:35:36 +0200 Subject: [PATCH] :construction_worker: Add template for Repo architecture modifications --- .../ISSUE_TEMPLATE/Repo_architecture_changes.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Repo_architecture_changes.md diff --git a/.github/ISSUE_TEMPLATE/Repo_architecture_changes.md b/.github/ISSUE_TEMPLATE/Repo_architecture_changes.md new file mode 100644 index 0000000..a1e80e6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Repo_architecture_changes.md @@ -0,0 +1,15 @@ +--- +name: Project refactoring +about: All issues concerning CI/CD, improvements of documentation, development setup etc. 🔧 + +--- + +**Describe the change and why it is needed** +A clear and concise description of the improvement you're asking for. + + +**Additional context** +Add any other context about the problem here. + +Thanks for contributing to ClassQuiz! +