From f6f9d5acb95cf4620f372cbe7b55a529b3c07d29 Mon Sep 17 00:00:00 2001 From: Alex Ch Date: Sun, 3 Mar 2024 14:59:00 +0100 Subject: [PATCH 1/2] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 61 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++ 2 files changed, 81 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..7e97868b38 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,61 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + + + +### Play Version + + + + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +or + +Please provide a PR with a failing test. + +If the issue is more complex or requires configuration, please provide a link to a project on Github that reproduces the issue. + + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS]: Use `uname -a` if on Linux. + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + - JDK [e.g 17]: Paste the output from `java -version` at the command line. + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..bbcbbe7d61 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From 986cb0208db5fffe6e0fe70850eee2798e61e011 Mon Sep 17 00:00:00 2001 From: Alexandre Chatiron Date: Sun, 3 Mar 2024 15:17:35 +0100 Subject: [PATCH 2/2] feat(release-drafts): remove extends --- .github/release-drafts/increasing-minor-version.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/release-drafts/increasing-minor-version.yml b/.github/release-drafts/increasing-minor-version.yml index 7abc12ecb6..2982d45995 100644 --- a/.github/release-drafts/increasing-minor-version.yml +++ b/.github/release-drafts/increasing-minor-version.yml @@ -1,4 +1,5 @@ -_extends: .github:.github/release-drafts/increasing-minor-version.yml +name-template: 'Play $NEXT_PATCH_VERSION' +tag-template: '$NEXT_PATCH_VERSION' template: | # :mega: Play $NEXT_MINOR_VERSION Released @@ -21,7 +22,7 @@ template: | For more details see the [full list of changes](https://github.com/playframework/play1/compare/$PREVIOUS_TAG...$NEXT_MINOR_VERSION/) and the [$NEXT_MINOR_VERSION milestone](https://github.com/playframework/play1/issues?page=1&q=milestone%3A%22$NEXT_MINOR_VERSION%22). - ## 🙇 Thanks to our contributors + ## :bow: Thanks to our contributors Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors. Special thanks to all code contributors who helped with this particular release (they are listed below)!