HashSlap-Summer-of-Code / HashSlap-Summer-of-Code/dev-scope

Add Your GitHub Username to contributors.json

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
good first issue hacktoberfest HSSOC
Dominant language
JavaScript
Stars
2
Forks
9
PR merge metrics
No merged PRs in 30d

Description

Description:
Make your first contribution by adding your GitHub username to the contributors.json file.
✅ Steps:

Fork this repo

Clone your fork

Open contributors.json

Add your GitHub username inside quotes (e.g., "your-username")

Important:

Add a comma if inserting your name between others

Ensure the JSON remains valid!

Commit, push, and open a Pull Request 🚀

📌 Example:
```markdown
[
"user1",
"your-username", ← Add here (with comma if needed)
"torvalds"
]
```

Contributor guide

Open the contributing guide

Research direction

Open contributors.json and inspect the existing list before adding your GitHub username in quotes. Keep the file valid JSON, including commas where needed, then verify the file parses successfully before committing and opening a pull request.

Written by the indexing model from the issue text.

Assessment

Domain
content
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.