Replace rules in PULL REQUEST template with link to submission rules

[skip ci]
This commit is contained in:
Florian Heilmann 2023-12-21 11:27:41 +01:00 committed by GitHub
parent 05cfdd0e0f
commit 95685769fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 66 deletions

View File

@ -5,12 +5,12 @@ highly appreciated!
<!-- <!--
Describe the submission further using the template provided below. The more Describe the submission further using the template provided below. The more
details the better! Please don't forget to thoroughly read the mod requirements and rules below details the better! Please don't forget to thoroughly read the mod requirements and rules
and make sure your mod submission adheres to these rules. and make sure your mod submission adheres to these rules.
Doing so speeds up the review process and will increase your chances at acceptance. Doing so speeds up the review process and will increase your chances at acceptance.
--> -->
### Which mods/configurations/profiles are added by this PR? ### Which mods are added by this PR?
### How was it tested? ### How was it tested?
@ -18,68 +18,9 @@ Doing so speeds up the review process and will increase your chances at acceptan
### Screenshots (if appropriate) ### Screenshots (if appropriate)
### ⚠️⚠️**PLEASE CAREFULLY READ AND APPLY THE RULES BELOW**⚠️⚠️ ### ⚠️⚠️**PLEASE READ AND COMPLETE THE CHECKLIST BELOW**⚠️⚠️
* [ ] The mod, firmware configuration or slicer profile is in the correct category * [ ] I have read the rules available [here](https://github.com/VoronDesign/VoronUsers/wiki/Mod-Submission-Rules) and
folder. Printable mods go to `printer_mods/`, firmware configurations my mod adheres to these rules.
go to `firmware_configurations/`, slicer profiles go to `slicer_profiles/`. * [ ] This mod was created by myself and I agree to publish it under the repository
Create a subfolder with your name, and place the mods in a subfolder with [license](https://github.com/VoronDesign/VoronUsers/blob/master/LICENSE.md)
a descriptive name within that folder, e.g.: `/printer_mods/FHeilmann/flux_capacitor`.
* [ ] Folder and file naming:
* Folders and filenames MUST NOT contain spaces. Only letters `a-zA-Z`, numbers `0-9`, underscores `_`, hyphens `-` and periods `.`
* You may use the following filenames to indicate the color and quantity of your prints:
* Primary color: `part_xyz.stl`
* Accent color: `[a]_part_xyz.stl`
* Opaque color (Blocks light): `[o]_part_xyz.stl`
* Clear/transparent color (Allows light): `[c]_part_xyz.stl`
* Quantity, if more than one is needed: `part_xyz_x4.stl`
* [ ] Each mod folder must contain a `.metadata.yml` file with information about the mod.
Refer to the following template for the required and optional contents:
```yaml
---
title: Mod Title # required
description: "This mod does awesome things with awesome printers!" # required
mod_version: 1 # required
printer_compatibility: # required, one or more of the options listed below
- V0
- V0.1
- V0.2
- V0.2r1
- V1
- V1.6
- V1.8
- V1.8r1
- V2
- V2.1
- V2.2
- V2.4
- V2.4r1
- V2.4r2
- VSW
- VT
- VTr1
- VL
cad: # required: At least 1 CAD file for your mod, path relative to your mod folder
- CAD/my_step_file_1.step
- CAD/my_f360_file_1.f3d
images: # optional, image files provided with your mod, path relative to your mod folder
- images/mods_site_card_image.png
- images/side_view.png
- images/install_guide.png
discord_username: discord_person # optional, your discord username
```
* [ ] For each mod, add a small `README.md` file to its folder with a short description
of what the mod accomplishes. This readme can be used to add pictures, give assembly
instructions or specify a bill of materials if the mod requires additional hardware.
* [ ] The mod/configuration/profile has been **TESTED** by the person submitting the mod
and/or other Voron users. Make sure to add information about how the mod was tested below.
* [ ] The mod is **NOT** merely a slight modification of an official Voron part, configuration
or profile (i.e. an official Voron part with a few mm added or removed or a slicer profile
which only modifies a few values). *(When in doubt, contact one of the admins in the
Voron discord before submitting the PR)*
* [ ] Submitted STLs are **printable without support and oriented properly**. If supports can't be avoided,
the model must include break-away supports.
* [ ] Submitted STL files are **not corrupt**. *(This can be tested by opening the STL in PrusaSlicer
and checking if mesh errors are reported.)*
* [ ] Submissions **must** include a CAD file in the form of a `.STEP`, `.F3D` or `.SCAD` file
* [ ] Submitted firmware configs or slicer profiles **contain no sensitive data** (e.g. API keys).