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

https://github.com/alexcoder04/howto-setup-oss-project

Checklist for setting up an open source project
https://github.com/alexcoder04/howto-setup-oss-project

Last synced: 5 months ago
JSON representation

Checklist for setting up an open source project

Awesome Lists containing this project

README

          

# Checklist for Setting up an Open Source Project on GitHub

Not all of these steps are necessary, this is just what I generally do :)

## Readme

- Installation instructions
- Usage
- Configuration
- Badges (https://shields.io/, https://badgen.net/)

## GitHub project

- Specify Github topics
- Code of Conduct
- Contributing guidelines

## Documentation

- Wiki
- Github pages
- "Man" page

## Building / Automation

- Makefile
- Dependabot / code quality checking

## Publishing

- Github release
- AUR