readme
This commit is contained in:
parent
59503b5604
commit
470f8fa047
1 changed files with 3 additions and 1 deletions
|
@ -22,8 +22,10 @@ This applies to the frontend aswell!
|
||||||
|
|
||||||
To generate a patch file, first commit your changes and then do:
|
To generate a patch file, first commit your changes and then do:
|
||||||
```bash
|
```bash
|
||||||
git format-patch -1 HEAD
|
git format-patch -<n> HEAD
|
||||||
```
|
```
|
||||||
|
Where ``<n>`` is the number of commits you've made locally that you want to upstream.
|
||||||
|
|
||||||
Patches can be sent to hex@iwakura.rip.
|
Patches can be sent to hex@iwakura.rip.
|
||||||
|
|
||||||
Frequent commiters may get an iwakura.rip account to open pull requests directly on the repo or may even get added to the project. To inquire about any of these two, please e-mail me at the aforementioned e-mail address.
|
Frequent commiters may get an iwakura.rip account to open pull requests directly on the repo or may even get added to the project. To inquire about any of these two, please e-mail me at the aforementioned e-mail address.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue