From 0463e539df68fd1d9ec9acced4a9c1a765fc5037 Mon Sep 17 00:00:00 2001 From: JannisX11 Date: Sat, 8 Apr 2023 11:08:24 +0200 Subject: [PATCH] Add Discord channel name to contributing.md Closes #1808 --- .github/ISSUE_TEMPLATE/suggestion.yaml | 2 +- CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/suggestion.yaml b/.github/ISSUE_TEMPLATE/suggestion.yaml index bfa87c74..cfa013f1 100644 --- a/.github/ISSUE_TEMPLATE/suggestion.yaml +++ b/.github/ISSUE_TEMPLATE/suggestion.yaml @@ -5,7 +5,7 @@ body: - type: markdown attributes: value: | - **Before submissing a suggestion, please check if it has already been suggested.** + **Before submitting a suggestion, please check if it has already been suggested.** - type: textarea id: details attributes: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 391fc836..aa8ecd70 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ If you want to contribute Blockbench translations, you can visit [blockbench.net Blockbench, the program itself, is mostly just coded by me. But sometimes, code contributions can be helpful! -If you want to contribute to the Blockbench code, please contact me (@Jannis) on [Discord](https://discord.gg/sGkj78W) *before* to discuss whether a change is necessary and how it can be approached. +If you want to contribute to the Blockbench code, please contact me (@Jannis) on [Discord](https://discord.gg/sGkj78W) (e.g. in #bb-feedback) *before* to discuss whether a change is necessary in the base program and how it can be approached. Some changes make sense in Blockbench itself, while others could work better as a plugin. By contributing to the Blockbench source, you agree that the changes are in accordance with the applicable [GPL-3.0 license](LICENSE.MD).