Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 1.2 KB

TEMPLATE.md

File metadata and controls

53 lines (28 loc) · 1.2 KB

📦 My Package

(add your badges here)

Your documentation is a direct reflection of your software, so hold it to the same standards.

🌟 Highlights

  • Some functionality made easy!
  • This problem handled
  • etc.

ℹ️ Overview

A paragraph explaining your work, who you are, and why you made it.

✍️ Authors

Mention who you are and link to your GitHub or organization's website.

🚀 Usage

Show off what your software looks like in action! Try to limit it to one-liners if possible and don't delve into API specifics.

>>> import mypackage
>>> mypackage.do_stuff()
'Oh yeah!'

⬇️ Installation

Simple, understandable installation instructions!

pip install my-package

And be sure to specify any other minimum requirements like Python versions or operating systems.

You may be inclined to add development instructions here, don't.

💭 Feedback and Contributing

Add a link to the Discussions tab in your repo and invite users to open issues for bugs/feature requests.

This is also a great place to invite others to contribute in any ways that make sense for your project. Point people to your DEVELOPMENT and/or CONTRIBUTING guides if you have them.