From 479aabdd097d0a061a2d1e4adbbe029cbd5720de Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Sun, 5 Jan 2025 23:23:24 +0000 Subject: [PATCH] Tweaks to CONTRIBUTING.md --- CONTRIBUTING.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6ff9273e3..eac689193 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,9 +49,12 @@ If you want to run CC:T in a normal Minecraft instance, run `./gradlew assemble` `projects/forge/build/libs` (for Forge) or `projects/fabric/build/libs` (for Fabric). ## Developing CC: Tweaked -Before making any major changes to CC: Tweaked, I'd recommend you have a read of the [the architecture -document][architecture] first. While it's not a comprehensive document, it gives a good hint of where you should start -looking to make your changes. As always, if you're not sure, [do ask the community][community]! +Before making any major changes to CC: Tweaked, I'd recommend starting opening an issue or starting a discussion on +GitHub first. It's often helpful to discuss features before spending time developing them! + +Once you're ready to start programming, have a read of the [the architecture document][architecture] first. While it's +not a comprehensive document, it gives a good hint of where you should start looking to make your changes. As always, if +you're not sure, [do ask the community][community]! ### Testing When making larger changes, it may be useful to write a test to make sure your code works as expected.