git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* hacktoberfest
@ 2017-09-27 22:05 pedro rijo
  2017-09-28 21:19 ` hacktoberfest Jeff King
  0 siblings, 1 reply; 4+ messages in thread
From: pedro rijo @ 2017-09-27 22:05 UTC (permalink / raw)
  To: Git Users

Hey,

As some may have noticed, GitHub and DigitalOcean have been promoting
Open Source contributions in October for a few years now.

While the git repository itself is not hosted under GitHub, the Pro
Git book, git for Windows, and git-scm website (at least) projects
are, and could use this movement to get some more contributions, and
eventually more maintainers (at least git-scm website had some
maintainers problem some time ago).

I've been helping on the git-scm repository (mostly filtering issues
and PRs), and I know there are still some issues which need to be
addressed. If the remaining maintainers agree, we could filter and
provide more instructions to some easy (or not so easy) issues, adding
the 'hacktoberfest' label and try to use this movement to solve some
problems

Probably, other repositories could also enjoy the opportunity.

Here's the website: https://hacktoberfest.digitalocean.com/


-- 
Thanks,

Pedro

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: hacktoberfest
  2017-09-27 22:05 hacktoberfest pedro rijo
@ 2017-09-28 21:19 ` Jeff King
  2017-10-04 21:20   ` hacktoberfest pedro rijo
  0 siblings, 1 reply; 4+ messages in thread
From: Jeff King @ 2017-09-28 21:19 UTC (permalink / raw)
  To: pedro rijo; +Cc: Git Users

On Wed, Sep 27, 2017 at 11:05:49PM +0100, pedro rijo wrote:

> While the git repository itself is not hosted under GitHub, the Pro
> Git book, git for Windows, and git-scm website (at least) projects
> are, and could use this movement to get some more contributions, and
> eventually more maintainers (at least git-scm website had some
> maintainers problem some time ago).
> 
> I've been helping on the git-scm repository (mostly filtering issues
> and PRs), and I know there are still some issues which need to be
> addressed. If the remaining maintainers agree, we could filter and
> provide more instructions to some easy (or not so easy) issues, adding
> the 'hacktoberfest' label and try to use this movement to solve some
> problems

I'd love it if more people wanted to contribute to the git-scm
repository. I think one can probably find some low-hanging fruit by
looking at the open issues list (though I'd be happy, too, if people
with bug or feature suggestions opened new issues).

Here are a couple small-to-moderate bugs that have been languishing:

  https://github.com/git/git-scm.com/issues/701

  https://github.com/git/git-scm.com/issues/987

  https://github.com/git/git-scm.com/issues/994

-Peff

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: hacktoberfest
  2017-09-28 21:19 ` hacktoberfest Jeff King
@ 2017-10-04 21:20   ` pedro rijo
  2017-10-05 11:34     ` hacktoberfest Jeff King
  0 siblings, 1 reply; 4+ messages in thread
From: pedro rijo @ 2017-10-04 21:20 UTC (permalink / raw)
  To: Jeff King; +Cc: Git Users

seems my last answer was blocked due to HTML :(

here's the answer: Seems a nice start yes. I've been on vacations, but
next week I will go trough the current issues and add the
hacktoberfest label to some issues if you agree.

I went through the open issues a few moments ago. Some were closed
(solved or not applicable anymore), and some got an hacktoberfest
label, hoping new contributors pop up. Feel free to have a look and
add new issues to the label, as well as remove some of those I thought
it could be a good fit. There are easy issue, and some not so easy
(not very hard, but a bit more work) probably.

Issues labeled:
https://github.com/git/git-scm.com/issues?q=is%3Aopen+is%3Aissue+label%3Ahacktoberfest

Thanks,
Pedro

2017-09-28 22:19 GMT+01:00 Jeff King <peff@peff.net>:
> On Wed, Sep 27, 2017 at 11:05:49PM +0100, pedro rijo wrote:
>
>> While the git repository itself is not hosted under GitHub, the Pro
>> Git book, git for Windows, and git-scm website (at least) projects
>> are, and could use this movement to get some more contributions, and
>> eventually more maintainers (at least git-scm website had some
>> maintainers problem some time ago).
>>
>> I've been helping on the git-scm repository (mostly filtering issues
>> and PRs), and I know there are still some issues which need to be
>> addressed. If the remaining maintainers agree, we could filter and
>> provide more instructions to some easy (or not so easy) issues, adding
>> the 'hacktoberfest' label and try to use this movement to solve some
>> problems
>
> I'd love it if more people wanted to contribute to the git-scm
> repository. I think one can probably find some low-hanging fruit by
> looking at the open issues list (though I'd be happy, too, if people
> with bug or feature suggestions opened new issues).
>
> Here are a couple small-to-moderate bugs that have been languishing:
>
>   https://github.com/git/git-scm.com/issues/701
>
>   https://github.com/git/git-scm.com/issues/987
>
>   https://github.com/git/git-scm.com/issues/994
>
> -Peff



-- 
Obrigado,

Pedro Rijo

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: hacktoberfest
  2017-10-04 21:20   ` hacktoberfest pedro rijo
@ 2017-10-05 11:34     ` Jeff King
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff King @ 2017-10-05 11:34 UTC (permalink / raw)
  To: pedro rijo; +Cc: Git Users

On Wed, Oct 04, 2017 at 10:20:53PM +0100, pedro rijo wrote:

> here's the answer: Seems a nice start yes. I've been on vacations, but
> next week I will go trough the current issues and add the
> hacktoberfest label to some issues if you agree.
> 
> I went through the open issues a few moments ago. Some were closed
> (solved or not applicable anymore), and some got an hacktoberfest
> label, hoping new contributors pop up. Feel free to have a look and
> add new issues to the label, as well as remove some of those I thought
> it could be a good fit. There are easy issue, and some not so easy
> (not very hard, but a bit more work) probably.

Thanks for doing this! The labeled issues all look pretty reasonable to
me.

-Peff

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-10-05 11:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-27 22:05 hacktoberfest pedro rijo
2017-09-28 21:19 ` hacktoberfest Jeff King
2017-10-04 21:20   ` hacktoberfest pedro rijo
2017-10-05 11:34     ` hacktoberfest Jeff King

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).