Development/Git/GitHub Mirror: Difference between revisions

    From KDE TechBase
    (→‎GitHubMirror: read-only)
    (Adding links and some formatting for easy copy & paste)
    Line 18: Line 18:
    * 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 http://identity.kde.org
    * Run "git format-patch HEAD~1" to create a diff
    * Run
    * Head to git.reviewboard.kde.org and click "New Review Request".
    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.
    The maintainer for this software will then comment and merge your request.


    Alternatively you can use the command "rbt post" from reviewboard-tools to streamline the process.
    Alternatively you can use the command "rbt post" from [https://www.reviewboard.org/docs/rbtools/ reviewboard-tools] to streamline the process.


    ==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

    Revision as of 13:32, 22 September 2015

    GitHubMirror

    KDE is managing a read-only mirror of projects.kde.org on Github.

    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"?

    git format-patch HEAD~1
    

    to create a diff

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

    Alternatively you can use the command "rbt post" from reviewboard-tools to streamline the process.

    How do I submit "Issues"?

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