I want to submit the meta descriptions I wrote for two Layer5 pages

I got assigned to write two meta descriptions. I have written them and now I want to present them but I’m not sure how.
I’m really taking my time to understand how thing work. This is my first contribution. Please help.

@vishalvivekm

So now as a next step you have to do these things -

  1. Fork the repo
  2. After forking, you need to clone the whole project in your local system, for that you can look up to contributing.md file
  3. After cloning, you need to create your own branch, and need to do necessary changes in the required file.
  4. Once done, you can test your code, and after testing you can use git command like git add file-name and then signed off your commit. Once commit is done, you can finally push the changes to that branch of your forked repo.
  5. Once done, go to your github repo, you wil see the Pull request icon there, just click on that, write title and issue no etc. and finally click on Create Pull request button.
    That’s all your PR will be created :slight_smile:

This is just a summary of what you have to do, you can always visit contributing. md file for seeing complete steps.

1 Like

Thank you @Suruchi_Kumari I have actually done 1-3 before.
I’ll continue with the rest.

2 Likes