diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2023-10-30 16:32:49 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2023-11-01 19:04:13 -0400 |
commit | 03982f2c7ecae3fee2e187f1d235b28f373d8885 (patch) | |
tree | 7025243762697e7c2d4393903e785f5a869102ba /.github | |
parent | bee7ec720b1405e8a14ca1fc81e565f0e5ce7aa9 (diff) | |
download | kutter-03982f2c7ecae3fee2e187f1d235b28f373d8885.tar.gz kutter-03982f2c7ecae3fee2e187f1d235b28f373d8885.tar.xz kutter-03982f2c7ecae3fee2e187f1d235b28f373d8885.zip |
docs: Update the Contact document
Try to make it more clear that Discord is not Discourse, as the two
similarly sounding services are often confused by users unfamiliar
with them.
The Klipper Discourse and Klipper Discord are available for many
topics related to Klipper - reword some sections to make their use
more open.
Avoid referring to the Klipper github repo in this Contact document as
we no longer use Klipper github issues at all.
Remove the table of contents as it is largely redundant for the
document.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/reviewer-needed-label.yaml | 4 | ||||
-rw-r--r-- | .github/workflows/stale-issue-bot.yaml | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/reviewer-needed-label.yaml b/.github/workflows/reviewer-needed-label.yaml index c4603b30..61b72dc9 100644 --- a/.github/workflows/reviewer-needed-label.yaml +++ b/.github/workflows/reviewer-needed-label.yaml @@ -34,7 +34,7 @@ jobs: + " bulk of a review has already been completed." + "\n" + "2. Consider opening a topic on the [Klipper Discourse]" - + "(https://www.klipper3d.org/Contact.html#community-forum)" + + "(https://www.klipper3d.org/Contact.html#discourse-forum)" + " server to discuss this work. The Discourse server is a good" + " place to discuss development ideas and to engage users" + " interested in testing. Reviewers are more likely to" @@ -50,7 +50,7 @@ jobs: + " this GitHub Pull Request then it will be automatically" + " closed. If this happens, then it is a good idea to move" + " further discussion to the [Klipper Discourse]" - + "(https://www.klipper3d.org/Contact.html#community-forum)" + + "(https://www.klipper3d.org/Contact.html#discourse-forum)" + " server. Reviewers can reach out on that forum to let you" + " know if they are interested and when they are available." + "\n\n" diff --git a/.github/workflows/stale-issue-bot.yaml b/.github/workflows/stale-issue-bot.yaml index 3ada94d6..2f05abc1 100644 --- a/.github/workflows/stale-issue-bot.yaml +++ b/.github/workflows/stale-issue-bot.yaml @@ -83,7 +83,7 @@ jobs: + " this GitHub Pull Request and it is therefore being" + " closed. It is a good idea to move" + " further discussion to the [Klipper Discourse]" - + "(https://www.klipper3d.org/Contact.html#community-forum)" + + "(https://www.klipper3d.org/Contact.html#discourse-forum)" + " server. Reviewers can reach out on that forum to let you" + " know if they are interested and when they are available." + "\n\n" @@ -137,7 +137,7 @@ jobs: + " bulk of a review has already been completed." + "\n" + "2. Consider opening a topic on the [Klipper Discourse]" - + "(https://www.klipper3d.org/Contact.html#community-forum)" + + "(https://www.klipper3d.org/Contact.html#discourse-forum)" + " server to discuss this work. The Discourse server is a good" + " place to discuss development ideas and to engage users" + " interested in testing. Reviewers are more likely to" @@ -153,7 +153,7 @@ jobs: + " this GitHub Pull Request then it will be automatically" + " closed. If this happens, then it is a good idea to move" + " further discussion to the [Klipper Discourse]" - + "(https://www.klipper3d.org/Contact.html#community-forum)" + + "(https://www.klipper3d.org/Contact.html#discourse-forum)" + " server. Reviewers can reach out on that forum to let you" + " know if they are interested and when they are available." + "\n\n" |