/
Code and repository
Code and repository
The main code repository for the Refinery is located on Bitbucket:
https://bitbucket.org/NYPL/web-refinery
For more information about standards, requirements, installation, and testing, consult the README file.
Git Workflow
The Refinery follows the Feature Branch Workflow. Feature branches are branched off master
and then a pull request is created to merge feature branches back to master
.
development
, qa
, and production
branches correspond to deployed code on server instances. Only completed versions should be deployed to qa
for testing and, ultimately, to production
.
, multiple selections available,