Giter Site home page Giter Site logo

exam2019's Introduction

exam2019

Coding standards

All styling most be done in scss in the folder /src/scss/*.scss

Workflow

Pull

Pull every time you start working on the project - If you get a pull/merge conflict make sure to ask the last person to push the repository about what to keep and not to keep. After solving the pull/merge conflict make sure to make following commands before you start working:
git add --all
git commit -m "Solving merge conflicts"
git push

Branches

Always work in branches. (Work only in master, if you have talked with the other group members about it)

Naming the branch
Name the branch based on wich part of the product you are working on. As example if you're working on styling the header do NOT call the branch "styling" but instead name the branch "header".

How to create the branch
If you already are in another branch than master go back to the master by using following command git checkout master. When you are in the master add the new branch with following command git branch header.

**You can always check wich brand you are working in with the following command git branch - The branch turning green is the branch you are currently working in **

Merge the sub branches with master
Do not merge the branches with master alone, this is something we always do together.

Merge the branches with following commands git checkout master(To make sure you are in the master while merging) git merge header(To merge the branch Header or another branch with master).

After merging delete the branch on the github.com repo

Commits

Commit as offent as posible. Commit when something is "Done" or atleast the part youve been working on is working

Commit messages:
Make sure to add commit messages that tells exactly what the commit is doing. As example if you fixed a bug in a function the commit message example could be: "Fixing calculator error in function 'randomNumberCalculator()'

Style guide

Link to style guide

Wireframe & Mockup

Link to wireframe of game
Link to wireframe of site
Link to Mockup
Link to Form Mockup

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.