update README.md

This commit is contained in:
yequari 2024-11-08 14:20:49 -07:00
parent c9ee30a6ab
commit 5a9fcf78f4
1 changed files with 14 additions and 7 deletions

View File

@ -36,11 +36,18 @@ Themes to Convert
## How to Contribute ## How to Contribute
1. Install [Hugo](https://gohugo.io) Before you start, install [Hugo](https://gohugo.io) version 0.125.5 or above
- Version 0.125.5 or above
2. Clone Repo
3. Write changes
4. Test locally
5. Create branch
6. Create pull request
```sh
# First clone the repository
$ git clone https://git.32bit.cafe/32bitcafe/32bit.cafe.git
# Then create a branch
$ git checkout -b my-branch
# Write your changes in your preferred code editor
# Test them locally
$ hugo server
# If your changes look good, commit and push them up
$ git commit -m "my changes"
$ git push -u origin my-branch
# Then on git.32bit.cafe, create a pull request
```