From faf84b622e0d9c9a89b5af7a787d837cc72484f0 Mon Sep 17 00:00:00 2001 From: NeoNyaa <56982408+NeoNyaa@users.noreply.github.com> Date: Tue, 15 Oct 2024 00:34:25 +0100 Subject: Improvement: Add instructions to make a new branch to CONTRIBUTING.MD (#2739) --- CONTRIBUTING.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fe6410c9d..8229a00d5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -85,7 +85,12 @@ out [their guide](https://github.com/NotEnoughUpdates/NotEnoughUpdates/blob/mast If you are not very familiar with git, you might want to try this out: https://learngitbranching.js.org/. -_An explanation how to use intellij and branches will follow here soon._ +Proposed changes are better off being in their own branch, you can do this by doing the following from within IntelliJ with the SkyHanni project already open. +- Click the beta dropdown at the top of IntelliJ +- Click new branch +- Give the branch a name relating to the changes you plan to make + +_A more in depth explanation how to use intellij and branches will follow here soon._ Please use a prefix for the name of the PR (E.g. Feature, Improvement, Fix, Backend, ...). -- cgit