From 69f98e507203fff431248264edf97fc553f52eb6 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Thu, 22 Aug 2024 09:50:59 +0200 Subject: [PATCH] add estimate to issue template checklist --- .github/ISSUE_TEMPLATE/bug-report.md | 1 + .github/ISSUE_TEMPLATE/feature-request.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 9cb089d1f23..8b6a60b1fa2 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -39,3 +39,4 @@ ____ - [ ] Not duplicate issue - [ ] Appropriate labels applied - [ ] Appropriate contributors tagged/assigned +- [ ] Estimate provided \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 4e7e7aa42dc..243feb36cd8 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -37,3 +37,4 @@ ____ - [ ] Not duplicate issue - [ ] Appropriate labels applied - [ ] Appropriate contributors tagged/assigned +- [ ] Estimate provided