diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index ed1cc118..e465d9a0 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,55 +1,41 @@ +--- name: Bug report -description: Report a bug with the Force UI Library -labels: ['[Type] Bug'] -body: - - type: textarea - attributes: - label: Description - description: Please write a brief description of the bug, including what you expect to happen and what is currently happening. - placeholder: | - Feature '...' is not working properly. I expect '...' to happen, but '...' happens instead - validations: - required: true - - - type: textarea - attributes: - label: Step-by-step reproduction instructions - description: Please write the steps needed to reproduce the bug. - placeholder: | - 1. Go to '...' - 2. Click on '...' - 3. Scroll down to '...' - validations: - required: true - - - type: textarea - attributes: - label: Screenshots, screen recording, code snippet - description: | - If possible, please upload a screenshot or screen recording which demonstrates the bug. You can use LIEcap to create a GIF screen recording: https://www.cockos.com/licecap/ - Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. - If this bug is to related to a developer API, please share a code snippet that demonstrates the issue. For small snippets paste it directly here, or you can use GitHub Gist to share multiple code files: https://gist.github.com - Please ensure the shared code can be used by a developer to reproduce the issue—ideally it can be copied into a local development environment or executed in a browser console to help debug the issue - validations: - required: false - - - type: textarea - attributes: - label: Environment info - description: | - Please list what Force UI version you are using. - placeholder: | - - WordPress version, Force UI version, and active Theme you are using. - - Browser(s) are you seeing the problem on. - - Device you are using and operating system (e.g. "Desktop with Windows 10", "iPhone with iOS 14", etc.). - validations: - required: false - - - type: checkboxes - id: existing - attributes: - label: Please confirm that you have searched existing issues in the repo. - description: You can do this by searching https://github.com/brainstormforce/force-ui/issues and making sure the bug is not related to another plugin. - options: - - label: 'Yes' - required: true \ No newline at end of file +about: Report a bug with the Force UI library. +labels: "[Type] Bug" + +--- + + + +## Description + + +## Step-by-step reproduction instructions + + +## Expected behaviour + + +## Actual behaviour + + +## Screenshots or screen recording (optional) + \ No newline at end of file