Welcome! This project is designed to help you make your first pull request.
- Fork the repository.
- Create a branch named like
add/your-name. - Edit
data/contributors.ndjsonand add a new line with your details. - Commit your change and open a Pull Request (PR).
- Open
data/contributors.ndjson. - Add ONE new line using valid JSON format. Example:
{"name":"Your Name","username":"your-github-username","github":"https://github.com/your-github-username","message":"Excited to contribute!"}Notes:
nameandusernameare required.- Keep everything on a single line (that’s how NDJSON works).
- Don’t add commas at the end; each line is an independent JSON object.
- We’ll add the
addedAttimestamp during review if missing.
- Title suggestion:
Add <your-name> to contributors - Keep the PR to just one new line in the file.
- The GitHub checks (if any) should pass automatically. If not, the maintainer will help.
Be kind and respectful. This is a learning space.