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

https://github.com/recaptime-dev/base-repo-setup

The minimal repo template setup for @recaptime-dev projects, with batteries included.
https://github.com/recaptime-dev/base-repo-setup

Last synced: 2 months ago
JSON representation

The minimal repo template setup for @recaptime-dev projects, with batteries included.

Awesome Lists containing this project

README

          

# RecapTime.dev base repository template

This template repository is designed to be a starting point for new projects at Recap Time Squad,
with a focus on batteries-included configuration such as GitHub issue contact links, labels-as-code
on GitHub, and issue templates/forms across both GitHub and GitLab, and a consistent structure for
community health files such as CODE_OF_CONDUCT, CONTRIBUTING and SECURITY.

## How to use this template

1. On GitHub, click the "Use this template" button to create a new repository.
- Alternatively, you can clone this repository and push it to a new repository for GitLab and other code forges.
2. Replace the `README.md` contents with your project description, badges, and usage instructions.
3. Update the `LICENSE` file to match your project's license. Same with `LICENSE-DOCS` for documentation.
4. Review and update the `.github` and `.gitlab` directories for description templates (issue forms in GitHub), workflows/CI setup, and labels.

---

# $PROJECT_NAME

Project description here, plus any badges + banner

## Usage

Basic usage docs here, then link to docs

```bash
# install + usage
```

## Resources

Docs, contributing guidelines, etc.

## License

MPL-2.0/AGPL-3.0/other OSI-approved license in SPDX-License-Identifier format
(replace LICENSE contents to match if needed)