Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technologiestiftung/template-repo-citylab
This is a template repo that should contain all our defaults.
https://github.com/technologiestiftung/template-repo-citylab
Last synced: 30 days ago
JSON representation
This is a template repo that should contain all our defaults.
- Host: GitHub
- URL: https://github.com/technologiestiftung/template-repo-citylab
- Owner: technologiestiftung
- License: mit
- Created: 2022-03-23T17:32:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T15:55:21.000Z (7 months ago)
- Last Synced: 2024-06-10T18:31:47.175Z (7 months ago)
- Size: 39.1 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Built%20with%20%E2%9D%A4%EF%B8%8F-at%20Technologiestiftung%20Berlin-blue)
[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-)
# {repo-template}
## TODO (after you generated the repo)
- [ ] Review the content of the README.md and adjust to your liking
- [ ] Read the README.md till the end and adjust the content licensing,
logos, etc (I know you stopped at tbd...)
- [ ] Adjust the file [.github/CODEOWNERS](./.github/CODEOWNERS)
- [ ] Adjust the files under [.github/ISSUE_TEMPLATE](./.github/ISSUE_TEMPLATE)
- [ ] If you need renovate, enable it for your repository in the renovate app in the settings of your organisation
- [ ] If you use staging and main branches use this template for [.github/renovate.json](./.github/renovate.json)```json
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>technologiestiftung/renovate-config"],
"baseBranches": ["staging"]
}
```- [ ] Do you want to honor all kinds of contributions? Use [all-contributors](https://allcontributors.org/)
```bash
npx all-contributors-cli check
npx all-contributors-cli add ff6347 doc
```You can use it on GitHub just by commenting on PRs and issues:
```plain
@all-contributors please add @ff6347 for infrastructure, tests and code
```- [ ] Add your project description
- [ ] Get fancy shields at https://shields.io## Prerequisites
tbd...
## Installation
tbd...
## Usage or Deployment
tbd...
## Development
tbd...
## Tests
tbd...
## Contributing
Before you create a pull request, write an issue so we can discuss your changes.
## Contributors
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## Content Licensing
Texts and content available as [CC BY](https://creativecommons.org/licenses/by/3.0/de/).
Illustrations by {MARIA_MUSTERFRAU}, all rights reserved.
## Credits
Made by
A project by
Supported by
## Related Projects