{{ message }}
Replies: 1 comment
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
To improve the project’s documentation, let’s do the following:
Create a
Docfolder, and inside it make 3 folders:Past(archive)CurrentFuture(road map)Also create an
Index.mdfile.Inside the
Future(road map) folder, put all the plans you have for building the app.For example, you can even write down plans for future versions there. For instance, you could create a file named
V4.0.1.mdand write all the features you want to add in future versions there.You can even write features that are planned for several versions later, such as
4.0.2or4.0.3.In the
Currentfolder, put everything that currently exists in the project.For example, features in the keyboard, such as how layouts are built, themes, and the keyboard parser.
And in the
Past(archive) folder, place the roadmaps that you have already completed and finished implementing.Dev (@LeanBitLab )
What do you think?
All reactions