Issues and bug reports are very welcome. Please include as much detail as you can, including URLs and log messages if possible.
Pull requests are also very welcome. I recommend opening an issue first to discuss the changes. Please try to maintain stylistic, structural, and naming consistency with the existing codebase, and don’t be too upset if I make changes :)
Note there is a Code of Conduct. Please follow it in all your interactions with the project.
- Fork this repository
- Create a new branch off of the appropriate branch:
- Branch
master
is the ProcessWire 2.x version of the module - Branch
master-pw3
is the ProcessWire 3.x version of the module
- Branch
- Make your changes and test
- Submit a pull request against the correct branch in this repository