From 3800cbbde923f6f2926ae22c1884da3af87b3b49 Mon Sep 17 00:00:00 2001 From: jrcleber Date: Wed, 29 May 2024 17:43:43 +0000 Subject: [PATCH] Adds templates for Bug Report and Feature Request - Creates a template for Bug Report with the following fields: - Terms of acceptance - Detailed description of the problem - Expectation versus observation - Screenshots/videos - API version - Environment - Additional environment specifications - Logs (if applicable) - Additional notes - Create a template for Resource Request with the following fields: - Terms of acceptance - Type of resource - Motivation for the request - Usage examples - Development ideas - Additional notes --- .github/ISSUE_TEMPLATE/bug_report_en.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_en.yaml b/.github/ISSUE_TEMPLATE/bug_report_en.yaml index 2e20d2ad..9bf8a318 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_en.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report_en.yaml @@ -38,7 +38,7 @@ body: label: I have searched for similar issues on [GitHub](https://github.com/code-chat-br/whatsapp-api/issues) and found none. description: Search both open and closed issues. options: - - label: Yes + - label: 'Yes' required: true - type: markdown