Coder Social home page Coder Social logo

qa6's Introduction

To run tests:

  • Clone repository
cd ProjectsQA
git clone https://github.com/rinsal/QA6_Local_Coding.git
  • Run npm install
  • Run npm test

To create Pull Request:

  • Make sure you are on master branch
  • Check your local master branch is up to date
git pull
  • Pick up/create a JIRA task
  • Create the branch with the name = JIRA task id (for example, TLC-223)
git branch TLC-223
  • Check out the branch
git checkout TLC-223
  • Change/create files you were suppose to (according to your JIRA task)
  • Add changes to git
git add .
  • Commit your changes
git commit -m "TLC-223 changed these files"
  • Push your changes to the remote branch with the same name
git push -u origin TLC-223
  • Go to GitHub (you will have the link if you work from terminal)
  • Create a Pull Request (from TLC-223 -> master)
  • Assign reviewers

qa6's People

Contributors

bogutski 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.