Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 902 Bytes

File metadata and controls

35 lines (23 loc) · 902 Bytes

Contributing to sqlaxe

Thank you for considering contributing to our project! Here are some guidelines to help you get started:

Getting Started

  1. Set up the project using the README.md.

  2. Create a new branch for your feature or bugfix:

    git checkout -b feature/your-feature-name

Making Changes

  1. Make your changes in the new branch.

  2. Optionally, add your name to the CONTRIBUTORS.md file.

  3. Commit your changes with a descriptive commit message.

    git commit -m "Add feature: description of your feature"
  4. Push your changes to your fork.

    git push origin feature/your-feature-name

Submitting a Pull Request

  1. Open a pull request to the main repository.
  2. Provide a clear description of your changes and any related issues.

Thank you for your contributions!