Skip to content

Commit e1cfa98

Browse files
committed
Change horizontal rule style and fix lint errors
1 parent cfb2296 commit e1cfa98

File tree

3 files changed

+36
-15
lines changed

3 files changed

+36
-15
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,89 @@
11

22
## Checklist
3+
34
> Please ensure the following tasks are completed before filing an issue.
45
56
* [ ] Searched for existing issues and pull requests.
67
* [ ] If this is a feature request, the issue name begins with `RFC: `.
78

89

910
## Description
11+
1012
> Description of the issue (or feature request).
1113
1214
Encountered an error when .
1315

1416

1517
## Related Issues
18+
1619
> Does this issue (or featured request) have any related issues?
1720
1821
Related issues # , # , and # .
1922

2023

2124
## Questions
25+
2226
> Any questions for reviewers?
2327
2428
No.
2529

2630

2731
## Other
32+
2833
> Any other information relevant to this issue (or feature request)? This may include screenshots, references, stack traces, sample output, and/or implementation notes.
2934
3035

3136
#### Demo
37+
3238
> If relevant, provide a link to a live demo.
3339
3440
For a live demo of the issue, see
35-
*
41+
42+
* (link)
3643

3744

3845
#### Reproduction
46+
3947
> If this issue is a bug report, what steps are required to reproduce the unexpected output? (If this is a feature request, remove this section.)
4048
4149
In order to reproduce this bug, do the following:
42-
*
43-
*
44-
*
50+
51+
* a
52+
* b
53+
* c
4554

4655

4756
#### Expected Results
57+
4858
> What are the expected results? (If this is a feature request, remove this section.)
4959
5060
The following results are expected:
5161

52-
```
62+
``` text
5363
(insert expected results here)
5464
```
5565

5666

5767
#### Actual Results
68+
5869
> What are the actual results? (If this is a feature request, remove this section.)
5970
6071
The following are the actual results:
6172

62-
```
73+
``` text
6374
(insert actual results here)
6475
```
6576

6677

6778
#### Environments
79+
6880
> If this issue is a bug report, what environments are affected; e.g., `Node v0.4.x`, `Chrome`, `IE 11`? (If this is a feature request, remove this section.)
6981
7082
The following environments are affected:
71-
*
72-
*
73-
*
83+
84+
* a
85+
* b
86+
* c
7487

7588

7689

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Resolves # .
22

33
## Checklist
4+
45
> Please ensure the following tasks are completed before submitting this pull request.
56
67
* [ ] Searched for existing issues and pull requests __before__ submitting this pull request.
@@ -12,33 +13,40 @@ Resolves # .
1213

1314

1415
## Description
16+
1517
> What is the purpose of this pull request?
1618
1719
This pull request:
18-
*
19-
*
20-
*
20+
21+
* a
22+
* b
23+
* c
2124

2225

2326
## Related Issues
27+
2428
> Does this pull request have any related issues?
2529
2630
This pull request:
27-
* resolves
28-
* fixes
31+
32+
* resolves
33+
* fixes
2934

3035

3136
## Questions
37+
3238
> Any questions for reviewers of this pull request?
3339
3440
No.
3541

3642

3743
## Other
44+
3845
> Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.
3946
4047
No.
4148

4249

4350
---
51+
4452
@stdlib-js/reviewers

etc/.remarkrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ lint[ 'ordered-list-marker-style' ] = '.';
172172
// lint[ 'ordered-list-marker-value' ] = 'ordered';
173173

174174
// Define the horizontal rule style:
175-
lint[ 'rule-style' ] = '___';
175+
lint[ 'rule-style' ] = '---';
176176

177177
// Define the strong marker:
178178
lint[ 'strong-marker' ] = '_';

0 commit comments

Comments
 (0)