Expelibrum is a simple dekstop tool that helps you with organising your e-book library.
Any help is well appreciated! Check the Issues tab to find something to work on or open your own issue.
- Fork the project
- Clone your forked repo using
git clone https://github.com/YourUsername/Expelibrum.git
- Create a working branch:
git checkout -b new-feature
- Commit your changes to the branch:
git commit -m "Added new feature"
- Push to origin:
git push origin new-feature
- Create a Pull Request, describing the changes you've made.
Congratulations on your first contribution.