mirror of
https://github.com/actions/setup-python.git
synced 2025-04-19 19:33:29 +00:00
Update bug_report.md
This commit is contained in:
parent
fe839b4a8f
commit
3fe9cb4636
50
.github/ISSUE_TEMPLATE/bug_report.md
vendored
50
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,44 +1,38 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
about: Create a bug report
|
||||||
title: ''
|
title: ''
|
||||||
labels: bug
|
labels: bug, needs triage
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Describe the bug**
|
<!--- Please direct any generic questions related to actions to our support community forum at https://github.community/c/code-to-cloud/github-actions/41 --->
|
||||||
|
<!--- Before opening up a new bug report, please make sure to check for similar existing issues -->
|
||||||
|
|
||||||
|
**Description:**
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
**Which version of the action are you using?**
|
**Action version:**
|
||||||
|
Specify the action version
|
||||||
|
|
||||||
- [ ] `v1`
|
**Platform:**
|
||||||
- [ ] `v2`
|
- [ ] Ubuntu
|
||||||
- [ ] Some other tag (such as `v2.0.1` or `master`)
|
- [ ] macOS
|
||||||
|
|
||||||
**Environment**
|
|
||||||
- [ ] self-hosted
|
|
||||||
- [ ] Linux
|
|
||||||
- [ ] Windows
|
- [ ] Windows
|
||||||
- [ ] Mac
|
|
||||||
|
|
||||||
If applicable, please specify if you're using a container
|
**Runner type:**
|
||||||
|
- [ ] Hosted
|
||||||
|
- [ ] Self-hosted
|
||||||
|
|
||||||
**Python Versions**
|
**Tools version:**
|
||||||
Please list all of the effected versions of Python (`3.8.2`, etc.)
|
<!--- Please list all of the affected Python versions (`3.8.2`, etc.)-->
|
||||||
|
|
||||||
**To Reproduce**
|
**Repro steps:**
|
||||||
Steps to reproduce the behavior:
|
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.
|
||||||
1. Go to '...'
|
|
||||||
2. Click on '....'
|
|
||||||
3. Scroll down to '....'
|
|
||||||
4. See error
|
|
||||||
|
|
||||||
**Run/Repo Url**
|
**Expected behavior:**
|
||||||
If applicable, and if your repo/run is public, please include a URL so it is easier for us to investigate.
|
A description of what you expected to happen.
|
||||||
|
|
||||||
**Screenshots**
|
**Actual behavior:**
|
||||||
If applicable, add screenshots to help explain your problem.
|
A description of what is actually happening.
|
||||||
|
|
||||||
**Additional context**
|
|
||||||
Add any other context about the problem here.
|
|
Loading…
Reference in New Issue
Block a user