camaraproject / SimSwap

Repository to describe, develop, document and test the Sim Swap API family
https://lf-camaraproject.atlassian.net/wiki/x/0jXe
Apache License 2.0
24 stars 24 forks source link

Version control is required and add .gitignore file #29

Closed ShutingQing closed 1 year ago

ShutingQing commented 1 year ago

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,

  1. Add a changelog file. Each time we commit something, we just leave one msg, what we added/modified, and the curr version num.
  2. 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.

ShutingQing commented 1 year ago

Linked to, https://github.com/camaraproject/SimSwap/pull/28/commits