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
- Host: GitHub
- URL: https://github.com/devbyray/opensource-starter
- Owner: devbyray
- License: other
- Created: 2025-03-14T07:06:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-15T11:56:21.000Z (about 1 year ago)
- Last Synced: 2025-07-31T19:24:43.905Z (8 months ago)
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Support: SUPPORT.md
- Governance: GOVERNANCE.md
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)