-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create New Category and Add a resource #3
Comments
@hulyak I can work on this issue |
This is an open issue, anyone can contribute! @harishfalco |
I'd love to work on this! This would be my first contribution to an open source project. |
please assign this issue to me |
you can contribute to the website however you want @Shivani-001, just follow the steps. Thanks! |
Its legit, right? 😆 |
Creating A New Resource Page and Adding New Resource
If you cannot find a new resource to add, you can just create a new page and a different category. It can be related to frontend, backend, cloud, blockchain, or mobile development. It can be whatever you want.
For that, create a new markdown file for a new category and add the resource there.
<category>-<number>.md
and add the resource to the file. For example, you can the file asfree-websites-1.md
. Then, go tosidebars.js
file in the root of the project and add the file name to the list.title
property.### 1.[Reacti Flux](https://discord.com/invite/reactiflux) Reacti Flux is the largest community of React developers (110,000+)!
Run the project
Make sure the page loads with no errors and you have added a new resource.
Stage, Commit, and Push Your Changes
Next, you want to stage, commit, and push your changes to your fork. Staging means saving your changes so they are ready to be added to your branch.
git push
adds the changes on your computer to your GitHub repository.Create a Pull Request
Navigate back to the original repo from which you forked, and you will see a prompt to open a new Pull Request from the branch you just pushed to.
Click Compare & pull request, add a description describing the changes you made.
To submit your pull request, click the green 'Create pull request' button.
Well done, you have made your first pull request! 🎉🎉🎉
The text was updated successfully, but these errors were encountered: