From ece021c5fa003e6f0765532da534def3d0c6f20e Mon Sep 17 00:00:00 2001 From: Haider Alshamma Date: Fri, 10 Nov 2023 11:36:17 -0500 Subject: [PATCH] chore: add a needed by field to issue templates --- .github/ISSUE_TEMPLATE/Feature_Request.yaml | 4 ++++ .github/ISSUE_TEMPLATE/Miscellaneous_Request.yaml | 4 ++++ .github/ISSUE_TEMPLATE/Support_Request.yaml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/Feature_Request.yaml b/.github/ISSUE_TEMPLATE/Feature_Request.yaml index b2321f52e..eef996990 100644 --- a/.github/ISSUE_TEMPLATE/Feature_Request.yaml +++ b/.github/ISSUE_TEMPLATE/Feature_Request.yaml @@ -38,6 +38,10 @@ body: - label: Myself - label: DesignOps description: Please check the current Design Ops' [estimated completion time](https://github.com/nulogy/design-system/wiki/How-to-file-NDS-work-request#process) before selecting + - type: input + id: due-date + attributes: + label: When do you need this by? - type: textarea id: screenshots attributes: diff --git a/.github/ISSUE_TEMPLATE/Miscellaneous_Request.yaml b/.github/ISSUE_TEMPLATE/Miscellaneous_Request.yaml index 377fd459d..452ea012f 100644 --- a/.github/ISSUE_TEMPLATE/Miscellaneous_Request.yaml +++ b/.github/ISSUE_TEMPLATE/Miscellaneous_Request.yaml @@ -28,6 +28,10 @@ body: - label: Myself - label: DesignOps description: Please check the current Design Ops' [estimated completion time](https://github.com/nulogy/design-system/wiki/How-to-file-NDS-work-request#process) before selecting + - type: input + id: due-date + attributes: + label: When do you need this by? - type: textarea id: screenshots attributes: diff --git a/.github/ISSUE_TEMPLATE/Support_Request.yaml b/.github/ISSUE_TEMPLATE/Support_Request.yaml index 6cf78c4ef..07bfb2b50 100644 --- a/.github/ISSUE_TEMPLATE/Support_Request.yaml +++ b/.github/ISSUE_TEMPLATE/Support_Request.yaml @@ -20,6 +20,10 @@ body: attributes: label: Is your team blocked from moving forward by the problem described above? placeholder: Tell us if this problem is blocking your team from delivering value to the customer. Is the customer impact high? + - type: input + id: due-date + attributes: + label: When do you need this by? - type: textarea id: additional attributes: