Skip to content

Commit 1759331

Browse files
committed
Insert HTML equations
1 parent bccb7ad commit 1759331

File tree

1,486 files changed

+17697
-20787
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,486 files changed

+17697
-20787
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 14 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,98 +1,88 @@
1-
21
<!--lint disable first-heading-level-->
32

43
## Checklist
54

65
> Please ensure the following tasks are completed before filing an issue.
76
8-
* [ ] Read and understood the [Code of Conduct][code-of-conduct].
9-
* [ ] Searched for existing issues and pull requests.
10-
* [ ] If this is a general question, searched the [FAQ][faq] for an existing answer.
11-
* [ ] If this is a feature request, the issue name begins with `RFC: `.
12-
7+
- [ ] Read and understood the [Code of Conduct][code-of-conduct].
8+
- [ ] Searched for existing issues and pull requests.
9+
- [ ] If this is a general question, searched the [FAQ][faq] for an existing answer.
10+
- [ ] If this is a feature request, the issue name begins with `RFC:`.
1311

1412
## Description
1513

1614
> Description of the issue (or feature request).
1715
1816
Encountered an error when .
1917

20-
2118
## Related Issues
2219

2320
> Does this issue (or feature request) have any related issues?
2421
2522
Related issues # , # , and # .
2623

27-
2824
## Questions
2925

3026
> Any questions for reviewers?
3127
3228
No.
3329

34-
3530
## Other
3631

3732
> Any other information relevant to this issue (or feature request)? This may include screenshots, references, stack traces, sample output, and/or implementation notes.
3833
39-
4034
#### Demo
4135

4236
> If relevant, provide a link to a live demo.
4337
4438
For a live demo of the issue, see
4539

46-
* (link)
47-
40+
- (link)
4841

4942
#### Reproduction
5043

5144
> 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.)
5245
5346
In order to reproduce this bug, do the following:
5447

55-
* a
56-
* b
57-
* c
58-
48+
- a
49+
- b
50+
- c
5951

6052
#### Expected Results
6153

6254
> What are the expected results? (If this is a feature request, remove this section.)
6355
6456
The following results are expected:
6557

66-
``` text
58+
```text
6759
(insert expected results here)
6860
```
6961

70-
7162
#### Actual Results
7263

7364
> What are the actual results? (If this is a feature request, remove this section.)
7465
7566
The following are the actual results:
7667

77-
``` text
68+
```text
7869
(insert actual results here)
7970
```
8071

81-
8272
#### Environments
8373

8474
> If this issue is a bug report, what environments are affected; e.g., `Node v0.4.x`, `Chrome`, `IE 11`? If Node.js, include the `npm` version, operating system, and any other potentially relevant platform information. (If this is a feature request, remove this section.)
8575
8676
The following environments are affected:
8777

88-
* a
89-
* b
90-
* c
91-
78+
- a
79+
- b
80+
- c
9281

9382
<!-- <links> -->
9483

9584
[code-of-conduct]: https://github.com/stdlib-js/stdlib/blob/develop/CODE_OF_CONDUCT.md
85+
9686
[faq]: https://github.com/stdlib-js/stdlib/blob/develop/FAQ.md
9787

9888
<!-- </links> -->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,59 +6,55 @@ Resolves # .
66

77
> Please ensure the following tasks are completed before submitting this pull request.
88
9-
* [ ] Read, understood, and followed the [contributing guidelines][contributing], including the relevant style guides.
10-
* [ ] Read and understand the [Code of Conduct][code-of-conduct].
11-
* [ ] Read and understood the [licensing terms][license].
12-
* [ ] Searched for existing issues and pull requests __before__ submitting this pull request.
13-
* [ ] Filed an issue (or an issue already existed) __prior to__ submitting this pull request.
14-
* [ ] Rebased onto latest `develop`.
15-
* [ ] Submitted against `develop` branch.
16-
9+
- [ ] Read, understood, and followed the [contributing guidelines][contributing], including the relevant style guides.
10+
- [ ] Read and understand the [Code of Conduct][code-of-conduct].
11+
- [ ] Read and understood the [licensing terms][license].
12+
- [ ] Searched for existing issues and pull requests **before** submitting this pull request.
13+
- [ ] Filed an issue (or an issue already existed) **prior to** submitting this pull request.
14+
- [ ] Rebased onto latest `develop`.
15+
- [ ] Submitted against `develop` branch.
1716

1817
## Description
1918

2019
> What is the purpose of this pull request?
2120
2221
This pull request:
2322

24-
* a
25-
* b
26-
* c
27-
23+
- a
24+
- b
25+
- c
2826

2927
## Related Issues
3028

3129
> Does this pull request have any related issues?
3230
3331
This pull request:
3432

35-
* resolves #
36-
* fixes #
37-
33+
- resolves #
34+
- fixes #
3835

3936
## Questions
4037

4138
> Any questions for reviewers of this pull request?
4239
4340
No.
4441

45-
4642
## Other
4743

4844
> Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.
4945
5046
No.
5147

52-
53-
---
48+
* * *
5449

5550
@stdlib-js/reviewers
5651

57-
5852
<!-- <links> -->
5953

6054
[contributing]: https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md
55+
6156
[code-of-conduct]: https://github.com/stdlib-js/stdlib/blob/develop/CODE_OF_CONDUCT.md
57+
6258
[license]: https://github.com/stdlib-js/stdlib/blob/develop/LICENSE
6359

6460
<!-- </links> -->

0 commit comments

Comments
 (0)