Skip to content

Commit f3a1748

Browse files
committed
update template report, pull request
1 parent 03ae7c9 commit f3a1748

File tree

4 files changed

+113
-52
lines changed

4 files changed

+113
-52
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
name: 🐛 Bug Report
2+
description: File a bug report
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
Thanks for filing a bug report! This issue tracker is for [CadPythonShell](https://github.com/chuongmep/CadPythonShell).
8+
- type: checkboxes
9+
id: existing-issues
10+
attributes:
11+
label: Search existing issues
12+
options:
13+
- label:
14+
I have searched the issue tracker and confirmed that I was unable to
15+
find existing issues for the problem I am experiencing.
16+
required: true
17+
- type: textarea
18+
id: the-problem
19+
attributes:
20+
label: The problem
21+
description:
22+
Describe the issue you are experiencing with CadPythonShell. Provide a
23+
clear and concise description of what you were trying to do and what
24+
happened, along with any error messages you encountered.
25+
validations:
26+
required: true
27+
- type: input
28+
id: version
29+
attributes:
30+
label: Release version
31+
description:
32+
Open the 'Readme.md CadPythonShell' menu item to see the Cad Python Shell
33+
version.
34+
validations:
35+
required: true
36+
- type: input
37+
id: operating-system
38+
attributes:
39+
label: Operating system
40+
description:
41+
'Enter the specific operating system version you are running (example:
42+
Windows 10)'
43+
validations:
44+
required: true
45+
- type: textarea
46+
id: steps-to-reproduce
47+
attributes:
48+
label: Steps to reproduce the behavior
49+
description: Provide steps to reproduce the problem you are experiencing.
50+
placeholder: |
51+
1. Go to '...'
52+
2. Click on '....'
53+
3. Scroll down to '....'
54+
4. See error
55+
- type: textarea
56+
id: logs
57+
attributes:
58+
label: Log files
59+
description:
60+
Please upload a log file from a day you experienced the issue. To access
61+
the log files go to the menu and select `Help` > `Show Logs`.
62+
placeholder:
63+
You can attach log files by clicking this area to highlight it and then
64+
dragging the files in.
65+
- type: textarea
66+
id: screenshots
67+
attributes:
68+
label: Screenshots
69+
description: Add screenshots to help explain your problem, if applicable.
70+
- type: textarea
71+
id: additional-context
72+
attributes:
73+
label: Additional context
74+
description:
75+
Add any other context about the problem you are experiencing here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: ⭐ Feature Request
2+
description: Submit a feature request
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
Thanks for submitting a feature request! This issue tracker is for [CadPythonShell](https://github.com/chuongmep/CadPythonShell).
8+
- type: checkboxes
9+
id: existing-feature-requests
10+
attributes:
11+
label: Search for existing feature requests
12+
options:
13+
- label:
14+
I have searched the issue tracker and confirmed that I was unable to
15+
find existing issues for the feature I am requesting.
16+
required: true
17+
- type: textarea
18+
id: the-feature-request
19+
attributes:
20+
label: The feature request
21+
description:
22+
Write a clear and concise description of what the feature or problem is.
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: proposed-solution
27+
attributes:
28+
label: Proposed solution
29+
description: Share how this will benefit CadPythonShell and its users.
30+
validations:
31+
required: true
32+
- type: textarea
33+
id: additional-context
34+
attributes:
35+
label: Additional context
36+
description:
37+
Please include any other context, like screenshots or mockups, if
38+
applicable.

0 commit comments

Comments
 (0)