Firstly -- thank you for your interest in this project! We deeply appreciate any reasonable help.
If you have any questions feel free to e-mail me: parthen [@] riseup.net
or telegram me: @parthen
This is private git repository. That means me (Evgeniy "Parthen" Parfenyuk) and only me own this website (git.parthen.site) and git server.
(And yeah, if you seeing this on Github -- it's just a mirror, all of development goes here).
If you don't agree with my rules -- all of Vinora Project programs are free as in freedom, so make your own fork (on your site) and your own rules.
Vinora's programs meant to be simple not only in use, but also in develop. Don't afraid to ask silly questions :)
All project files should follow CONVENTIONS.md please, read them carefully.
There are two important branches: master and develop.
Master is read-only for everyone except owner and develop is avaiable
only for pull requests.
When you want to make a new feature, you make a new branch from develop
with name like feat/my-branch-name. After you've done, you make a pull
request (or ask me to do it) back to develop.
Same with fixes (fix/my-branch-name).
Development is going primary on git.parthen.site.
(With mirror on Github)
You can't register an account without approval: email me
(parthen [@] riseup.net) with your preferable login.
It can be overkill if you want to submit a simple fix. So, you can email me patch instead:
Make a new branch (edit branch-name):
git checkout -b <fix/branch-name>
Make a patch:
git format-patch develop --stdout > branch-name.patch
You will have a new .patch file with all changes. Email me this file (also, write how to mention you in AUTHORS.md file).