Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to the AnchorNet contracts are documented here.

## [Unreleased]

> Contributors: add new user-facing or codebase changes under the relevant
> category below using the [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
> style and concise bullet points.

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [0.9.0]

### Added
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,13 @@ it without an off-chain registry.
1. Fork the repo and create a branch from `main`.
2. Make changes; keep formatting with `cargo fmt --all`.
3. Run `cargo fmt --all -- --check`, `cargo build`, and `cargo test`.
4. Open a pull request. CI will run format check, build, and tests.
4. Update `CHANGELOG.md` by adding a corresponding entry under `## [Unreleased]`
for every pull request that introduces user-facing or codebase changes.
5. Open a pull request. CI will run format check, build, and tests.

Follow the existing `Keep a Changelog` category headings in `## [Unreleased]`
when adding entries: `Added`, `Changed`, `Deprecated`, `Removed`, `Fixed`, or
`Security`.

## License

Expand Down