Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 1.51 KB

CONTRIBUTING.md

File metadata and controls

22 lines (15 loc) · 1.51 KB

🎆 First of all, thank you for contributing to Bricks! 🎆

There are some guidelines that should be followed to ensure an easier management of this project and to make easier for contributors to help improve it.

Reporting a bug

To open a bug, open an issue in the "Bug Report" category, making sure to follow these steps:

  • read the relevant topics on the documentation at https://bricks.stefanobartoletti.it
  • search on the existing issues, your problem may have already be answered or even solved
  • describe your issue in a clear and detailed way
  • use English in your reports

Submitting a Pull Request

To submit a pull request, make sure to follow these steps and requirements:

  • read the relevant topics on the documentation at https://bricks.stefanobartoletti.it
  • submit your PR's against the devel branch, which is used for active development, not against master
  • open a PR's for a single feature or bugfix, multiple modifications of different nature can be submitted with multiple PR's
  • run linting scripts (yarn lint) before submitting your PR to properly format your code and check for issues (you need to install dependencies with yarn install and composer install before running linting scripts)
  • if submitting a new feature, discuss it by opening an issue before even start working on it. This is required to make sure that the new feature is something that is really needed or wanted and thus having it green-lighted, and to receive some feedback and suggestions about how to properly implement it.