mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-17 15:03:20 +00:00
18 lines
435 B
Markdown
18 lines
435 B
Markdown
---
|
|
layout: docs
|
|
title: Contribute
|
|
description: Contribute to the open-source development of the Hinode theme.
|
|
date: 2023-01-06
|
|
group: getting-started
|
|
layout: docs
|
|
---
|
|
|
|
1. Clone the repository and create a new branch
|
|
|
|
```console
|
|
git checkout https://github.com/markdumay/hugo-theme-hinode.git -b name_for_new_branch
|
|
```
|
|
|
|
2. Make and test the changes
|
|
3. Submit a Pull Request with a comprehensive description of the changes
|