codeaashu/DevDisplay

Add Your Profile On - DevDisplay ( Easiest way to contribute )

Opened this issue · 4 comments

Thank you for your interest in contributing to our open-source project!

The easiest way to contribute on Open Source - Hacktoberfest & GSSOC

Add your profile on DevDisplay Technologist

Screenshot (1348)

Steps to Add Your Profile Data Backhand Index Pointing Down

  1. Fork the repository: To create a copy of the repository in your GitHub account, click on the "Fork" button in the top right corner of the project repository page.

  2. Navigate to the public/data folder in your project directory.

  3. Create a new JSON file named your_github_username.json (replace your_github_username with your actual GitHub username). Open the file you just created.

  4. Add the following JSON object, replacing the placeholder values with your own details:

    {
      "name": "Your Name",
      "location": "Your Location",
      "bio": "Your Bio should be 20-30 words not more than that",
      "avatar": "https://github.com/your-github-username.png",
      "portfolio": "Your Portfolio URL or Github URL",
      "skills": ["Your Skill 1", "Your Skill 2", "..."],
      "social": {
        "GitHub": "https://github.com/your-github-username",
        "Twitter": "https://twitter.com/your-twitter-username",
        "LinkedIn": "https://www.linkedin.com/in/your-linkedin-username"
      }
    }
  5. Save the your_github_username.json file.

  6. Navigate to the src folder in your project directory. Open the ProfilesList.json file.

  7. Add your JSON filename (your_github_username.json) to the array of filenames in the ProfileList.json file, like this:

    ["filename1.json", "filename2.json", "filename3.json", "your_github_username.json"]
  8. Save the ProfileLists.json file.

  9. Contribute Follow this 👇🏻:
    How to contribute

  10. Wait for review and merge: Wait for the project maintainers to review and merge your changes.

Once your changes are merged Party Popper Your profile will be displayed on the project's website.


I have added my profile!

Hi @codeaashu can we connect on discord and discuss few issues which I'm facing while solving few more issues.

I have added mine