Thank you for considering contributing to our website! We appreciate your support.
To contribute, please follow these guidelines:
-
Fork the repository and clone it locally.
-
Create a new branch for your contribution:
git checkout -b feature/your-feature
-
Make your changes.
-
Test your changes thoroughly.
-
Commit your changes with descriptive commit messages:
git commit -m "Add feature: your feature description"
-
Push your branch to your forked repository:
git push origin feature/your-feature
-
Open a pull request (PR) from your branch to the
main
branch of the original TechNode-Community-Website repository. -
Be responsive to feedback and address any requested changes.
If you find a bug, please open an issue and describe it in detail. We appreciate your help in making our website better.
If you have any questions or need clarification on these guidelines, feel free to reach out to us on GitHub.
Thank you for your contributions!