From 3749fd6da3771b5644fd6450860e813207bdcc8f Mon Sep 17 00:00:00 2001 From: Bader Youssef Date: Fri, 4 Aug 2023 10:36:00 -0400 Subject: [PATCH] add infra --- .github/ISSUE_TEMPLATE/infra-major.md | 12 ++++++++++++ .github/ISSUE_TEMPLATE/infra-minor.md | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/infra-major.md create mode 100644 .github/ISSUE_TEMPLATE/infra-minor.md diff --git a/.github/ISSUE_TEMPLATE/infra-major.md b/.github/ISSUE_TEMPLATE/infra-major.md new file mode 100644 index 000000000..56435e8a4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/infra-major.md @@ -0,0 +1,12 @@ +--- +name: Major Infra Refactor +about: 'For major changes regarding sitewide infrastructure changes.' +title: "[Infra Refactor] TITLE-HERE" +labels: Major Infra Refactor +assignees: '' + +--- + +## Highlight the main issue(s) below: + +## What is the proposed solution? \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/infra-minor.md b/.github/ISSUE_TEMPLATE/infra-minor.md new file mode 100644 index 000000000..e9fe67a4a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/infra-minor.md @@ -0,0 +1,12 @@ +--- +name: Minor Infra Refactor +about: 'For minor changes regarding configuration of Docusaurus and its deployment.' +title: "[Infra Refactor] TITLE-HERE" +labels: Minor Infra Refactor +assignees: '' + +--- + +## Highlight the main issue(s) below: + +## What is the proposed solution? \ No newline at end of file