Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.27 KB

CONTRIBUTING.md

File metadata and controls

36 lines (27 loc) · 1.27 KB

Contributing

Contributions are very welcome. Please file issues or submit pull requests in our GitHub repository. All contributors will be acknowledged, but must abide by our Code of Conduct.

Site Structure

  • README.md: overview
  • LICENSE.md: content license
  • CODE_OF_CONDUCT.md: code of conduct
  • CONTRIBUTING.md: this contributors' guide
  • pyproject.toml: Python package description
  • Makefile: repeatable commands
  • mccole/: Python source

Build and Release

  • pip install build twine
  • python -m build
  • twine upload --verbose -u __token__ -p pypi-your-access-token dist/*
  • Juanan Pereira is a lecturer in Computer Science at the University of the Basque Country (UPV/EHU), where he researches and tries to integrate open source software, software engineering, and LLMs in education.

  • Greg Wilson is a programmer, author, and educator based in Toronto. He was the co-founder and first Executive Director of Software Carpentry and received ACM SIGSOFT's Influential Educator Award in 2020.