Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit d4326e4

Browse files
authored
add changelog (#11)
1 parent 4dc0a18 commit d4326e4

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
[Unreleased]: https://github.com/giantswarm/REPOSITORY_NAME/tree/master

README.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
1+
<!--
2+
3+
TODO:
4+
5+
- Add the project to the CircleCI:
6+
https://circleci.com/setup-project/gh/giantswarm/REPOSITORY_NAME
7+
8+
- Import RELEASE_TOKEN variable from template repository for the builds:
9+
https://circleci.com/gh/giantswarm/REPOSITORY_NAME/edit#env-vars
10+
11+
- Change the badge (with style=shield):
12+
https://circleci.com/gh/giantswarm/REPOSITORY_NAME/edit#badges
13+
If this is a private repository token with scope `status` will be needed.
14+
15+
- Run `devctl replace -i "REPOSITORY_NAME" "$(basename $(git rev-parse --show-toplevel))" *.md`
16+
and commit your changes.
17+
18+
-->
119
[![CircleCI](https://circleci.com/gh/giantswarm/template-operator.svg?&style=shield)](https://circleci.com/gh/giantswarm/template-operator) [![Docker Repository on Quay](https://quay.io/repository/giantswarm/template-operator/status "Docker Repository on Quay")](https://quay.io/repository/giantswarm/template-operator)
220

3-
# template-operator
21+
# REPOSITORY_NAME
422

523
This is a template repository containing files for a giantswarm
624
operator repository.

docs/pull_request_template.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Checklist
2+
3+
- [ ] Update changelog in CHANGELOG.md.

0 commit comments

Comments
 (0)