Skip to content

prevoj/forum.backdropcms.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forum: forum.backdropcms.org

This is the repo for the Forum.BackdropCMS.org Forum.

Development

The forum site uses Lando for local development. Here is how to get started:

  • If you don't have Lando, download it: Get Lando
  • Fork this repository into your own GitHub account
  • Download with git:
  • Move into the project root:
    • cd forum.backdropcms.org
  • Start Lando
    • lando start
  • Download and import the DB
    • lando pull-db
  • Download and import the files
    • lando pull-files

The database and files come from https://sanitize.backdropcms.org. This site is protected by a username and password. You can request the credentials via Zulip.

Working on an Issue

  • Pick an issue from: https://github.com/backdrop-ops/forum.backdropcms.org/issues
  • Create a branch to work on
    • git checkout -b ISSUENUMBER/briefDescriptor
      • Replace ISSUENUMBER with your issue number
      • Replace briefDescriptor w/ a description of your issue (no spaces)
    • Do your work on your branch
    • Add and commit your files
    • Push up your branch
      • git push origin ISSUENUMBER/briefDescription
    • Submit a PR via the GitHub web UI
    • Link your PR in the original issue
      • Label the issue as has PR
      • Request review by commenting on the issue and 'at' tagging the person(s) that started the issue

About

The Forum for BackdropCMS.org.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 88.9%
  • JavaScript 6.2%
  • CSS 4.9%