Skip to content

Latest commit

 

History

History
75 lines (53 loc) · 2.32 KB

README.en.md

File metadata and controls

75 lines (53 loc) · 2.32 KB

typescript GPL3.0 olinonee

typescript-samples

English | 中文

About project

Introduction

Typescript sample tutorial, used to record learning typescript. The project is currently hosted on Gitee and Github platforms. Welcome to support Star and Fork ~

Catalog

TODO

Hosting Platforms

The project is currently hosted on Gitee and Github platforms, Welcome to support Star and Fork ~

Contribution

Open source projects can't be separated from your support. If you have a good idea, encounter some bugs and fix them, you are welcome to submit Pull Requests to participate in open source contributions.

  1. fork to your repo
  2. clone to local
  3. add new feat_xxx branch
  4. add or modify code
  5. commit and push to your repo
  6. add PR (Pull Request) request, and commit code to develop branch
  7. wait for the author to merge

Git Submit Standard

  • refer to the vue standard (Angular)
    • 🆕 feat
    • 🐞 fix
    • 🧽 polish
    • 📝 docs
    • 🎨 style
    • 🧬 refactor
    • 📈 perf
    • 🎬 test
    • 🔙 revert
    • workflow
    • 🛠 ci
    • 🆒 chore
    • 💱 types

Thanks

Open source is not easy. Thank you for sharing!

License

GPL 3.0(GNU General Public License Version 3),GNU General Public License Agreement. GNU Official definition: "GNU is Not Unix".