docs: mention github mirror

This commit is contained in:
Anna “CyberTailor” 2023-06-26 23:30:58 +05:00
parent 1e31fd3b3a
commit 5cbae3265c
Signed by: CyberTaIlor
GPG Key ID: E7B76EDC50864BB1
2 changed files with 10 additions and 0 deletions

View File

@ -60,6 +60,9 @@ Contributing
Patches and pull requests are welcome. Please use either [git-send-email(1)][1]
or [git-request-pull(1)][2], addressed to <cyber@sysrq.in>.
If you prefer GitHub-style workflow, use the [mirror repo][gh] to send pull
requests.
Your commit message should conform to the following standard:
```
@ -74,6 +77,7 @@ sure the correct authorship appears.
[1]: https://git-send-email.io/
[2]: https://git-scm.com/docs/git-request-pull
[gh]: http://github.com/cybertailor/gentle
License

View File

@ -45,6 +45,12 @@ Finally, send a patch to the developer using `git send-email`_:
.. _git send-email: https://git-send-email.io/
.. note::
If you prefer GitHub-style workflow, use the `mirror repo`_ to send pull
requests.
.. _mirror repo: https://github.com/cybertailor/gentle
Adding a new generator
----------------------