# Garden guide

A fictional project README for a neighbourhood garden. Replace these details with your own.

## What this project does

Keeps planting notes, shared decisions and practical checklists in readable Markdown files.

## Who it helps

Neighbours who want to contribute, record what they learn and find the next task.

## What you need

A text editor that can open .md files. A Markdown preview is useful but optional.

## Get started

1. Read this introduction.
2. Create a note for one planting area.
3. Add a heading, a short description and a list of next steps.
4. Save the note in your project folder.

## Example note

```markdown
# Herb bed

## Next steps

- Check the available sunlight.
- Choose the herbs.
- Agree who will water them.
```

## Contribute

Keep changes focused. Explain your observations and identify any unanswered questions.

## Get help

Ask the project organizer which task would be most useful. Add your own contact route here.

## Learn the format

[CommonMark syntax reference](https://commonmark.org/help/)
