Skip to content

A beginner-friendly open-source project where contributors can add their bios to a JSON file and learn about GitHub workflows.

Notifications You must be signed in to change notification settings

tarunmankar/developer-community

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a beginner-friendly open-source project where developers can add their bio data to the list. To contribute, follow these steps:

How to Contribute

  1. Fork the repository.
  2. Clone your fork to your local machine.
  3. Update src/data/contributors.json to include your name, GitHub profile URL, and a short bio.
       {
         "name": "Your Name",
         "github": "https://github.com/your-name",
         "bio": "Java, Python Expert"
       }
  4. Commit your changes and push them to your fork.
  5. Create a Pull Request (PR).

Once your PR is submitted, I will review and merge your contributions.

About

This project aims to provide a space for beginner developers to Learn and contribute to open-source projects.

License

MIT License

About

A beginner-friendly open-source project where contributors can add their bios to a JSON file and learn about GitHub workflows.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published