init
This commit is contained in:
parent
3fa19de9f1
commit
6ca2eff60e
18
CHANGELOG.md
18
CHANGELOG.md
@ -1,18 +1,18 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
Document all changes as necessary here.
|
||||
|
||||
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).
|
||||
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
- what do we need to do
|
||||
## [Unreleased Example]
|
||||
- item A
|
||||
|
||||
## [0.0.1] - 2020-12-13
|
||||
## [0.0.1] - 2023-03-01
|
||||
### Added
|
||||
- Initial
|
||||
- item A
|
||||
|
||||
### Changed
|
||||
- None
|
||||
- No Changes
|
||||
|
||||
### Removed
|
||||
- None
|
||||
- No Changes
|
||||
|
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2019 Darkbat91
|
||||
Copyright (c) 2023 Louis Abel
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -11,7 +11,6 @@ Ensure all dependencies are installed/met and then do the following:
|
||||
4. Run `pre-commit` to ensure we're good
|
||||
5. Do your necessary development work for this role
|
||||
6. Run `pre-commit` again to ensure you're good to go.
|
||||
7. Optional: `molecule converge`
|
||||
|
||||
## Dependencies
|
||||
This repo expects 3 things installed on your local machine:
|
||||
|
Loading…
Reference in New Issue
Block a user