Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Commit

Permalink
Clean up Change Restrictions a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Jan 28, 2016
1 parent ce0a29e commit cd23635
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,17 @@ Here are some style notes for the `dat` files:

### Change Restrictions

We start a PR for each month, named `YYYY-MM`.
We start a PR for each month, named `YYYY-MM`, and we close the month by
merging the PR.

Inside of an open month, we may overwrite ledger transactions. Changes are git
commits and GitHub comments is sufficient.
Inside of an open month, we should overwrite ledger transactions as needed.
Changes are tracked in git commits and GitHub comments.

Outside of an open month, we must make correcting transactions in the current
month, rather than overwriting transactions in the old dat file.

Inside of an open year, we can change account names, which affects all month
files for the year.
Inside of an open year, we may change account names (this affects all month
files for the year).

Outside of an open year, we must archive accounts rather than renaming them.

Expand Down

0 comments on commit cd23635

Please sign in to comment.