Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1 KB

CONTRIBUTE.adoc

File metadata and controls

33 lines (26 loc) · 1 KB

CONTRIBUTE

🏗️ Setup

Note
🧰 Prerequisites

In order to either setup the environment for development or install plugin manually follow these steps.

  1. Install Composer Dependencies (add command option --no-dev if you do not need development tools)

    composer install

🎊 Release a new Version

Note
Keep in mind the rules of Semantic Versioning!
  1. Update CHANGELOG.adoc

  2. Bump version in rotaract-club-finder.php

    1. in the plugin comment

    2. the ROTARACT_CLUB_FINDER_VERSION constant

  3. Create a new release