From f2db0fea5ca8692605678d8a23da5c16c3fd4fdf Mon Sep 17 00:00:00 2001 From: Tim Abraham Date: Fri, 1 Apr 2022 11:51:24 -0400 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md (#674) Update to add CAD requirement in either .STEP or .SCAD format (as openSCAD cannot export STEP files) --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 27dccb06d..06d4c98a6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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).