Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- main
- master
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ Guidelines for pull requests:

* Changes made in pull requests should have a focused scope and you should avoid containing unrelated commits to the change that is being made.
* **Please reach out** before working on a significantly large pull request otherwise you may risk spending a lot of time on something that may not end up being merged into the HubSpot CMS Boilerplate. We’d recommend creating an issue using the label of `idea` prior to working on a large update to the project.
* Please ensure that your changes follow our [style guide requirements](https://github.com/HubSpot/cms-theme-boilerplate/blob/main/STYLEGUIDE.md) to ensure that all code remains consistent and easy to read.
* Please ensure that your changes follow our [style guide requirements](https://github.com/HubSpot/cms-theme-boilerplate/blob/master/STYLEGUIDE.md) to ensure that all code remains consistent and easy to read.

We recommend [forking the project](https://help.github.com/en/enterprise/2.16/user/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork) and submitting your changes using the [pull request template](https://github.com/HubSpot/cms-theme-boilerplate/tree/main/.github/PULL_REQUEST_TEMPLATE).
We recommend [forking the project](https://help.github.com/en/enterprise/2.16/user/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork) and submitting your changes using the [pull request template](https://github.com/HubSpot/cms-theme-boilerplate/tree/master/.github/PULL_REQUEST_TEMPLATE).
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<p align="center">
<a href="https://github.com/HubSpot/cms-theme-boilerplate/wiki">Documentation</a> |
<a href="https://boilerplate.hubspotcms.com/">Demo website</a> |
<a href="https://github.com/HubSpot/cms-theme-boilerplate/blob/main/CONTRIBUTING.md">Contributing</a>
<a href="https://github.com/HubSpot/cms-theme-boilerplate/blob/master/CONTRIBUTING.md">Contributing</a>
</p>

[![Current version](https://img.shields.io/github/v/release/HubSpot/cms-theme-boilerplate)](https://github.com/HubSpot/cms-theme-boilerplate/releases)
Expand All @@ -20,7 +20,7 @@
[![Google Lighthouse desktop performance score](https://img.shields.io/badge/Google%20Lighthouse%20desktop%20performance%20score-98-brightgreen)](https://developers.google.com/web/tools/lighthouse)
[![Google Lighthouse SEO score](https://img.shields.io/badge/Google%20Lighthouse%20SEO%20score-100-brightgreen)](https://developers.google.com/web/tools/lighthouse)
[![Google Lighthouse accessibility score](https://img.shields.io/badge/Google%20Lighthouse%20accessibility%20score-100-brightgreen)](https://developers.google.com/web/tools/lighthouse)
[![License](https://img.shields.io/badge/license-Apache%20Version%202.0-red)](https://github.com/HubSpot/cms-theme-boilerplate/blob/main/LICENSE)
[![License](https://img.shields.io/badge/license-Apache%20Version%202.0-red)](https://github.com/HubSpot/cms-theme-boilerplate/blob/master/LICENSE)

## Purpose

Expand Down Expand Up @@ -66,4 +66,4 @@ You can stay up to date with HubSpot CMS Boilerplate updates and discussions in

## License

The code is available under the [Apache License, Version 2.0](https://github.com/HubSpot/cms-theme-boilerplate/blob/main/LICENSE)
The code is available under the [Apache License, Version 2.0](https://github.com/HubSpot/cms-theme-boilerplate/blob/master/LICENSE)
Loading