diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-07-27 18:59:46 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-07-27 18:59:46 -0400 |
commit | a80c7d71dc28c56af5506caacd80c6355686f91c (patch) | |
tree | df9d2799a54053f2db7b534e2fc6944d3b61265d /.github | |
parent | a17c2ae397ea31f29bd9be0fcedab1970843a116 (diff) | |
download | kutter-a80c7d71dc28c56af5506caacd80c6355686f91c.tar.gz kutter-a80c7d71dc28c56af5506caacd80c6355686f91c.tar.xz kutter-a80c7d71dc28c56af5506caacd80c6355686f91c.zip |
Revert "workflows: Point to https://www.klipper3d.org/Contact"
This reverts commit d14015111e30a8a58cbd9c97a2af4446048a15b7.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/custom.md | 2 | ||||
-rw-r--r-- | .github/workflows/invalid-label-bot.yaml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index b3a3c5a2..0fad39c4 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: false contact_links: - name: Directions - url: https://www.klipper3d.org/Contact + url: https://www.klipper3d.org/Contact.html about: Have a question? Need help? Start here. - name: Klipper Forum url: https://community.klipper3d.org/ diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index b6c79821..7a005e56 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -3,4 +3,4 @@ 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 --> + following the directions at: https://www.klipper3d.org/Contact.html --> diff --git a/.github/workflows/invalid-label-bot.yaml b/.github/workflows/invalid-label-bot.yaml index c5327dae..7cd11bdb 100644 --- a/.github/workflows/invalid-label-bot.yaml +++ b/.github/workflows/invalid-label-bot.yaml @@ -18,7 +18,7 @@ jobs: + " Many helpful people will not see your message here and you" + " are unlikely to get a useful response." + " Instead, see the contact directions at:" - + " https://www.klipper3d.org/Contact" + + " https://www.klipper3d.org/Contact.html" + "\n\n" + "We use github to share the results of work done to" + " improve Klipper. We don't use github for requests." @@ -27,7 +27,7 @@ jobs: + " problems with a printer.)" + "\n\n" + "Please follow the directions at:" - + " https://www.klipper3d.org/Contact" + + " https://www.klipper3d.org/Contact.html" + "\n\n" + "This ticket will be automatically closed." + "\n\n" |