diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/issue.yml similarity index 81% rename from .github/ISSUE_TEMPLATE/BUG_REPORT.yml rename to .github/ISSUE_TEMPLATE/issue.yml index 0eda947..8ac1fd1 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -1,12 +1,12 @@ -name: "\U0001F41E Bug Report" -description: Create a report to help us improve the container -title: "[Bug]: " -labels: ["bug"] +name: "\U0001F6A8 Technical issue" +description: +title: "[Issue]: " +labels: ["issue"] body: - type: checkboxes attributes: label: Is there an existing issue for this? - description: Please search to see if an issue already exists for the bug you encountered. + description: Please search to see if a solution already exists for your issue. options: - label: I have searched the existing issues required: true @@ -30,8 +30,8 @@ body: id: docker attributes: label: Docker version - description: The version of Docker (as shown by `docker -v`). - placeholder: e.g. Docker version 26.0.1, build d260a54 + description: The version of the Docker engine (as shown by `docker -v`). + placeholder: e.g. 26.0.1 validations: required: true - type: textarea