On 12/22/21 03:12, Barry Scott wrote:
I can raise a PR if that helps, but I have not done that before
so pointers to the work flow would be welcomed.


https://docs.github.com/en/get-started/quickstart/github-flow

The workflow is largely similar to other Git interfaces, such as GitHub.  From https://src.fedoraproject.org/rpms/python-tzlocal , click the "Fork" button in the upper right, which will create a copy where you can push changes.  Clone that repo to your system. (Optionally) Create a new branch with "git checkout -b <branch name>".  Make your changes and commit them.  Push your branch back to s.f.o with "git push origin <branch name>".  When you do that, IIRC, git will print a URL that you can use to open a PR, or you can return to the original repo and use the "Open PR" button next to the "Fork" button in the upper right.  After your changes are merged, you can (optionally) delete your feature branch, or delete your forked repo if you don't plan to do any further work in the future.
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to