Giter Club home page Giter Club logo

okr-hub's Introduction

OKR-Hub

To Contribute

You must sign a Contribution License Agreement (CLA) before your PR will be merged. This a one-time requirement for Microsoft projects in GitHub. You can read more about Contribution License Agreements (CLA) on Wikipedia.

However, you don't have to do this up-front. You can simply clone, fork, and submit your pull-request as usual.

When your pull-request is created, it is classified by a CLA bot. If the change is trivial (i.e. you just fixed a typo) then the PR is labelled with cla-not-required. Otherwise, it's classified as cla-required. In that case, the system will also tell you how you can sign the CLA. Once you have signed a CLA, the current and all future pull-requests will be labelled as cla-signed.

Signing the CLA might sound scary but it's actually very simple and can be done in less than a minute.

Create a vsix to deploy on test environment

  1. npm i -g typescript tfx-cli webpack webpack-cli

  2. npm install

  3. webpack && npm run package:dev

Command-line deploy

  1. Add a .\commands\local.settings.js with the following contents (replacing the values as appropriate):
module.exports = {
    publisher: "REPLACE",
    share: "REPLACE",
    token: "REPLACE"
}
  • publisher is the name of the Azure DevOps Marketplace publisher.
  • share is the name of the Azure DevOps account that you want to install (or have installed) the extension on.
  • token is a PAT with Marketplace Publish access. Must select "All Accessible Organizations" in the Organization dropdown.
  1. From a command line, run the command "npm run deploy". If you''ve already installed the extension, you can just refresh the page to see your changes.

Watch Mode

If you add autoDeploy: true to your local.settings.file:

module.exports = {
    publisher: "REPLACE",
    share: "REPLACE",
    token: "REPLACE",
    autoDeploy: true
}

you can run webpack in watch mode (npm run watch or webpack --watch), which does a build and deploy every time you save a file, and is significantly faster.

okr-hub's People

Contributors

nianwens avatar beccamc avatar paterasmsft avatar edwindotcom avatar msftgits 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.