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: