Skip to content

Commit 188ba5e

Browse files
author
haozhihan
committed
docs: Modify the blank line problem
1 parent cc09161 commit 188ba5e

File tree

4 files changed

+12
-25
lines changed

4 files changed

+12
-25
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,55 +7,44 @@ body:
77
- type: textarea
88
attributes:
99
label: Describe the bug
10-
description: >
11-
A clear and concise description of what the bug is.
12-
The bug may results in:
13-
10+
description: |
11+
A clear and concise description of what the bug is. The bug may results in:
1412
- abnormal interruption of the program,
15-
1613
- systematic or randomized numerical error, or
17-
1814
- relatively low efficiency.
1915
validations:
2016
required: true
2117

2218
- type: textarea
2319
attributes:
2420
label: Expected behavior
25-
description: >
21+
description: |
2622
A clear and concise description of what you expected to happen.
2723
2824
- type: textarea
2925
attributes:
3026
label: To Reproduce
31-
description: >
27+
description: |
3228
Steps to reproduce the behavior:
33-
3429
1. [e.g. clone the source code from ...]
35-
3630
2. [e.g. configure CMake with options ...]
37-
3831
3. [e.g. build ABACUS with ...]
39-
4032
4. [e.g. run ABACUS with ...]
4133
42-
4334
It is recommended to attach your calculation case here for the developers to reproduce the bug.
4435
4536
- type: textarea
4637
attributes:
4738
label: Environment
48-
description: >
39+
description: |
4940
- OS: [e.g. Ubuntu 20.04]
50-
5141
- Compiler: [e.g. gcc 5.1.0]
52-
5342
- Dependencies: [e.g. Intel MKL, OpenBLAS]
5443
5544
- type: textarea
5645
attributes:
5746
label: Additional Context
58-
description: >
47+
description: |
5948
Add any other context about the problem here.
6049
- type: markdown
6150
attributes:

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ body:
88
- type: textarea
99
attributes:
1010
label: Background
11-
description: >
11+
description: |
1212
A clear and concise description of why this new feature is important.
1313
validations:
1414
required: true
1515

1616
- type: textarea
1717
attributes:
1818
label: Describe the solution you'd like
19-
description: >
19+
description: |
2020
A clear and concise description of what you want to happen.
2121
validations:
2222
required: true
2323

2424
- type: textarea
2525
attributes:
2626
label: Additional Context
27-
description: >
27+
description: |
2828
Add any other context or screenshots about the feature request here.
2929
3030
- type: markdown

.github/ISSUE_TEMPLATE/help-wanted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
- type: textarea
99
attributes:
1010
label: Details
11-
description: >
11+
description: |
1212
Want to use ABACUS for certain system? Facing problems when installing ABACUS? Don't know how to choose a good parameter? Feel free to reach us, and we'll do our best to help!
1313
validations:
1414
required: true

.github/ISSUE_TEMPLATE/software-enhancements.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,17 @@ body:
88
- type: textarea
99
attributes:
1010
label: Describe Current Status and Possible Solution
11-
description: >
11+
description: |
1212
A clear and concise description of why this enhancement is important.
13-
1413
Describing the current situation of ABACUS is preferred.
15-
1614
If you have some ideas about how to achieve it, please feel free to comment.
1715
validations:
1816
required: true
1917

2018
- type: textarea
2119
attributes:
2220
label: Additional Context
23-
description: >
21+
description: |
2422
Add any other context or screenshots about the enhancement here.
2523
2624
- type: markdown

0 commit comments

Comments
 (0)