diff options
author | NeoNyaa <56982408+NeoNyaa@users.noreply.github.com> | 2024-10-15 00:34:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-15 10:34:25 +1100 |
commit | faf84b622e0d9c9a89b5af7a787d837cc72484f0 (patch) | |
tree | 9f0c33150bda8cac12b6cdbab5dab35c72937b3d | |
parent | 79620d32c49bc04db3686ac1e833394aca9b8ab1 (diff) | |
download | skyhanni-faf84b622e0d9c9a89b5af7a787d837cc72484f0.tar.gz skyhanni-faf84b622e0d9c9a89b5af7a787d837cc72484f0.tar.bz2 skyhanni-faf84b622e0d9c9a89b5af7a787d837cc72484f0.zip |
Improvement: Add instructions to make a new branch to CONTRIBUTING.MD (#2739)
-rw-r--r-- | CONTRIBUTING.md | 7 |
1 files changed, 6 insertions, 1 deletions
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, ...). |