Skip to content

Latest commit

 

History

History
78 lines (52 loc) · 2.71 KB

File metadata and controls

78 lines (52 loc) · 2.71 KB

Contributing to BLT

First off, thank you for considering contributing to our project. Your help is greatly appreciated!

Table of Contents

  1. How Can I Contribute?
  2. Style Guides
  3. Getting Help

How Can I Contribute?

Reporting Bugs

If you find a bug, please open an issue here and include as much detail as possible. Before creating a new issue, please check to see if the bug has already been reported.

A good bug report should include:

  • A clear and descriptive title.
  • A detailed description of the problem, including steps to reproduce.
  • Any relevant logs, screenshots, or code snippets.

Suggesting Enhancements

We welcome enhancements and improvements! To suggest an enhancement, please open an issue here with the following details:

A good enhancement suggestion should include:

  • A clear and descriptive title.
  • A detailed explanation of the enhancement and why it would be useful.
  • Any relevant code snippets or examples.

Submitting Pull Requests

Pull requests are the best way to propose changes to the codebase. We actively welcome your pull requests:

  1. Fork the repository.
  2. Create a branch for your feature or bug fix (git checkout -b "#1-add-functionality").
  3. Commit your changes (git commit -m "Add new feature").
  4. Push to the branch (git push origin "#1-add-functionality").
  5. Open a pull request here.

Your pull request should:

  • Contain the issue number in the title (e.g., #1 - Add new functionality).
  • Include a clear description of what your changes do.
  • Reference any related issues.
  • Follow the project's coding standards.

Style Guides

Git Commit Messages

  • Use the present tense ("Add feature" not "Added feature").
  • Use the imperative mood ("Move cursor to..." not "Moves cursor to...").
  • Limit the first line to 72 characters or less.
  • Reference issues and pull requests liberally.

Code Style

  • Keep code styled as in the repository.
  • You can use composer csf for fixing code style.

Getting Help

Please don't create issues with questions about using package, refer to documentation or FAQ first. You can also contact us at

jakub.kermes@studenci.collegiumwitelona.pl

piotr.fedak@studenci.collegiumwitelona.pl

or message Blumilk directly.

Thank you for contributing to BLT!