Bike-Coop Site Plugin
Repository for Bike Coop Plugin.
by Code for Fort Collins · github.com/codeforfoco/bike-coop-plugin
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/codeforfoco/bike-coop-plugin/archive/refs/heads/master.zipReadme
bike-coop-plugin
About
We are rebuilding the Fort Collins Bike Coop website currently. Our objective is to make it mobile friendly and add in a form to enable users to submit Volunteer Applications and Report Stolen Bikes.
This repository focuses on plugin development, related project repositories can be found here:
- The central repository for the project is located here.
- The code for the project theme is located here.
- The code for the project plugin is located here.
Contributing
We welcome new contributors. Not sure where to start? Check for any open issues or ping the team on our slack channel.
Ensure your code follows best practices and adheres to good style.
Be sure to read our in depth guide on contributing, which includes instructions on how to fork, clone, branch, commit, pull request and sync your fork.
TL;DR Contribution Workflow:
- Fork this repository and clone your fork.
- Make a patch branch.
- Make changes, commit, and push.
- Submit a pull request and your changes will be reviewed and merged.