|
1 | 1 | --- |
2 | 2 | name: Bug report |
3 | | -about: Create a report to help us improve |
| 3 | +about: Create a bug report |
4 | 4 | title: '' |
5 | | -labels: bug |
| 5 | +labels: bug, needs triage |
6 | 6 | assignees: '' |
7 | 7 |
|
8 | 8 | --- |
9 | 9 |
|
10 | | -**Describe the bug** |
11 | | -A clear and concise description of what the bug is. |
| 10 | +<!--- Please direct any generic questions related to actions to our support community forum at https://github.community/c/code-to-cloud/github-actions/41 ---> |
| 11 | +<!--- Before opening up a new bug report, please make sure to check for similar existing issues --> |
12 | 12 |
|
13 | | -**Which version of the action are you using?** |
| 13 | +**Description:** |
| 14 | +A clear and concise description of what the bug is. |
14 | 15 |
|
15 | | -- [ ] `v1` |
16 | | -- [ ] `v2` |
17 | | -- [ ] Some other tag (such as `v2.0.1` or `master`) |
| 16 | +**Action version:** |
| 17 | +Specify the action version |
18 | 18 |
|
19 | | -**Environment** |
20 | | -- [ ] self-hosted |
21 | | -- [ ] Linux |
| 19 | +**Platform:** |
| 20 | +- [ ] Ubuntu |
| 21 | +- [ ] macOS |
22 | 22 | - [ ] Windows |
23 | | -- [ ] Mac |
24 | | - |
25 | | -If applicable, please specify if you're using a container |
26 | 23 |
|
27 | | -**Python Versions** |
28 | | -Please list all of the effected versions of Python (`3.8.2`, etc.) |
| 24 | +**Runner type:** |
| 25 | +- [ ] Hosted |
| 26 | +- [ ] Self-hosted |
29 | 27 |
|
30 | | -**To Reproduce** |
31 | | -Steps to reproduce the behavior: |
32 | | -1. Go to '...' |
33 | | -2. Click on '....' |
34 | | -3. Scroll down to '....' |
35 | | -4. See error |
| 28 | +**Tools version:** |
| 29 | +<!--- Please list all of the affected Python versions (`3.8.2`, etc.)--> |
36 | 30 |
|
37 | | -**Run/Repo Url** |
38 | | -If applicable, and if your repo/run is public, please include a URL so it is easier for us to investigate. |
| 31 | +**Repro steps:** |
| 32 | +A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link. |
39 | 33 |
|
40 | | -**Screenshots** |
41 | | -If applicable, add screenshots to help explain your problem. |
| 34 | +**Expected behavior:** |
| 35 | +A description of what you expected to happen. |
42 | 36 |
|
43 | | -**Additional context** |
44 | | -Add any other context about the problem here. |
| 37 | +**Actual behavior:** |
| 38 | +A description of what is actually happening. |
0 commit comments