You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+12-5Lines changed: 12 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,24 +5,31 @@
5
5
- A working up-to-date cathook installation
6
6
- C++ knowledge
7
7
- Git knowledge
8
-
- Ability to ask for help (Feel free to create empty pull-request or PM a maintainer in [Telegram](https://t.me/nullworks))
8
+
- Ability to ask for help (Feel free to create empty pull-request or PM a maintainer
9
+
in [Telegram](https://t.me/nullworks))
9
10
10
11
### Setting up cathook
11
12
12
-
Cathook reduces its git repository size automatically by using a "shallow repository". This makes developing difficult by not providing branches and omitting the commit history.
13
+
Cathook reduces its git repository size automatically by using a "shallow repository". This makes developing difficult
14
+
by not providing branches and omitting the commit history.
13
15
14
16
The easiest way to undo this is by running the `developer` script located in `scripts`.
15
17
16
18
### Pull requests and Branches
17
19
18
-
In order to send code back to the official cathook repository, you must first create a copy of cathook on your github account ([fork](https://help.github.com/articles/creating-a-pull-request-from-a-fork/)) and then [create a pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/) back to cathook.
20
+
In order to send code back to the official cathook repository, you must first create a copy of cathook on your github
21
+
account ([fork](https://help.github.com/articles/creating-a-pull-request-from-a-fork/)) and
22
+
then [create a pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/) back to cathook.
19
23
20
-
Cathook developement is performed on multiple branches. Changes are then pull requested into master. By default, changes merged into master will not roll out to stable build users unless the `stable` tag is updated.
24
+
Cathook developement is performed on multiple branches. Changes are then pull requested into master. By default, changes
25
+
merged into master will not roll out to stable build users unless the `stable` tag is updated.
21
26
22
27
### Code-Style
23
28
24
29
The nullworks code-style can be found in `code-style.md`.
25
30
26
31
### Building
27
32
28
-
Cathook has already created the directory `build` where cmake files are located. By default, you can build cathook by running `cmake .. && make -j$(grep -c '^processor' /proc/cpuinfo)` in the `build` directory. You can then test your changes by using one of the attach scripts at your disposal.
33
+
Cathook has already created the directory `build` where cmake files are located. By default, you can build cathook by
34
+
running `cmake .. && make -j$(grep -c '^processor' /proc/cpuinfo)` in the `build` directory. You can then test your
35
+
changes by using one of the attach scripts at your disposal.
@@ -10,7 +11,6 @@ The software could be detected by VAC in the future. Only use it on accounts you
10
11
11
12
Cathook is a training software designed for Team Fortress 2 for Linux. Cathook includes some joke features like
12
13
13
-
* Ignore Hoovy
14
14
* Encrypted chat
15
15
* Nullnexus Support (Find other Cathook users in-game automatically)
16
16
* Sandvich aimbot
@@ -35,8 +35,11 @@ and a lot of useful features, including
35
35
[View our short guide to installing and using cathook](https://cathook.club/wikis/Installing,-Attaching-And-General-Infos)
36
36
37
37
## Community
38
-
You can chat with other cathook users in [our official Telegram group](https://t.me/nullworks) and the [cathook announcements channel](https://t.me/cathook_cheat).
39
-
If you don't have Telegram, you can chat with other cathook users in our official Matrix room, however, you will have to ask TotallyNotElite or BenCat07 for an invite to said room.
38
+
39
+
You can chat with other cathook users in [our official Telegram group](https://t.me/nullworks) and
40
+
the [cathook announcements channel](https://t.me/cathook_cheat). If you don't have Telegram, you can chat with other
41
+
cathook users in our official Matrix room, however, you will have to ask TotallyNotElite or BenCat07 for an invite to
0 commit comments