goalgorilla/open_social

Open Social is a distribution for building social communities and intranets.

Installs: 389 698

Dependents: 5

Suggesters: 0

Security: 0

Stars: 180

Watchers: 31

Forks: 169

Type:drupal-profile

12.3.2 2024-03-26 08:18 UTC

This package is auto-updated.

Last update: 2024-03-28 00:25:45 UTC


README

Build Status Packagist Version Twitter Follow

Open Social

The install profile for the Open Social distribution.

Quick installation?

We have a template available at goalgorilla/social_template

Want to help contribute?

Be sure to check out our repository with development tools on Github

For any other information be sure to checkout our Documentation.

PR flow in Open Social

Open Social - Distro flow - New

Automated

Not only will we have manual PR's created, we use dependabot to automatically create dependency updates of the Drupal modules we use.

Webhook/Mirror [WIP]

We want to see if we can mirror this repository with Drupal's GitLab. To ensure the work we are doing here is also automatically visible on GitLab and if there is any way to do it vice versa, so whenever a merge requests is created on GitLab we also have it in here.

Tugboat [WIP]

We are testing Tugboat to achieve the following:

  1. Create a live preview of every PR with the changes reflected
  2. Use this live preview to run Behat tests on
  3. Use this live preview to run Cypress tests on

GitHub actions

We use github actions to trigger

  1. PHPStan for static analysis of the code being contributed
  2. PHPCS for coding standards of the code being contributed
  3. PHPUnit for our unit tests instead of running it in Travis CI