1
0
Fork 0
mirror of synced 2024-05-09 15:02:24 +12:00

Add info about new types of contributing

This commit is contained in:
Rafał Mikrut 2021-04-27 22:53:27 +02:00
parent 775b6b4f10
commit ddac0938a6

View file

@ -265,7 +265,6 @@ Similar images which check 1421 image files which took 110.1 MB
| Czkawka 1.4.0 | 25s | | Czkawka 1.4.0 | 25s |
| DupeGuru 4.0.4 | 92s | | DupeGuru 4.0.4 | 92s |
<!-- it's a lot of room, not a big room lol -->
So there is still is a lot of room for improvements. So there is still is a lot of room for improvements.
## Comparison to other tools ## Comparison to other tools
@ -301,16 +300,22 @@ Contributions to this repository are welcome.
You can help by creating a: You can help by creating a:
- Bug report - memory leaks, unexpected behavior, crashes - Bug report - memory leaks, unexpected behavior, crashes
- Feature proposals - proposal to change/add/delete some features - Feature proposals - proposal to change/add/delete some features
- Pull Requests - implementing a new feature yourself or fixing bugs, but you have to pay attention to code quality. - Pull Requests - implementing a new feature yourself or fixing bugs.
If the change is bigger, then it's a good idea to open a new issue to discuss changes. If the change is bigger, then it's a good idea to open a new issue to discuss changes.
- Documentation - There is an [instruction](instructions/Instruction.md) which you can improve. - Documentation - There is an [instruction](instructions/Instruction.md) which you can improve.
You can also help by doing different things:
- Creating text articles - [LinuxUprising](https://www.linuxuprising.com/2021/03/find-and-remove-duplicate-files-similar.html) or [Ubunlog](https://ubunlog.com/en/czkawka-finds-and-removes-empty-and-broken-duplicate-files/)
- Adding Czkawka to repositories - [Alpine Linux](https://pkgs.alpinelinux.org/packages?name=czkawka&branch=edge) or [NixOS](https://github.com/NixOS/nixpkgs/pull/116441) or [OpenMandriva](https://github.com/OpenMandrivaAssociation/czkawka)
- Creating videos - [Tutorial Spanish 1](https://www.youtube.com/watch?v=tALYBsJAYwE) or [Tutorial Spanish 2](https://www.youtube.com/watch?v=V9x-pHJRmKY)
- Recommending it to others
The code should be clean and well formatted (Clippy and fmt are required in each PR). The code should be clean and well formatted (Clippy and fmt are required in each PR).
## Name ## Name
Czkawka is a Polish word which means _hiccup_. Czkawka is a Polish word which means _hiccup_.
I chose this name because I wanted to hear people speaking other languages pronounce it. I chose this name because I wanted to hear people speaking other languages pronounce it, so feel free to spell it the way you want.
This name is not as bad as it seems, because I was also thinking about using words like _żółć_, _gżegżółka_ or _żołądź_, This name is not as bad as it seems, because I was also thinking about using words like _żółć_, _gżegżółka_ or _żołądź_,
but I gave up on these ideas because they contained Polish characters, which would cause difficulty in searching for the project. but I gave up on these ideas because they contained Polish characters, which would cause difficulty in searching for the project.