diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..12e4f40726 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' +--- + + diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index c12b5bf986..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,61 +0,0 @@ -name: Bug Report -description: Create a report to help us improve -labels: 'Bug (Potential)' -body: - - type: markdown - attributes: - value: Hi, thank you for taking the time to create an issue! - - type: markdown - attributes: - value: 'Before continuing, you must first have completed all [Troubleshooting Steps](https://docs.directus.io/getting-started/support/#troubleshooting-steps)' - - type: markdown - attributes: - value: Please double check if an issue describing this problem doesn't exist already. - - type: input - attributes: - label: What version of Directus are you using? - description: 'For example: v9.1.4' - validations: - required: true - - type: input - attributes: - label: What version of Node.js are you using? - description: 'For example: 12.0.0' - validations: - required: true - - type: input - attributes: - label: What database are you using? - description: 'For example: Postgres 13, SQLite 3.31.0' - validations: - required: true - - type: input - attributes: - label: What browser are you using? - description: 'For example: Chrome, Safari' - validations: - required: true - - type: input - attributes: - label: What operating system are you using? - description: 'For example: macOS, Windows' - validations: - required: true - - type: input - attributes: - label: How are you deploying Directus? - description: 'For example: running locally, Docker, PaaS' - validations: - required: true - - type: textarea - attributes: - label: Describe the Bug - description: A clear and concise description of what the bug is. - validations: - required: true - - type: textarea - attributes: - label: To Reproduce - description: Steps to reproduce the behavior. Contributors should be able to follow the steps provided in order to reproduce the bug. - validations: - required: true