---
permalink: /contribute/
title: Contribute
layout: page
---
This is a list of common website content changes and how to make them
## Adding a new picture to the Gallery
0. Ensure that the images are not too large. Resize them to around 1200px
wide, so that the image size is less than 500kb.
2. Go to <https://github.com/BlrChessClub/BCC-website/upload/main/images/gallery>
3. Drag/drop the image files
4. Add some text to explain which images
5. Select create a new branch
5. Click on "Propose changes"
## Adding a new testimonial
1. Create a new file in the `_testimonials` directory by clicking [here](https://github.com/BlrChessClub/BCC-website/new/main/_testimonials)
2. You can use the following template.
```markdown
---
image: replacethiswithname.jpeg
name: Persons Name
subtitle: Chess Enthusiast
---
Enter the testimonial text here
```
3. Upload the image file to [images/testimonial directory by clicking here](https://github.com/BlrChessClub/BCC-website/upload/main/images/testimonial)
4. Make sure that the image file is less than 250px wide.
If you'd like to make technical changes to the website,
such as with styles, javascript, or other tooling, please
see [HACKING.md](HACKING.md).