1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-06 08:59:31 +02:00

Add vision and design principles doc

I want to spell out the design principles behind lazygit so that our priorities are clear
and it's easier to make UX decisions
This commit is contained in:
Jesse Duffield
2023-08-11 11:27:22 +10:00
parent a4ecd293f9
commit b174791490
2 changed files with 108 additions and 0 deletions

View File

@@ -10,6 +10,10 @@ before making a change.
[This video](https://www.youtube.com/watch?v=kNavnhzZHtk) walks through the process of adding a small feature to lazygit. If you have no idea where to start, watching that video is a good first step.
## Design principles
See [here](./VISION.md) for a set of design principles that we want to consider when building a feature or making a change.
## Codebase guide
[This doc](./docs/dev/Codebase_Guide.md) explains: