Skip to content

SlayeR6889/docs.airchains.io

Repository files navigation

Airchains Documentation

This is the documentation for the Airchains project. The documentation is written in markdown and is hosted on vercel.

You can contribute to the documentation by making a pull request to the Airchains Documentation Repository

Contributing

To contribute to the documentation, you need to have a basic understanding of markdown. If you are not familiar with markdown, you can learn more about it here.

To contribute to the documentation, follow these steps:

  1. Clone the repository
git clone https://github.com/SlayeR6889/docs.airchains.io
  1. Create a new branch
git checkout -b <branch-name>
  1. Make your changes

  2. Commit your changes

git commit -m "Your commit message" -m "Your commit description"

Note : The commit message should be descriptive and should explain the changes you made.

  1. Push your changes
git push origin <branch-name>
  1. Create a pull request

  2. Wait for your pull request to be reviewed and merged

  3. Celebrate 🎉