forked from lukasmasuch/best-of-ml-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPULL_REQUEST_TEMPLATE.md
More file actions
20 lines (16 loc) · 958 Bytes
/
PULL_REQUEST_TEMPLATE.md
File metadata and controls
20 lines (16 loc) · 958 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
**What kind of change does this PR introduce?**
<!-- (Update "[ ]" to "[x]" to check a box) -->
- [ ] Add a project
- [ ] Update a project
- [ ] Remove a project
- [ ] Add or update a category
- [ ] Change configuration
- [ ] Documentation
- [ ] Other, please describe:
**Description:**
<!--- Use this section to describe your changes. We recommend only to add, update, or remove one project per pull request. If your PR adds a new project, just put the project name and a short description of the project here.-->
**Checklist:**
<!--- Before you submit the PR, go over this checklist and make sure you can
tick off all the boxes. [] -> [x] -->
- [ ] I have read the [CONTRIBUTING](https://github.com/ml-tooling/best-of-ml-python/blob/main/CONTRIBUTING.md) guidelines.
- [ ] I have not modified the `README.md` file. Projects are only supposed to be added or updated within the `projects.yaml` file since the `README.md` file is automatically generated.