1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00
Slimefun4/docs/adr/README.md
Daniel Walsh 4d710fa0b1
Storage rewrite - Phase 1 (#4065)
* Phase 1 - wip

* Add some tests

* wip

* Save waypoints

* Implement backpacks

* Add tests for waypoints

* Changes to ADR

* Small changes

* Fix englandish and some small changes to UUID in PlayerProfile

* Fix saving of player data in a few cases

* Documentation around deprecated

* Add some more tests

* Some small doc updates

* Make old Waypoint constructor deprecated and fix javadocs
2024-01-02 12:11:04 +00:00

11 lines
444 B
Markdown

# ADR
An ADR (Architecture Decision Record) is a document describing large changes, why we made them, etc.
## Making a new ADR
If you're making a large change to Slimefun, we recommend creating an ADR
in order to document why this is being made and how it works for future contributors.
Please follow the general format of the former ADRs or use a tool
such as [`adr-tools`](https://github.com/npryce/adr-tools) to generate a new document.