Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.59 KB

CONTRIBUTING.md

File metadata and controls

58 lines (36 loc) · 1.59 KB

Astro Framework - vratskyi.github.io - Contributing Guidelines

Thank you for your interest in contributing to the development of Astro Framework's "vratskyi.github.io"! We welcome your contributions.

How to Contribute

  1. Fork the repository.

  2. Clone your fork to your local machine:

    git clone https://github.com/vratskyi/vratskyi.github.io.git
  3. Install dependencies:

    cd vratskyi.github.io
    npm install
  4. Create a branch for your work:

    git checkout -b your-feature
  5. Make changes and ensure your code adheres to the project's standards.

  6. Commit your changes with a clear message:

    git commit -m "Added your new feature"
  7. Push the changes to your fork:

    git push origin your-feature
  8. Create a Pull Request with a description of your changes.

Code Standards

  • 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.

Bug Reports and Feature Requests

If you find a bug or have a feature request, please create an Issue in the "Issues" section of our repository.

License

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"!