* [Outreachy] First contribution @ 2019-10-21 10:39 Miriam R. 2019-10-21 18:35 ` Emily Shaffer 0 siblings, 1 reply; 3+ messages in thread From: Miriam R. @ 2019-10-21 10:39 UTC (permalink / raw) To: git Dear Git developers, I’m an Outreachy applicant, I would like to make my contribution to apply to this Outreachy internship period. I have found this issue tagged as open and goodfirstissue: https://github.com/gitgitgadget/git/issues/230 But there is a PR from 4 months ago: https://github.com/gitgitgadget/git/pull/271 and I don't know how to find out if a patch including that change already exists or if it makes sense to do it. In case this issue is not suitable for my first contribution, I have also found this: https://github.com/gitgitgadget/git/issues/379 In case any of them aren’t ok for you, I’ll try to find another. Thank you. Kind regards, Miriam. ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Outreachy] First contribution 2019-10-21 10:39 [Outreachy] First contribution Miriam R. @ 2019-10-21 18:35 ` Emily Shaffer 2019-10-22 13:42 ` Miriam R. 0 siblings, 1 reply; 3+ messages in thread From: Emily Shaffer @ 2019-10-21 18:35 UTC (permalink / raw) To: Miriam R.; +Cc: git On Mon, Oct 21, 2019 at 12:39:16PM +0200, Miriam R. wrote: > Dear Git developers, > I’m an Outreachy applicant, I would like to make my contribution to > apply to this Outreachy internship period. Welcome, Miriam! Good to hear from you. > > I have found this issue tagged as open and goodfirstissue: > https://github.com/gitgitgadget/git/issues/230 > > But there is a PR from 4 months ago: > https://github.com/gitgitgadget/git/pull/271 and I don't know how to > find out if a patch including that change already exists or if it > makes sense to do it. GitGitGadget exists to repackage PRs (which Git project doesn't use) into emailed patches (which Git project does use) when the author writes /submit on the PR comment chain. In that PR I see Johannes asking for a /submit, but no submit; next I would check if a patch with the same title came through in the mailing list by searching on the public-inbox.org mirror: https://public-inbox.org/git/?q=is_directory+dir_exists Looks like, no, a patch with those hotwords wasn't mailed. Finally, I would check the project to see if it's still an issue: $ cd my-git-dir/ $ git grep is_directory I still see 30 instances of is_directory in the codebase, so looks like we haven't made this change. :) > > In case this issue is not suitable for my first contribution, I have > also found this: > https://github.com/gitgitgadget/git/issues/379 This is also a fine change if you want to make it. Good luck, and remember it's fine to ask the mentor for the project you ultimately want to help on for help, code review in advance, etc. - Emily ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Outreachy] First contribution 2019-10-21 18:35 ` Emily Shaffer @ 2019-10-22 13:42 ` Miriam R. 0 siblings, 0 replies; 3+ messages in thread From: Miriam R. @ 2019-10-22 13:42 UTC (permalink / raw) To: Emily Shaffer; +Cc: git, Christian Couder El lun., 21 oct. 2019 a las 20:35, Emily Shaffer (<emilyshaffer@google.com>) escribió: > > On Mon, Oct 21, 2019 at 12:39:16PM +0200, Miriam R. wrote: > > Dear Git developers, > > I’m an Outreachy applicant, I would like to make my contribution to > > apply to this Outreachy internship period. > > Welcome, Miriam! Good to hear from you. > > > > > I have found this issue tagged as open and goodfirstissue: > > https://github.com/gitgitgadget/git/issues/230 > > > > But there is a PR from 4 months ago: > > https://github.com/gitgitgadget/git/pull/271 and I don't know how to > > find out if a patch including that change already exists or if it > > makes sense to do it. > > GitGitGadget exists to repackage PRs (which Git project doesn't use) > into emailed patches (which Git project does use) when the author writes > /submit on the PR comment chain. In that PR I see Johannes asking for a > /submit, but no submit; next I would check if a patch with the same > title came through in the mailing list by searching on the > public-inbox.org mirror: > > https://public-inbox.org/git/?q=is_directory+dir_exists > > Looks like, no, a patch with those hotwords wasn't mailed. Finally, I > would check the project to see if it's still an issue: > > $ cd my-git-dir/ > $ git grep is_directory > > I still see 30 instances of is_directory in the codebase, so looks like > we haven't made this change. :) > Thank you Emily!! Then I'll do this issue #230 :) > > > > In case this issue is not suitable for my first contribution, I have > > also found this: > > https://github.com/gitgitgadget/git/issues/379 > > This is also a fine change if you want to make it. > > Good luck, and remember it's fine to ask the mentor for the project you > ultimately want to help on for help, code review in advance, etc. Thank you for the advice!, I'm already in touch with Christian Couder. Best, Miriam > > - Emily ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-10-22 13:42 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-10-21 10:39 [Outreachy] First contribution Miriam R. 2019-10-21 18:35 ` Emily Shaffer 2019-10-22 13:42 ` Miriam R.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).