Skip to content

Commit c27105c

Browse files
germa89akaszynski
andauthored
Removing extra templates and improving bug template. (#1281)
* removing extra templates and improving bug template. * Update .github/ISSUE_TEMPLATE/bug.yml Co-authored-by: Alex Kaszynski <[email protected]>
1 parent 8b9e5f2 commit c27105c

File tree

3 files changed

+16
-67
lines changed

3 files changed

+16
-67
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,18 @@ body:
3333
id: steps-to-reproduce
3434
attributes:
3535
label: Steps To Reproduce
36-
placeholder: Please write the steps in a list form
36+
placeholder: |
37+
Please write the steps in a list form e.g.:
38+
* Install this package...
39+
* Run this input file (attached)
40+
* Run the following commands:
41+
```py
42+
mapdl.command1()
43+
mapdl.command2()
44+
...
45+
```
46+
* Check obtained error...
47+
3748
validations:
3849
required: true
3950

@@ -72,6 +83,9 @@ body:
7283
attributes:
7384
label: Installed packages
7485
description: Run `python -m pip freeze` to list installed packages
75-
placeholder: Paste the output of `python -m pip freeze` here
86+
placeholder: |
87+
```text
88+
Paste the output of `python -m pip freeze` here
89+
```
7690
validations:
7791
required: true

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)