Skip to content

Commit 09852e2

Browse files
devcrocodileasile
authored andcommitted
Add pull request template
1 parent f8439d5 commit 09852e2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/pull_request_template.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## Description
2+
3+
(Briefly describe the changes you made)
4+
5+
## Type of change
6+
7+
- [ ] Adding a new library descriptor
8+
- [ ] Fixing an error in an existing descriptor
9+
- [ ] Updating an outdated descriptor
10+
- [ ] Updating the library version
11+
12+
## Checklist for new descriptors (remove if not applicable):
13+
14+
- [ ] **Description and link** — Ensure that the `description` field accurately describes the library and that the `link` points to the current repository.
15+
- [ ] **Properties** — The `properties` field contains all versions of Maven dependecies used in the `dependencies` section.
16+
- [ ] **Dependencies** — The dependencies listed in the `dependencies` section use version variables correctly.
17+
- [ ] **Renders (if applicable)** — If the library includes classes for visualization, the `renderers` section has appropriate rendering rules.
18+
- [ ] **Testing** — Ensure that the descriptor works correctly in a Kotlin notebook.
19+
20+
21+
> Please note that we reserve the right to decline PRs that add new library descriptors base on considerations of quality, stability, or long-term support.

0 commit comments

Comments
 (0)