Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eddiejaoude/open-source-repo-checklist

What should YOUR Open Source repo have...
https://github.com/eddiejaoude/open-source-repo-checklist

Last synced: 2 months ago
JSON representation

What should YOUR Open Source repo have...

Awesome Lists containing this project

README

        

# Open Source Repo Checklist

What should YOUR Open Source repo have...

## Highly recommended

- Repo settings
- Description
- URL (if appropriate)
- Topics
- Hide features not using (for example: wiki, packages)
- README
- Screenshot / animated gif
- Prerequisite list
- hardware
- software
- Glossary of terms & acronyms
- QuickStart guide
- Where to get support / ask questions
- Code of Conduct
- License

## Recommended

- README
- clear outcomes & needs for the project
- Audience targeted (skills, knowledge, experience)
- Issue template
- Pull Request template
- GitHub Actions to automate repetitive tasks
- Issue labels
- Releases (create these manually or automatically using a GitHub Action)

# Nice to have

- Project board (to do, in progress, in review, done)