steve3535 / FamilyPhotoAlbum

0 stars 1 forks source link

Lesson 1: Add Your First Photo to the Family Album #1

Open steve3535 opened 1 week ago

steve3535 commented 1 week ago

Welcome to our Family Photo Album project! In this first lesson, you'll learn how to add your very first "photo" to our shared album.

Steps to Add Your Photo

  1. Clone the Repository

    • Go to the main page of the FamilyPhotoAlbum repository.
    • Click the "Code" button and copy the URL.
    • Open your terminal and run: git clone [PASTE_REPO_URL_HERE]
    • Navigate into the project: cd FamilyPhotoAlbum
  2. Create a New Branch

    • Create and switch to a new branch: git checkout -b <your_github_username>-my-first-photo
  3. Add Your "Photo"

    • Choose a the category folder members.
    • Create a new Markdown file in that folder, e.g., <your_github_username>-first-photo.md.
    • Use the template below to fill in your photo details.
  4. Commit Your Changes

    • Stage your new file: git add .
    • Commit with a message: git commit -m "Add my first family photo"
  5. Push and Create a Pull Request

    • Push your branch: git push origin <your_github_username>-my-first-photo
    • Go to the repository on GitHub and click "Create Pull Request".
  6. Wait for Review

    • A family member (project maintainer) will review your photo and may suggest changes.
    • If changes are requested, make them in your branch and push again.
  7. Merge Your Photo

    • Once approved, your photo will be merged into the main album!

Photo Template

Use this template for your Markdown file:

# Image Generation Request

**Title**: A sunset over a mountain range

**Description**: The image should depict a beautiful sunset, with the sky blending vibrant shades of orange, pink, and purple, over a serene mountain range.

Tips for Success

Congratulations! You've just added your first photo to our family album using Git and GitHub. This process mirrors how developers collaborate on code projects.

Need help? Ask questions in the comments below!

jegamboafuentes commented 5 days ago

Hey @steve3535! πŸ‘‹

I saw your awesome issue and thought I'd let you know about Lightning Bounties! πŸš€ It's a super easy-to-use app where you can add a Bitcoin reward to this issue, encouraging devs to jump in and help you solve it.

Here’s a quick tutorial to get started: Lightning Bounties Tutorial. πŸ’‘ You can post your issue there, set up a bounty, and whoever cracks the code gets rewarded instantly in Bitcoin. πŸ”₯

Let me know if you have any questions or need help setting it up!

Cheers! ⚑