Skip to content

A WordPress plugin for Make.WordPress.Org - the Contributor Orientation Tool helps new contributors find Make WordPress teams that fit their skills and interests.

License

Notifications You must be signed in to change notification settings

wpmarketingteam/contributor-orientation-tool

 
 

Repository files navigation

contributor-orientation-tool

A WordPress plugin aiming to help new contributors decide which make team/s to contribute to or join at Contributor Day.

Getting Started

Install node.js.

npm install

You are done.

npm run start

Use npm run start for on–the–fly updates of your code (templates, js, css)...

npm run build

This will create production ready (minified) verions of the assets in the build directory.

Workflow

Workflow for adding new features is as follows:

  • Add new issue
  • Fork repository
  • Checkout new brancs with name feature/name-of-the-feature, usually name of the issue
  • Commit with message #{issue id} Name of the issue - description
  • Push to the forked repository
  • Create pull request to develop branch
  • Checkout to develop branch
  • Fetch upstream more info

Local Development environment setup

For local development use VVV, Docker, wp-env or any other local development environment you prefer.

  • Clone repository outside your WordPress installation plugins folder
  • Run npm run start to start development
  • Note: Don't make changes to build folder as it is regenerated on every compile

Changing plugin version

Please note: If changing version of the plugin you need to modify version in this files:

  • README.txt (also add update description at the end of file for new version)
  • lib/WPCOTool/Plugin.php (modify class property: $version)
  • contributor-orientation-tool.php (modify plugin header)

Plugin options

Plugin options are located under Settings admin menu.

Visit Settings -> Contributor orientation tool page and there you can disable teams that you don't need.

Licence

The WordPress Widget Boilerplate is licensed under the GPL v2 or later.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Developers

Miss a feature? Pull requests are welcome.

Hopefully the project will receive contributions from awesome WordPress Developers throughout the world.

About

A WordPress plugin for Make.WordPress.Org - the Contributor Orientation Tool helps new contributors find Make WordPress teams that fit their skills and interests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 75.4%
  • SCSS 14.6%
  • JavaScript 10.0%