diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a16bed13..96af4887 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,34 +1,36 @@ --- name: Bug report about: Create a report to help us improve -title: "[BUG] " +title: '[BUG] ' labels: bug assignees: '' - --- ## Environment + Please provide as many details as you can: - Hosting type - [x] Form.io - [ ] Local deployment - - Version: + - Version: - Formio.js version: - Frontend framework: - Browser: - Browser version: ## Steps to Reproduce -1. -2. -3. + +1. +2. +3. ## Expected behavior ## Observed behavior ## Example + If possible, please provide a screenshot, live example (via [JSFiddle](https://jsfiddle.net/) or similar), and/or example code to help demonstrate the issue. For code or form JSON, please enclose in a code block: diff --git a/.github/ISSUE_TEMPLATE/custom-components-support-request.md b/.github/ISSUE_TEMPLATE/custom-components-support-request.md index e75fe5cc..3fb9eb68 100644 --- a/.github/ISSUE_TEMPLATE/custom-components-support-request.md +++ b/.github/ISSUE_TEMPLATE/custom-components-support-request.md @@ -1,10 +1,9 @@ --- name: Custom Components Support Request about: Questions about Custom Components -title: "[Custom Components] " +title: '[Custom Components] ' labels: 'question, scope: community, scope: custom components' assignees: '' - ---