Skip to content

Choosing a Pull Request Template

aparajit-pratap edited this page Jul 9, 2015 · 7 revisions

Want to send us a Pull Request (PR)? Excellent. Please copy and paste one of these templates - that'll help us review it as quickly as possible.

To help keep this light there are a few different formats. To help decide which one, answer the following questions (please use common sense in selecting which, more substantial changes need to use the larger templates)

  • Does your PR perform a global refactoring?
  • Does your PR touch many (50+) files?
  • Does your PR result in a change to how or what Dynamo communicates over a network?
  • Does your PR have security implications
  • Does your PR add a new component? (DLL, CSPROJ, SLN)

====> If yes to any, use the Major Template


  • Does your PR add a new feature?
  • Does your PR change a public API?
  • Does your PR break backwards compatibility?

====> If yes to any, use the Feature Template


  • Does your PR make any code changes?

====> Use the Incremental Template


Any other PRs should use the Other request template.

Refer to this [link] (https://engineering.autodesk.com/blog/github-pull-request-description-template-bookmarklet/) on how to create bookmarks for PR templates to avoid copy-pasting the template each time you create a new PR.

Clone this wiki locally