Skip to content

Choosing a Pull Request Template

Peter Boyer edited this page May 6, 2015 · 9 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.

Releases

Roadmap

How To

Dynamo Internals

Contributing

Python3 Upgrade Work

Libraries

FAQs

API and Dynamo Nodes

Clone this wiki locally