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

https://github.com/devbyray/opensource-starter

Opensource Starter project for getting you started
https://github.com/devbyray/opensource-starter

Last synced: about 2 months ago
JSON representation

Opensource Starter project for getting you started

Awesome Lists containing this project

README

          

# Open Source Starter Project

## Overview
This is a starter template for open source projects. It provides a foundation with all necessary documentation files to help maintainers and contributors get started quickly.

## Files included
- [x] [README.md](README.md)
- [x] [CONTRIBUTING.md](CONTRIBUTING.md)
- [x] [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)
- [x] [LICENSE.md](LICENSE.md)
- [x] [SECURITY.md](SECURITY.md)
- [x] [SUPPORT.md](SUPPORT.md)
- [x] [ACCESSIBILITY.md](ACCESSIBILITY.md)
- [x] [PRIVACY.md](PRIVACY.md)
- [x] [GOVERNANCE.md](GOVERNANCE.md)
- [x] [CHANGELOG.md](CHANGELOG.md)
- [x] [CODEOWNERS](.github/CODEOWNERS)
- [x] [Issue templates](.github/ISSUE_TEMPLATE)
- [x] [Pull request templates](docs/pull_request_template.md)

## Documentation
- [x] docs/code-style.md
- [x] docs/commit-style.md
- [x] .github/copilot-instructions.md

## Copilot Settings
- [x] [.vscode/settings.json](.vscode/settings.json)