Skip to content

Commit c491564

Browse files
committed
Addec contributing section to README
1 parent 48b3af8 commit c491564

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ C++ version of my Python autoclicker app: [PyClickerX](https://github.com/PyDev1
33

44
# Features:
55
- Comes with all features of a regular autoclicker
6-
- No need for an installer (best part about using C++), you can download and use a portable exe from the releases tab
76

87
## Latest Changes:
98
- Added color class to give the print messages color
@@ -24,3 +23,15 @@ Patent protection: The GNU GPLv3 includes provisions to help protect against sof
2423
- Distribution limitations: The GNU GPLv3 imposes some limitations on how software can be distributed. For example, it requires that anyone who distributes the software must also provide the source code, and must not add any additional restrictions on how the software can be used or distributed.
2524

2625
For more information about this license please read the [`LICENSE.md`](https://github.com/PyDev19/CClicker-/blob/main/LICENSE.md) file.
26+
27+
## Contributing
28+
If you want to contribute:
29+
- Fork the repository
30+
- Clone it on your machine
31+
- Make the changes you want
32+
- Create a pull request
33+
34+
If you are creating your changes make sure to create a `libs` folder and put the following dlls in it:
35+
- libgcc_s_seh-1.dll
36+
- libstdc++-6.dll
37+
- libwinpthread-1.dll

0 commit comments

Comments
 (0)