HashSlap-Summer-of-Code / HashSlap-Summer-of-Code/dev-scope
Add Your GitHub Username to contributors.json
- 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
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