Re: I think I might have a mistake... : pushing directly into main branch (freebsd/freebsd-doc in GitHub)

From: Lorenzo Salvadore <developer_at_lorenzosalvadore.it>
Date: Wed, 15 Mar 2023 08:18:44 UTC
------- Original Message -------
On Wednesday, March 15th, 2023 at 4:58 AM, YooKyung-tak stonegaze@me.com wrote:



> Hello,
> 
> I think I might have a mistake. :(
> 
> After pulling request _index.po and _index.adoc files in ko branch of freebsd-doc, I have pushed two files into main branch directly.
> 
> /documentation/content/ko/books/handbook/basics/_index.adoc
> /documentation/content/ko/books/handbook/basics/_index.po
> 
> I knew that.. I should make a branch for Korean language and pushing my result. And then I should request merge into the main branch.
> But I didn’t know that I have a permission to upload at main branch directly.
> Of course I completed proofreading twice. But I wonder if I twisted all other contributors work.
> 
> Please check.
> Thank you
> 
> KT, Yoo
> 
> Regards.


I believe you are a new contributor and not a committer, so you have no write access to any
official repository indeed (not yet). Looking at the logs, I do not see any commit pushed
by you: there is only one commit authored by you but pushed by dbaio, which is
https://cgit.freebsd.org/doc/commit/?id=27d94b6609ca3075a6a976758a394fbde7e92be5

Maybe you have forked the repository on GitHub and pushed the main branch on your own fork.
In your fork on GitHub, you have full write access and you can do whatever you want, without
affecting the official FreeBSD repositories.

Thanks for your contributions,

Lorenzo Salvadore