https://github.com/codeforfoco/bike-coop-plugin
Repository for Bike Coop Plugin.
https://github.com/codeforfoco/bike-coop-plugin
wordpress-plugin
Last synced: 3 months ago
JSON representation
Repository for Bike Coop Plugin.
- Host: GitHub
- URL: https://github.com/codeforfoco/bike-coop-plugin
- Owner: CodeForFoco
- License: mit
- Created: 2016-09-02T00:10:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-18T12:31:53.000Z (over 7 years ago)
- Last Synced: 2025-01-14T17:35:50.318Z (4 months ago)
- Topics: wordpress-plugin
- Language: PHP
- Homepage:
- Size: 13.3 MB
- Stars: 0
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.](https://github.com/CodeForFoco/bike-coop)
- [The code for the project theme is located here.](https://github.com/CodeForFoco/bike-coop-theme)
- [The code for the project plugin is located here.](https://github.com/CodeForFoco/bike-coop-plugin)## Contributing
We welcome new contributors. Not sure where to start? Check for any [open issues][githubissue] or ping the team on [our slack channel](https://codeforfoco.slack.com/).
Ensure your code follows best practices and adheres to good style.
Be sure to read our in depth guide on [contributing][contributing], which includes instructions on how to fork, clone, branch, commit, pull request and sync your fork.
TL;DR Contribution Workflow:
1. [Fork][fork] this repository and clone your fork.
1. Make a patch branch.
1. Make changes, commit, and push.
1. Submit a pull request and your changes will be reviewed and merged.[contributing]: https://github.com/CodeForFoco/org/blob/master/CONTRIBUTING.md
[githubissue]: https://github.com/CodeForFoco/bike-coop-plugin/issues
[fork]: https://help.github.com/articles/fork-a-repo/