From e28cd58c3aec9d2ec41dbf8b50111679fb4c377d Mon Sep 17 00:00:00 2001 From: Bruno Vernay Date: Aug 29 2021 08:31:48 +0000 Subject: [PATCH 1/2] Add a note about fork vs. forks It is an unfortunate discrepancy that deserve a note or a warning --- diff --git a/modules/ROOT/pages/pull-requests.adoc b/modules/ROOT/pages/pull-requests.adoc index b2426f2..c4ea17d 100644 --- a/modules/ROOT/pages/pull-requests.adoc +++ b/modules/ROOT/pages/pull-requests.adoc @@ -55,6 +55,9 @@ Here as well, fedpkg will take care of configuring correctly your git repository *Username/Password* + If you ever see the CLI asking you for an username and/or password, your git repo is not correctly configured. The only place that should be asking you for an username and password is https://id.fedoraproject.org[https://id.fedoraproject.org] +*fork(s)* + +The URL used for web browsing uses "fork/" (singular) while the path used for git uses "forks/" (plural). + ==== == Open a pull-request == From 96dac3afced167adc2a67821d42aa4ea18ef006c Mon Sep 17 00:00:00 2001 From: Bruno Vernay Date: Aug 29 2021 20:02:54 +0000 Subject: [PATCH 2/2] Add a note about fork vs. forks --- diff --git a/modules/ROOT/pages/pull-requests.adoc b/modules/ROOT/pages/pull-requests.adoc index c4ea17d..82d549f 100644 --- a/modules/ROOT/pages/pull-requests.adoc +++ b/modules/ROOT/pages/pull-requests.adoc @@ -55,6 +55,11 @@ Here as well, fedpkg will take care of configuring correctly your git repository *Username/Password* + If you ever see the CLI asking you for an username and/or password, your git repo is not correctly configured. The only place that should be asking you for an username and password is https://id.fedoraproject.org[https://id.fedoraproject.org] + +==== + +[NOTE] +==== *fork(s)* + The URL used for web browsing uses "fork/" (singular) while the path used for git uses "forks/" (plural).