mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
document how to submit changesets
This commit is contained in:
parent
39d59547af
commit
ee282b6219
1 changed files with 7 additions and 0 deletions
|
@ -35,6 +35,13 @@ Otherwise, the games' sources live under
|
|||
written in Python 2.7/3.x and you can try inheriting from an existing
|
||||
variant [class](https://en.wikipedia.org/wiki/Class_%28computer_programming%29).
|
||||
|
||||
## Contributing changesets / patches / diffs
|
||||
|
||||
One can contribute changesets either by opening [pull-requests](https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/creating-an-issue-or-pull-request) or merge requests,
|
||||
or by submitting patches generated by [git diff](https://git-scm.com/docs/git-diff) or [git format-patch](https://git-scm.com/docs/git-format-patch)
|
||||
to a developer's email (e.g [@shlomif's](https://www.shlomifish.org/me/contact-me/) ) or uploading it to a web service (e.g: a pastesite, dropbox,
|
||||
or Google Drive).
|
||||
|
||||
# The Release Process
|
||||
|
||||
In order to publish a new version, follow these steps:
|
||||
|
|
Loading…
Add table
Reference in a new issue