# Pull Request template (COPY)
## Type of Change
## Tests
Tests can be performed in two ways:
- [Updating the private repository for manual testing](https://traceratops.readthedocs.io/en/latest/contribute/checklist/manual_test_checklist.html)
- A `test/test_*.py` file for automation with [`pytest`](https://docs.pytest.org/en/stable/) [(cheatsheet)](https://cheatography.com/hvid2301/cheat-sheets/pytest-usage/)
Tests are required to:
- Validate the new feature
- Confirm that the bug no longer occurs
## [DEV] Checklist
**Only for Pull Request on `dev` branch.**
## [MAIN] Checklist
**Only for Pull Request on `main` branch.**
*For more details, follow the [release guide](https://traceratops.readthedocs.io/en/latest/contribute/release_guide.html).*