Thank you for your interest in contributing to the development of Astro Framework's "vratskyi.github.io"! We welcome your contributions.
-
Fork the repository.
-
Clone your fork to your local machine:
git clone https://github.com/vratskyi/vratskyi.github.io.git
-
Install dependencies:
cd vratskyi.github.io npm install
-
Create a branch for your work:
git checkout -b your-feature
-
Make changes and ensure your code adheres to the project's standards.
-
Commit your changes with a clear message:
git commit -m "Added your new feature"
-
Push the changes to your fork:
git push origin your-feature
-
Create a Pull Request with a description of your changes.
- Adhere to the coding style defined in the Astro Framework documentation.
- Always add tests for your code.
- Follow the DRY (Don't Repeat Yourself) and KISS (Keep It Simple, Stupid) principles.
If you find a bug or have a feature request, please create an Issue in the "Issues" section of our repository.
Your contribution will automatically be considered as an agreement to the project's license. Please make sure you have read the LICENSE.
Thank you for contributing to Astro Framework's "vratskyi.github.io"!