Currently we don't have a version control stuff, we can see v0.3.0 v0.4.0 and v0.5.0 in project. And we can hardly tell what are the features /changes specifically done in one version.
So I will suggest maybe we can,
Add a changelog file. Each time we commit something, we just leave one msg, what we added/modified, and the curr version num.
We make all version nums currently in the project to be unified.
And a gitignore file can be useful, so each time we commit, no need to exclude some sys folder created by IDE.
Hi all,
Currently we don't have a version control stuff, we can see v0.3.0 v0.4.0 and v0.5.0 in project. And we can hardly tell what are the features /changes specifically done in one version.
So I will suggest maybe we can,
And a gitignore file can be useful, so each time we commit, no need to exclude some sys folder created by IDE.