diaspora icon indicating copy to clipboard operation
diaspora copied to clipboard

Adopt a pull request

Open jhass opened this issue 12 years ago • 8 comments

This issue keeps track of (seemingly) abandoned pull requests. Adopting them is very welcome!

Some cavehats though: Carefully read the associated discussions, don't forget the ones in the associated issues. There always is a reason a pull request is unmerged. Make sure to get some feedback about the solution you would apply to solve the outstanding issue first. Also reassure that the issue still exists, if not please tell us about that.

You can find the adoptable pull requests under the orphan label: https://github.com/diaspora/diaspora/labels/orphan

Here's the git fu to get you started:

  1. Locate the location of the branch of the pull request, at the top you can read "Somebody wants to merge n commits into diaspora:develop from somebody:something. The somebody:something is the important piece of information. somebody is the repository owner, something the branch name.

  2. Assuming you forked Diaspora already, cloned your fork and have a shell open placed at your repository, run the following commands:

    git remote add somebody git://github.com/somebody/diaspora.git
    git fetch somebody
    git checkout -b something somebody/something
    git push -u origin something
    

    Replace somebody and something accordingly.

  3. You now have a something branch of the pull request, make any needed changes inside the branch and push them. Once you're done or need some feedback open a new pull request from the branch in your fork.

jhass avatar Aug 01 '13 23:08 jhass

I don't know if @taratatach will fix the failing test in https://github.com/diaspora/diaspora/pull/4527

Flaburgan avatar Dec 24 '13 12:12 Flaburgan

@jhass I am interested in contributing to this project as a part of my RGSoC application. Is this issue still open?And please do guide me with some details on how to start the fix

Amritha777 avatar Feb 25 '18 18:02 Amritha777

@Amritha777 this issue is constantly open as PR sometimes get abandoned. Please tell us on what task you'd like to work ;)

Flaburgan avatar Feb 25 '18 18:02 Flaburgan

@Flaburgan me and my teammate are well versed with front-end utilities HTML CSS Javascript etc. Though we are keen on learning ruby on rails through the journey of contribution ( our coaches will be guiding us with ruby on rails). So as a newcomer, I would love to work on front-end UI based tasks!

Amritha777 avatar Feb 25 '18 18:02 Amritha777

Greetings!

Thanks for replying! So me and my teammate are well versed with front-end utilities like HTML CSS Javascipt and back-end in NodeJS. Though we are keen on learning ruby on rails through this journey of contribution( our coaches have prior experience in ruby on rails), thus as newcomers we intend to work on frontend and UI fixes.

Please guide us with tasks i can work on!

Regards Amritha Anil

On 26 Feb 2018 12:14 am, "Fla" [email protected] wrote:

@Amritha777 https://github.com/amritha777 this issue is constantly open as PR sometimes get abandoned. Please tell us on what task you'd like to work ;)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/diaspora/diaspora/issues/4340#issuecomment-368333416, or mute the thread https://github.com/notifications/unsubscribe-auth/Ae_NJtJvx-vvFefmEEEMuqiOHyp1ezhcks5tYanxgaJpZM4A3iop .

Amritha777 avatar Feb 25 '18 19:02 Amritha777

Awesome! If you didn't do it already, start by reading our wiki page for new contributors. Then digs into the issues with the newcomer or the help wanted label. If you have a question specific to an issue, post on github, if you have a generic question (like if you need help to set up your development environnement) please join #diaspora or #diaspora-dev on IRC freenode.

Also, if you don't have an account on diaspora already, you can register on my pod with this invitation link. I run the develop branch with all the very last commits, so you'll find your work available quickly for you to use. And maybe using diaspora* will help you choose what you want to improve ;)

Welcome aboard!

Flaburgan avatar Feb 25 '18 19:02 Flaburgan

@Amritha777 if this is in regards to Rails Girls Summer of Code, please talk to Lisa first. Her contact details are visible in the application system.

denschub avatar Feb 26 '18 03:02 denschub

I would like to contribute to my home

afheisleycook avatar Oct 19 '22 00:10 afheisleycook