a-to-z-coding-resources icon indicating copy to clipboard operation
a-to-z-coding-resources copied to clipboard

Add new resource

Open hulyak opened this issue 3 years ago • 1 comments

Follow these steps to add a new resource to the page.

  • Go to the docs folder and look at the resources.
  • All you need is to add a unique new resource to any of the markdown files. You only need to add one resource for the Pull Request.
  • Go to the end of the page and add a new resource.
  • Image of the resource is not necessary, if you want to add the image of the website, you can first load the image on Dev.to and paste the link from there.
  • You can add a short description after the heading. For the heading use ### for Heading level 3 and make sure it looks good.

If you need help writing markdown files, you can check out this website.

You can checkout this example:

### 1.[Reacti Flux](https://discord.com/invite/reactiflux)

Reacti Flux is the largest community of React developers (110,000+)!

Run the Project

Install dependencies and start the project in localhost 3000.

npm install
npm start

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 add .
git commit -m "type your commit message"
git push

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! 🎉🎉🎉

hulyak avatar Oct 02 '21 18:10 hulyak

Hey @hulyak I would like to contribute to this issue . Could u assaign it to me ??

saiwali avatar Oct 04 '22 17:10 saiwali