diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..2aab7891f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,36 @@ +# 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.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Added +- Future features and improvements will be listed here + +### Changed +- Ongoing updates and modifications + +### Fixed +- Bug fixes and corrections + +--- + +## How to Update This Changelog + +When making changes, add an entry under `[Unreleased]` in the appropriate category: + +- **Added** – new features +- **Changed** – changes to existing functionality +- **Deprecated** – soon-to-be removed features +- **Removed** – removed features +- **Fixed** – bug fixes +- **Security** – vulnerability fixes + +When releasing, change `[Unreleased]` to the version number and date, +then add a new empty `[Unreleased]` section at the top. + +--- +*Documentation contributed by [Mukller](https://github.com/Mukller)* diff --git a/README.md b/README.md index 5c46c9446..f75c4ecf3 100755 --- a/README.md +++ b/README.md @@ -140,3 +140,15 @@ For common questions, the FAQ can be found [here](https://ai.meta.com/llama/faq/ ## Original Llama The repo for the original llama release is in the [`llama_v1`](https://github.com/facebookresearch/llama/tree/llama_v1) branch. + + +## Contributing + +We welcome contributions of all kinds! Please read [CONTRIBUTING.md](CONTRIBUTING.md) +for guidelines on how to report bugs, suggest features, and submit pull requests. + +By participating in this project, you agree to follow our +[Code of Conduct](CODE_OF_CONDUCT.md). + +--- +*Documentation contributed by [Mukller](https://github.com/Mukller)*