Update PULL_REQUEST_TEMPLATE.md (#674)

Update to add CAD requirement in either .STEP or .SCAD format (as openSCAD cannot export STEP files)
This commit is contained in:
Tim Abraham 2022-04-01 11:51:24 -04:00 committed by GitHub
parent 034a3b3053
commit f2db0fea5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ to conform to the rules below are likely to be rejected.**
* [ ] Submitted STL files are not corrupt. *(This can be tested by opening the STL in PrusaSlicer
and checking if mesh errors are reported.)*
* [ ] Submitted STL files are oriented and scaled properly for printing.
* [ ] Submission includes a CAD file in the form of a `.STEP` or `.SCAD` file
* [ ] Submitted firmware configs or slicer profiles contain no sensitive data (e.g. API keys).
<!--