Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 1.2 KB

CONTRIBUTE.adoc

File metadata and controls

45 lines (38 loc) · 1.2 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
  2. Install Node Dependencies (add command option --production if you do not need development tools)

    npm install
  3. Build Translation Files

    composer translate

🎊 Release a new Version

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

  2. Bump version in rotaract-appointments.php

    1. in the plugin comment

    2. the ROTARACT_APPOINTMENTS_VERSION constant

  3. Create a new release