-
Notifications
You must be signed in to change notification settings - Fork 634
Choosing a Pull Request Template
Aabishkar KC edited this page Aug 31, 2023
·
9 revisions
Want to send us a Pull Request (PR)? Excellent. Please use our default PR template or 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 on how to create bookmarks for PR templates to avoid copy-pasting the template each time you create a new PR.
Looking for help with using the Dynamo application? Try dynamobim.org.
- Dynamo 2.0 Language Changes Explained
- How Replication and Replication Guide work: Part 1
- How Replication and Replication Guide work: Part 2
- How Replication and Replication Guide work: Part 3