---
tags: wp2
title: Github checklist
---
# Code upload checklist
- [ ] Does the project have a `README.md` ?
- [ ] Does the project have a `LICENSE` file?
- If possible use either [MIT](https://spdx.org/licenses/MIT) or other compatible licenses.
- [ ] Does the project have a [GitHub Action](https://github.com/features/actions)?
- [ ] Does it upload the code coverage somewhere?
- [ ] Does it manage the release of the code? (Continuous Delivery)
- [ ] Does it have a DockerFile or does it need it?