From Fedora Project Wiki

< User:Alciregi

Revision as of 13:32, 29 December 2021 by Alciregi (talk | contribs) (Created page with "Go to https://pagure.io/fedora-join/Welcome-to-Fedora and fork the project File:Fork205.png Click on "Clone" and copy the url (the SSH one) Open a terminal git clone s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Go to https://pagure.io/fedora-join/Welcome-to-Fedora and fork the project

Fork205.png

Click on "Clone" and copy the url (the SSH one)

Open a terminal

git clone ssh://git@pagure.io/forks/ahmedalmeleh/fedora-join/Welcome-to-Fedora.git

cd Welcome-to-Fedora/Artwork

Place the new image here

cd ..

git add Artwork/<newimage>.png

Edit README.md file

Modify the content of "<img>" html tag

Save the file

git add README.md

git commit

Insert a comment to the commit

git push

Back to the web browser

Select "Commits" on the left

Then "Create pull request"