Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 912 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (18 loc) · 912 Bytes

Contributing to github-pullrequest-to-work-item

Thank you for contributing to github-pullrequest-to-work-item! Please see guidance below on how to make code changes, build and pack.

Requirements

Making a change and submitting it

  • For this repo.
  • Clone your fork.
  • Create a new branch.
  • Make changes in TypeScript files (*.ts).
  • If it's the first time you're building this project locally, run npm install before proceeding.
  • Compile it using npm run build.
  • Debug it, if necessary.
  • Generate the index.js file (pack it!) using npm run pack.
  • Commit & Push your branch to your fork.
  • Submit the PR.

NOTE: Don't forget to remove any credentials from the file if you added any for testing!