Skip to content

My First Open Source Contribution - #64

Open
IVYIMOH wants to merge 1 commit into
Ayushmore1214:mainfrom
IVYIMOH:intro/IVYIMOH
Open

My First Open Source Contribution#64
IVYIMOH wants to merge 1 commit into
Ayushmore1214:mainfrom
IVYIMOH:intro/IVYIMOH

Conversation

@IVYIMOH

@IVYIMOH IVYIMOH commented Jul 26, 2026

Copy link
Copy Markdown

What does this PR do?

Related Issue

Fixes #

Type of change

  • Intro PR (adding my name to CONTRIBUTORS.md)
  • Bug fix
  • New feature or improvement
  • Content update (new glossary term, copy edit)
  • Documentation

How to test this

  1. Clone this branch
  2. Open src/index.html in a browser
  3. ...

Screenshots (if applicable)

Checklist

  • I've read CONTRIBUTING.md and followed the steps
  • My commits include Signed-off-by in the message (DCO sign-off)
  • I've tested this change in a browser
  • My changes don't break other parts of the page
  • The PR title is descriptive and follows the project conventions

Signed-off-by: iimoh <ivyimoh@gmail.com>
@IVYIMOH IVYIMOH changed the title docs: add Ivy Imoh to CONTRIBUTORS.md My First Open Source Contribution Jul 26, 2026
@IVYIMOH

IVYIMOH commented Jul 26, 2026

Copy link
Copy Markdown
Author

Looking forward to an exciting journey with Open source

@Ayushmore1214

Copy link
Copy Markdown
Owner

Thanks @IVYIMOH, the row itself looks good. One thing before I can merge: another intro PR landed on main and your branch now conflicts on the same line in CONTRIBUTORS.md.

Sync your fork and rebase:

git remote add upstream https://github.com/Ayushmore1214/FirstCommit.git   # if you haven't already
git fetch upstream
git rebase upstream/main
# resolve the conflict in CONTRIBUTORS.md by keeping BOTH rows
git push --force-with-lease

That's the whole fix. Comment here when it's pushed and I'll merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants