diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-11-12 11:01:02 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-11-15 16:54:19 -0500 |
commit | 8a06528747674ff06d922ba3231b080deda8d1ab (patch) | |
tree | 479b8710f8c28b349d4d01e930dd7dbe8b9c916b | |
parent | 5339d138e64537d2048e510e0823acbbebf49bcc (diff) | |
download | kutter-8a06528747674ff06d922ba3231b080deda8d1ab.tar.gz kutter-8a06528747674ff06d922ba3231b080deda8d1ab.tar.xz kutter-8a06528747674ff06d922ba3231b080deda8d1ab.zip |
.github: Minor update to github issue chooser
Clarify that the Contact.md contains "Contact Directions".
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0fad39c4..73378790 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,6 +1,6 @@ blank_issues_enabled: false contact_links: - - name: Directions + - name: Contact Directions url: https://www.klipper3d.org/Contact.html about: Have a question? Need help? Start here. - name: Klipper Forum |