diff --git a/bitnami/wordpress/.github/ISSUE_TEMPLATE.md b/bitnami/wordpress/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 91afdfd82d31..000000000000 --- a/bitnami/wordpress/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,22 +0,0 @@ -**Description** - - - -**Steps to reproduce the issue:** - -1. [First Step] -2. [Second Step] -3. [and so on...] - -**Describe the results you received:** - - - -**Describe the results you expected:** - - - -**Additional information you deem important (e.g. issue happens only occasionally, environment details, etc.):** - - - diff --git a/bitnami/wordpress/.github/ISSUE_TEMPLATE/bug_report.yml b/bitnami/wordpress/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 000000000000..658fc40d2d6e --- /dev/null +++ b/bitnami/wordpress/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,41 @@ +name: 🐞 Bug +description: Create a report to help us improve +body: + - type: markdown + attributes: + value: | + Thank you for reporting an issue. Before you open the bug report please review the README file present in the root of this repository. + + Please fill in as much of the following form as you're able. + - type: input + attributes: + label: Name and Version + description: Name and version of the affected container image + placeholder: bitnami/wordpress:1.2.3 + validations: + required: true + - type: textarea + attributes: + label: What steps will reproduce the bug? + description: Enter details about your bug. + placeholder: | + 1. In this environment... + 2. With this config... + 3. Run '...' + 4. See error... + validations: + required: true + - type: textarea + attributes: + label: What is the expected behavior? + description: If possible please provide textual output instead of screenshots. + - type: textarea + attributes: + label: What do you see instead? + description: If possible please provide textual output instead of screenshots. + validations: + required: true + - type: textarea + attributes: + label: Additional information + description: Tell us anything else you think we should know. diff --git a/bitnami/wordpress/.github/ISSUE_TEMPLATE/config.yml b/bitnami/wordpress/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000000..3ba13e0cec6c --- /dev/null +++ b/bitnami/wordpress/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/bitnami/wordpress/.github/ISSUE_TEMPLATE/feature_request.yml b/bitnami/wordpress/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 000000000000..7c812014aa08 --- /dev/null +++ b/bitnami/wordpress/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,29 @@ +name: "\U0001F680 Feature request" +description: Suggest an idea for this project +body: + - type: markdown + attributes: + value: | + Thank you for suggesting an idea to improve this Bitnami container image. + Please fill in as much of the following form as you're able. + - type: input + attributes: + label: Name and Version + description: Name and version of the affected container image + placeholder: bitnami/wordpress:1.2.3 + validations: + required: true + - type: textarea + attributes: + label: What is the problem this feature will solve? + validations: + required: true + - type: textarea + attributes: + label: What is the feature you are proposing to solve the problem? + description: Describe the requests. If you already have something in mind... PRs are welcome! + validations: + required: true + - type: textarea + attributes: + label: What alternatives have you considered?