Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 1.07 KB

CONTRIBUTING.md

File metadata and controls

15 lines (9 loc) · 1.07 KB

Contributing

I'd love your input, whether it's to add new content or report a problem.

This website is built using JupyterBook. You are welcome to suggest edits to the content, and to submit your own content, by opening a pull request. Once approved and merged by a maintainer, the changes will be automatically published to the site via CI/CD.

If you aren't comfortable opening a pull request, you can also submit an issue or send an email to Quentin, K7DRQ.

Pull request process

  1. Clone the repo and install the required packages with pip install -r requirements.txt. You'll need Python 3.10 or later.
  2. Make your changes to the Markdown files in the site directory; if you create a new page, you'll need to add it to the table of contents.
  3. Build the site using make build and check your changes by opening the site/_build/index.html file in your browser.
  4. Open a pull request.