Open source
Add a trail to the map
The Tennessee Hiking Club is built by the people who hike it. Every trail lives as a small, reviewed file in our open-source repository, so anyone can add a favorite. Know a trail we are missing? Here are two ways to put it on the map.
Quickest
Suggest a trail
Fill in the New Trail form with the name, region, and a rough location, and a maintainer will take it from there. No git required.
Open the new-trail formFor contributors
Open a pull request
Comfortable with git? Add the trail yourself and get credited as a contributor:
- Fork the repository and create a branch.
- Add a Markdown file in
content/trails/with the trail front-matter: name, region, coordinates, length, difficulty, a photo, and a short summary. - Run
pnpm validate:contentto check it against the schema. - Open a pull request. CI validates the data and a maintainer reviews it.
Please hike responsibly and practice Leave No Trace. Only add trails that are open to the public, and leave fragile or sensitive spots off the map.