diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-11-12 10:57:43 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-11-15 16:54:19 -0500 |
commit | 5339d138e64537d2048e510e0823acbbebf49bcc (patch) | |
tree | 3018b7194daeac9c8b673cfbadb577fdded0e732 /.github | |
parent | d2a1dcbbf3c0d49e5c80b2481ffb21f568f1d9f3 (diff) | |
download | kutter-5339d138e64537d2048e510e0823acbbebf49bcc.tar.gz kutter-5339d138e64537d2048e510e0823acbbebf49bcc.tar.xz kutter-5339d138e64537d2048e510e0823acbbebf49bcc.zip |
.github: Remove custom issue template
Remove the custom.md github issue template so that github only shows
the choices listed in the config.yml file.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/custom.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md deleted file mode 100644 index 7a005e56..00000000 --- a/.github/ISSUE_TEMPLATE/custom.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -name: Create a Klipper github issue -about: Working on improving Klipper? Provide an update on your work here. ---- -<!-- Directions have recently changed. Do not open this ticket without - following the directions at: https://www.klipper3d.org/Contact.html --> |