update contributing to the same version used in kopano core

This commit is contained in:
Felix Bartels 2017-01-25 10:40:35 +01:00
parent 5806ee9b80
commit 469dccddab
1 changed files with 18 additions and 27 deletions

View File

@ -1,33 +1,24 @@
# How to contribute to Kopano Core # How to contribute to the Kopano OL Extension
While you can create an account in our [Jira]( If you have found an issue and want to report an issue, either reach out to us
https://jira.kopano.io/secure/Signup!default.jspa) to get notified about in our [forum](http://forum.kopano.com), or, if you have a subscription, open
the progress of tickets, we currently do not allow external users to up a [support case](https://kopano.com/support/).
create issues or pull request against our repositories.
If you have found an issue and want to create an issue please either reach To provide changesets,
out to us in our [forum](http://forum.kopano.com), or if you have a
subscription open up a [support case](https://kopano.com/support/).
To provide a patch please use the following workflow: - Clone the repository from https://stash.kopano.io/ or
https://github.com/Kopano-mirror/ .
- Clone the individual repository from https://stash.kopano.io/ - Commit and [sign your work](
- Apply your changes to your local checkout and please include *"Released https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?h=v4.10-rc4#n416)
under the Affero GNU General Public License (AGPL) version 3."* in your (```git commit -s```).
commit message, so that we can safely reuse your changes. - Upload commits to a git store of your choosing, or export the series as a
- create a patchfile from your commits. ( patchset using [git format-patch](https://git-scm.com/docs/git-format-patch).
https://ariejan.net/2009/10/26/how-to-create-and-apply-a-patch-with-git/ - Send the patch(es) or git link to
does a nice job explaining the details.) [contributing@kopano.io](mailto:contributing@kopano.io) and we will consider
- send the patch to the submission.
[contributing@kopano.io](mailto:contributing@kopano.io) and we'll create
an issue and a pull request for you.
## Additional notes ## Additional notes
- Please only work on one issue per patch. - Please only work on one issue per commit.
- If your patch consists of multiple commits stash them into one before - Before implementing a new feature, get in contact with us, so we can
creating the patch. determine the impact.
- A patch should usually not change more than 50 lines of code (keep your
changes small).
- Before implementing a new feature get in contact with us so we can
determine the impact.