Infrastructure/Git/GitHub Mirror: Difference between revisions

From KDE Community Wiki
m (→‎GitHubMirror: real easy peasy)
(https://github.com/KDE)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=GitHubMirror=
=GitHubMirror=


KDE is managing a '''read-only''' <b>mirror</b> of quickgit.kde.org on Github. It's located at https://github.com/KDE .
KDE is managing a '''read-only''' <b>mirror</b> of https://invent.kde.org on GitHub 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  :-)    but of course, if you e.g. search "''ECM''" , you find nothing on GitHub. Easy, no?
We want to make KDE sources easy to find, share and build upon. If you are signed into github.com you can search e.g. https://github.com/search?q=org%3AKDE+KDEInstallDirs .


=FAQ=
=FAQ=
Line 10: Line 10:


Our central repositories are handled by our awesome sysadmins over on kde.org where we have full control and tighter integration within our services.
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.
If we started using multiple repositories and making developers look in two places that gets even more 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.
Also as an open source project, it's very important for us to use open source tools. GitHub does not meet that requirement. Also, GitHub is subject to policy changes without notice, which can be less of a pleasant surprise.


==How do I submit "Pull Requests"?==
==How do I submit "Pull Requests"?==


* Fork and commit your changes in your fork as before
The mirrors of the KDE git repositories at GitHub https://github.com/KDE are read only. Please do not do GitHub Pull Requests.
* Create an account on http://identity.kde.org
Instead you should see the official instructions on how to contribute to KDE https://community.kde.org/Get_Involved/development .
* Run
git format-patch HEAD~1
to create a diff
* Head to https://git.reviewboard.kde.org and click "New Review Request".
 
The maintainer for this software will then comment and merge your request.
 
Alternatively you can use the command "rbt post" from [https://www.reviewboard.org/docs/rbtools/ reviewboard-tools] to streamline the process.
 
TODO: explain usage of phabricator for reviews


==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 http://bugs.kde.org

Latest revision as of 22:49, 22 October 2022

GitHubMirror

KDE is managing a read-only mirror of https://invent.kde.org on GitHub located at https://github.com/KDE .

We want to make KDE sources easy to find, share and build upon. If you are signed into github.com you can search e.g. https://github.com/search?q=org%3AKDE+KDEInstallDirs .

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 started using multiple repositories and making developers look in two places that gets even more complicated and unfair on the maintainers.

Also as an open source project, it's very important for us to use open source tools. GitHub does not meet that requirement. Also, GitHub is subject to policy changes without notice, which can be less of a pleasant surprise.

How do I submit "Pull Requests"?

The mirrors of the KDE git repositories at GitHub https://github.com/KDE are read only. Please do not do GitHub Pull Requests. Instead you should see the official instructions on how to contribute to KDE https://community.kde.org/Get_Involved/development .

How do I submit "Issues"?

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