Infrastructure/Github Mirror: Difference between revisions

From KDE Community Wiki
(Use HEAD^, otherwise people could misread HEAD~1 as HEAD-1 which does not work.)
m (Use https urls)
Line 17: Line 17:


* Fork and commit your changes in your fork as before
* Fork and commit your changes in your fork as before
* Create an account on http://identity.kde.org
* Create an account on https://identity.kde.org
* Run <code>git format-patch HEAD^</code> to create a diff
* Run <code>git format-patch HEAD^</code> to create a diff
* Head to https://phabricator.kde.org/differential/diff/create/ to upload the diff.
* Head to https://phabricator.kde.org/differential/diff/create/ to upload the diff.
Line 28: Line 28:
==How do I submit "Issues"?==
==How do I submit "Issues"?==


Please file a bug report or wish at http://bugs.kde.org
Please file a bug report or wish at https://bugs.kde.org

Revision as of 07:29, 28 August 2017

GitHubMirror

KDE is managing a read-only mirror of our repos on Github. It's located at https://github.com/KDE .

We want to make KDE sources easy to find, share and build upon; and most importantly we want your contributions to count towards your github profile. :)

FAQ

Why don't you enable pull requests?

Our central repositories are handled by our awesome sysadmins over on kde.org where we have full control and tighter integration within our services. If we start using multiple repositories and making developers look in two places that gets very complicated and unfair on the maintainers.

Also as an open source project, it's very important for us to keep to using open source tools. Github does not meet that requirement.

How do I submit "Pull Requests"?


The maintainer for this software will then comment and merge your request.

Alternatively you can use the command "arc diff" to streamline the process. More details are available in the Phabricator page.

How do I submit "Issues"?

Please file a bug report or wish at https://bugs.kde.org