Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.13 KB

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) · 1.13 KB

Contributing to arkitect

How Can I Contribute?

Reporting Bugs

To report bugs you can open an issue on this repository. Please provide as much information as you can to help discover and fix the bug Useful information are

  • Which PHP version are you running?
  • How do you run arkitect? Is it via docker or installed via composer?
  • Which problem are you experiencing?

If possible, a test highlihting the bug would be great If you are fixing a bug, create a pull request, linking the issue with bug's details (if there is any) and provide tests The build must be green for the PR being merged

Suggesting Enhancements

If you want to propose an enhancements open an issue explaining why you think it would be useful Once you get a green light implement stuff, create a PR. Remember to provide tests The build must be green for the PR being merged

How to develop arkitect

In order to fix a bug o submit a new enhancement we suggest to run the build locally or using docker (with the dockerfile provided) Some common tasks are available in the Makefile file (you still can use it to see how run things even your system does not support make)