From a05a9b1728cdf200ec0f6a6ed631b4895b9709cc Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 26 Nov 2021 16:54:26 +0100 Subject: [PATCH] Add templates and workflows for GitHub issues This adds the necessary templates and actions for https://wiki.php.net/rfc/github_issues. --- .github/ISSUE_TEMPLATE/bug_report.yml | 36 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++ .github/ISSUE_TEMPLATE/feature_request.yml | 10 ++++++ .github/workflows/close-needs-feedback.yml | 17 ++++++++++ .github/workflows/remove-needs-feedback.yml | 15 +++++++++ 5 files changed, 83 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml create mode 100644 .github/workflows/close-needs-feedback.yml create mode 100644 .github/workflows/remove-needs-feedback.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000000000..51bfeb9134f1d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,36 @@ +name: Bug report +description: Create a bug report +labels: ["bug", "Status: Needs Triage"] +body: + - type: textarea + attributes: + label: Description + description: "Please provide a minimal way to reproduce the problem and describe what the expected vs actual behavior is. Provide a [3v4l.org](https://3v4l.org/) link if possible." + value: | + The following code: + + ```php +