Skip to content
Snippets Groups Projects
Forked from TransFem.org / Documentation
29 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.
CONTRIBUTING.md 636 B

How to contribute

This documentation is built with Hugo plus Hyas.

To build locally:

npm install
npm run build

To contribute some changes:

  • work on a branch
  • make your changes (usually inside content/)
  • check how your changes look by running npm run dev and pointing your browser at the web servers it creates
  • once you're done, npm run lint to check your formatting
  • commit, push, open a MR on the GitLab

A word about the weight: attribute of pages: it's used to sort pages for the "next" / "prev" links at the bottom. If you add a new page, make sure it's slotted in a sensible place in that order.