Skip to content

Latest commit

 

History

History
66 lines (35 loc) · 2.62 KB

CONTRIBUTING.md

File metadata and controls

66 lines (35 loc) · 2.62 KB

How to contribute to this project?

Here you should find everything you need from getting started with creating your blog with MDX. We welcome contributions, check out the AniLearn Repo and the style-guides for creating a beautiful blog.

Getting Started

To do this, you need a GitHub account. If you do not have one yet, you can create one for free with an email address and password.

  1. Log in to your GitHub Account

  2. Visit AniLearn Repo

    image

  3. Don't forget to leave a star ⭐️

    image

  4. Fork the repository

    image

  5. This will take you to the forked repo

    image

  6. Choose the blog folder

    image

  7. Choose a technology related to the topic of your blog.

    image

  8. Create a new file

    image

    How to name our blog file?

    • No space but you can use "-"
    • The name must be lower case
  9. Give it a name and start writing your blog

    image

    Note You can have a template.mdx and download from here.

  10. Scroll to the bottom and commit new file by adding the commit message that starts blog: followed by your file name (for example [blog]: input.mdx)

    You can skip optional extended message

  11. Create a new branch

    image

    You can name it whatever you want, I name it helper.

  12. Make pull request

    image

Congratulations, You did it. 🎉

We will review it and if we find it helpful, we will merge it. 😀