Thank you for considering contributing to POWERTHEWEB! We appreciate all your hard work and contributions, big or small. Here's how you can add your profile to the contributor card:
- Log in to your GitHub Account
- Visit the POWERTHEWEB repo
- Fork POWERTHEWEB repository
- Navigate to the file
src/json/Contributors.json
. - Add your
profile
under theprofiles
array using the following JSON structure:
{
"name": "Nelson",
"avatarUrl": "https://avatars.githubusercontent.com/u/25173636?v=4",
"github": "nelsonuprety1",
"twitter": "Nelsan97354355"
"projects": [
"https://github.com/devvsakib/power-the-web/tree/main/PROJECTS/Your-project-folder-1",
"https://github.com/devvsakib/power-the-web/tree/main/PROJECTS/Your-project-folder-2",
"https://github.com/devvsakib/power-the-web/tree/main/PROJECTS/Your-project-folder-3",
]
}
Remember to add the links to your projects that have been submitted to the PROJECTS
folder to the projects
array.
You must fill in your GitHub username. Your contributor card will not be accessible if you do not fill in your GitHub username.
- Make pull request
- After your pull request is merged by the owner, you can access your contributor card by going to the contributors list and clicking on the card icon next to your GitHub icon.
Thank you again for contributing to POWERTHEWEB. Your contributions help make the web a better place for everyone.