Thank you for contributing to github-pullrequest-to-work-item! Please see guidance below on how to make code changes, build and pack.
- Git
- Node.js
- An IDE for editing Typescript code (e.g., Visual Studio Code)
- 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!) usingnpm 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!