Skip to content

Commit 35e7be4

Browse files
authored
Merge pull request #1478 from playframework/xael-fry-patch-1
Update issue templates
2 parents 3569830 + 986cb02 commit 35e7be4

File tree

3 files changed

+84
-2
lines changed

3 files changed

+84
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
12+
If you are reporting a bug, please be informative. This template can guide you to provide basic information, but you are not limited to that.
13+
14+
### Are you looking for help?
15+
16+
This is an issue tracker, used to manage and track the development of Play. It is not a support system and so it is not a place to ask questions or get help. If you're not sure if you have found a bug, or if you have a feature request, the best place to start is with either the [Play Forum](https://github.com/playframework/playframework/discussions) or [Stack Overflow](http://stackoverflow.com/questions/ask?tags=playframework).
17+
18+
-->
19+
20+
### Play Version
21+
22+
<!-- The Play version used -->
23+
24+
25+
**Describe the bug**
26+
A clear and concise description of what the bug is.
27+
28+
**To Reproduce**
29+
Steps to reproduce the behavior:
30+
1. Go to '...'
31+
2. Click on '....'
32+
3. Scroll down to '....'
33+
4. See error
34+
35+
or
36+
37+
Please provide a PR with a failing test.
38+
39+
If the issue is more complex or requires configuration, please provide a link to a project on Github that reproduces the issue.
40+
41+
42+
**Expected behavior**
43+
A clear and concise description of what you expected to happen.
44+
45+
**Screenshots**
46+
If applicable, add screenshots to help explain your problem.
47+
48+
**Desktop (please complete the following information):**
49+
- OS: [e.g. iOS]: Use `uname -a` if on Linux.
50+
- Browser [e.g. chrome, safari]
51+
- Version [e.g. 22]
52+
- JDK [e.g 17]: Paste the output from `java -version` at the command line.
53+
54+
**Smartphone (please complete the following information):**
55+
- Device: [e.g. iPhone6]
56+
- OS: [e.g. iOS8.1]
57+
- Browser [e.g. stock browser, safari]
58+
- Version [e.g. 22]
59+
60+
**Additional context**
61+
Add any other context about the problem here.
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.github/release-drafts/increasing-minor-version.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
_extends: .github:.github/release-drafts/increasing-minor-version.yml
1+
name-template: 'Play $NEXT_PATCH_VERSION'
2+
tag-template: '$NEXT_PATCH_VERSION'
23
template: |
34
# :mega: Play $NEXT_MINOR_VERSION Released
45
@@ -21,7 +22,7 @@ template: |
2122
2223
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).
2324
24-
## 🙇 Thanks to our contributors
25+
## :bow: Thanks to our contributors
2526
2627
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.
2728
Special thanks to all code contributors who helped with this particular release (they are listed below)!

0 commit comments

Comments
 (0)