Skip to content

Commit

Permalink
Merge pull request #6 from rl-institut/feature-4-documentation
Browse files Browse the repository at this point in the history
Add CHANGELOG.md
  • Loading branch information
Ludee authored Aug 18, 2022
2 parents 91c820f + fe9ca57 commit 0d50795
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Template:
```
## [0.0.0] - Release - Name of Release - 20YY-MM-DD
### Added
- [(#)]()
### Changed
- [(#)]()
### Removed
- [(#)]()
```


## [Unreleased]

### Added
- [LICENSE](https://github.com/rl-institut/super-repo/blob/main/LICENSE)
- CITATION.cff [(#2)](https://github.com/rl-institut/super-repo/pull/2)
- CONTRIBUTING.md [(#2)](https://github.com/rl-institut/super-repo/pull/2)
- USERS.cff [(#2)](https://github.com/rl-institut/super-repo/pull/2)
- CODE_OF_CONDUCT.md [(#3)](https://github.com/rl-institut/super-repo/pull/3)
- CHANGELOG.md [(#6)](https://github.com/rl-institut/super-repo/pull/6)


## [0.0.0] Initial Release - Hello Super-Repo - 2022-03-03

### Added
- GitHub repository
- .gitignore
- LICENSE (MIT License)
- GitHub projects for software versioning
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# super-repo
A template repo to test and document repo elements and features

# Badges

# ...

0 comments on commit 0d50795

Please sign in to comment.