Greenstand / treetracker-wallet-app

The Greenstand Wallet App
https://wallet.treetracker.org
14 stars 43 forks source link

changed title to Greenstand Wallet #206

Closed nitin094-hub closed 4 months ago

nitin094-hub commented 2 years ago

I Have changed the title of the website to Greenstand Wallet.

VWRoli commented 2 years ago

A couple of suggestions for the future about git. When creating a PR reference the issue in the comment with a keyword fixes #206.

The proper commit message would be `chore: issue #206 change title' or something along those lines. You should not be able to make a commit without a proper commit message. Although I have no idea how you did it, the project uses commitlint, which checks if your commit message meets the requirements.

Check out the other PR in this repo for reference.

Thanks for the contribution, good job!

nitin094-hub commented 2 years ago

thanks for your advice. I will keep this in mind.