diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c9e9e59..6036098 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -14,17 +14,9 @@ A clear and concise description of what the bug is. Steps to reproduce the behavior: -1. Prepare templates: - - ```txt - This is my {{ template }} - ``` - -2. Run with args/config: - - ```shell - npx formplex-react@latest -t input -o output TplName - ``` +1. ... +2. ... +3. ... #### Expected behavior\*\* @@ -32,15 +24,16 @@ A clear and concise description of what you expected to happen. #### Logs -If applicable, paste your logs to help explain your problem. To see more logs, run the scaffold with -`-v 1` to enable debug logging. +If applicable, paste your logs to help explain your problem. #### Desktop (please complete the following information): - OS: [e.g. macOS, Windows, Linux] - OS Version: [e.g. Big Sur, 11, Ubuntu 20.04] - Node.js: [e.g. 16.8] -- Simple Scaffold Version [e.g. 1.1.2] +- Browser: [e.g. Chrome, Firefox, Edge] +- Browser Version: [e.g. 59.0.0.0] +- FormPlex-React Version [e.g. 1.0.0] #### Additional context