Skip to content

Commit b6377e2

Browse files
committed
Add PR template for new libraries
1 parent b079429 commit b6377e2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

‎./PULL_REQUEST_TEMPLATE/New_lib.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: "➕ Add library MYLIB"
3+
about: Suggest an entry to the list of libraries
4+
5+
---
6+
7+
<!--Thanks for your PR! Please fill in the following template and fill in your library name in the PR title.-->
8+
9+
To improve the usability of RDFJS tools,
10+
we recommend all listed libraries to have the following elements in their documentation (README or linked).
11+
Please select all elements that apply for your library:
12+
13+
* [ ] General description: High-level description of tool and available features.
14+
* [ ] Installation: How to install and import into project.
15+
* [ ] Usage: Describing the main features with code examples.
16+
* [ ] Configuration: The available config options for this tool, e.g. constructor params.
17+
* [ ] Specification Compliance: Mention the compliance with respect to any (W3C) specification, including RDFJS interfaces.
18+
* [ ] License: The license under which the library is available.
19+
20+
Feel free to reuse our [README template](https://.com/rdfjs/lib-template/blob/master/README.md) for this.

0 commit comments

Comments
 (0)