Coder Social home page Coder Social logo

spaceadventure's Introduction

SpaceAdventure

A text-based space adventure

Important Rules of Pushing Code to Codebase

Git commit standardization [type]: <subject><BLANK LINE><body><BLANK LINE>

  • All types list as follows:
    • feat: new feature
    • fix: bug fix
    • docs: docs modification. E.g. README, CHANGELOG, CONTRIBUTE, etc.
    • style: code style changes. E.g. line indent, no logical changes on code itself.
    • refactor: rewrite part of the code block,no new feature or bug fix
    • perf: impovment of user experience or system performance
    • test: testing, including unit test and intergrated test and UI test
    • chore: add library, dependencies or tools, change of workflow
    • revert: revert to previous version

Git branch standardization

  • Basic rule: master branch is protected Do not push to master in any cases
    • If you work on something, e.g bug fix, new feature, check a new branch, when it's done, merge back into master
    • Check and fix your own conflict before merging back to master
    • branch type include feature, bugfix, refactor
    • name your branch start with type followed by type and detail. e.g feature_03042021_NewUIofTodayView

spaceadventure's People

Contributors

astroworld97 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.