Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 907 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (13 loc) · 907 Bytes

Contributing

Branch

Default branch is dev. You should set dev as the target branch of PRs. We will merge dev into main regularly.

main branch is the release branch, which means all content in this branch will be directly consumed by the Office Add-ins Development Kit's sample gallery: alt text

Add new sample

  1. Add a new project folder under root directory.
    1. Make sure it's runnable and well tested.
    2. Add README.md and RUN_WITH_EXTENSION.md. You can use the README_TEMPLATE.md under root directory.
  2. Add a new config to the config file with following format.
    1. Fill in these values.
    2. Make sure id has identical value with the folder name you just created alt text