diff options
| author | NeoNyaa <56982408+NeoNyaa@users.noreply.github.com> | 2024-10-26 05:03:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-26 15:03:02 +1100 |
| commit | c84af157a6c82ac25baf60431e1e839bc58fb517 (patch) | |
| tree | c56e37e8c06018751e8bb7ffcd5f3cbf9941e5a3 | |
| parent | 9d21e7b150a88df224bd35e702bf71e456019db1 (diff) | |
| download | SkyHanni-c84af157a6c82ac25baf60431e1e839bc58fb517.tar.gz SkyHanni-c84af157a6c82ac25baf60431e1e839bc58fb517.tar.bz2 SkyHanni-c84af157a6c82ac25baf60431e1e839bc58fb517.zip | |
Backend: Reworded a previous commit (#2818)
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 53ec5bc27..a30f9178b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -85,7 +85,7 @@ 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/. -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. +Proposed changes are better off being in their own branch as this makes development easier for both you and the maintainers of this repository, you can do this by following the instructions from within the IntelliJ window 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 |
