Skip to content

Commit e0807cd

Browse files
committed
Add quotes
1 parent 9065498 commit e0807cd

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

docs/packages.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<!--
2+
3+
@license Apache-2.0
4+
5+
Copyright (c) 2020 The Stdlib Authors.
6+
7+
Licensed under the Apache License, Version 2.0 (the "License");
8+
you may not use this file except in compliance with the License.
9+
You may obtain a copy of the License at
10+
11+
http://www.apache.org/licenses/LICENSE-2.0
12+
13+
Unless required by applicable law or agreed to in writing, software
14+
distributed under the License is distributed on an "AS IS" BASIS,
15+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
See the License for the specific language governing permissions and
17+
limitations under the License.
18+
19+
-->
20+
121
# Packages
222

323
> A guide for creating a stdlib package.
@@ -82,9 +102,9 @@ Once you are ready to begin creating a new package, we recommend the following o
82102
Throughout the development process, you should use the following commands to run tasks:
83103

84104
```bash
85-
$ make EXAMPLES_FILTER=.*/pattern/to/identify/your/package/.* examples
86-
$ make BENCHMARKS_FILTER=.*/pattern/to/identify/your/package/.* benchmark
87-
$ make TESTS_FILTER=.*/pattern/to/identify/your/package/.* test
105+
$ make EXAMPLES_FILTER=".*/pattern/to/identify/your/package/.*" examples
106+
$ make BENCHMARKS_FILTER=".*/pattern/to/identify/your/package/.*" benchmark
107+
$ make TESTS_FILTER=".*/pattern/to/identify/your/package/.*" test
88108
```
89109

90110
Once a package is complete and tested, you are ready to request that your contribution be reviewed and officially included in stdlib! Hurray! Woot woot!

0 commit comments

Comments
 (0)