setup-php/.github/ISSUE_TEMPLATE/bug_report.md

43 lines
1.0 KiB
Markdown
Raw Normal View History

2019-09-21 17:53:35 +07:00
---
name: Bug report
2020-05-16 12:58:01 +07:00
about: Nice, you found a bug!
2019-09-21 17:53:35 +07:00
title: ''
2020-06-09 08:34:47 +07:00
labels: 'bug'
2020-05-16 12:58:01 +07:00
assignees: 'shivammathur'
2019-09-21 17:53:35 +07:00
---
**Describe the bug**
2020-05-16 12:58:01 +07:00
<!-- Please describe the bug concisely. -->
2020-06-09 08:34:47 +07:00
**Version**
2020-10-05 15:25:56 +07:00
- [ ] I have checked releases, and the bug exists in the latest patch version of `v1` or `v2`.
2020-06-09 08:34:47 +07:00
- [ ] `v2`
- [ ] `v1`
2020-05-16 12:58:01 +07:00
**Runners**
<!-- Please mark the GitHub Action runner your workflow uses. -->
- [ ] GitHub Hosted
- [ ] Self Hosted
**Operating systems**
<!-- Please mention the operating systems your workflow uses. -->
**PHP versions**
<!-- Please mention the PHP versions your workflow uses. -->
2019-09-21 17:53:35 +07:00
**To Reproduce**
2020-05-16 12:58:01 +07:00
<!-- Please provide the relevant steps of your workflow `.yml` file. -->
2019-09-21 17:53:35 +07:00
**Expected behavior**
2020-05-16 12:58:01 +07:00
<!-- A clear and concise description of what you expected to happen. -->
2019-09-21 17:53:35 +07:00
2020-05-16 12:58:01 +07:00
**Screenshots/Logs**
<!-- If applicable, add screenshots or logs to help explain your problem. -->
2019-09-21 17:53:35 +07:00
**Additional context**
2020-05-16 12:58:01 +07:00
<!-- Add any other context about the problem here. -->
**Are you willing to submit a PR?**
<!-- We accept pull requests targeting the develop branch. -->