Skip to content

Feature Pull Request Template

ramramps edited this page Feb 1, 2016 · 11 revisions

How to use: Please copy and paste this into the PR, filing in the areas marked as "FILL ME IN".

This template should be used for substantial changes that don't have 'special interest' requirements such as legal or security.

### Purpose

(FILL ME IN) This section describes why this PR is here. This must include a reference 
to the tracking task that it is part or all of the solution for.

(FILL ME IN) This section describes how a user would experience the feature, include either
a screen shot or a video, or an explanation as to why they are not relevant.

### Impact assessment

- [ ] Changes the way 3rd party nodes work (Add ikeough to the reviewer list)
- [ ] Includes migrations (Add ikeough to the reviewer list)
- [ ] Adds or changes a public interface (Add lukechurch to the reviewer list)
- [ ] API change is added to the [API Changes document](https://github.com/DynamoDS/Dynamo/wiki/API-Changes).
- [ ] Affects which components of the system depends on which other components (Add pboyer to the reviewer list)
- [ ] Introduces new components (Add lukechurch to the reviewer list)
- [ ] Has a performance impact (Add keyu to the reviewer list)
- [ ] Changes the installer (Add sharadkjaiswal to the reviewer list)
- [ ] User facing strings, if any, are extracted into `*.resx` files
- [ ] All tests pass using the self-service CI.
- [ ] Snapshot of UI changes, if any.

#### References (FILL ME IN)

* Link to architectural design (Needed for new components)
* Link to UI design (Needed for major UI changes)
* Link to communications doc (Needed for changes that impact public API)

#### Testing strategy

(FILL ME IN) This section describes how this feature is going to be tested, and what the state of the tests are expected to be upon merging.
If there is a requirement for repeated manual testing, then add lukechurch to the reviewers list.

### Review staging

- [ ] Architectural Design Review
- [ ] UI Review

### Reviewers

(FILL ME IN) Reviewer 1

(FILL ME IN, optional) Any additional notes to reviewers or testers.

### FYIs

(FILL ME IN, Optional) Names of anyone else you wish to be notified of

Releases

Roadmap

How To

Dynamo Internals

Contributing

Python3 Upgrade Work

Libraries

FAQs

API and Dynamo Nodes

Clone this wiki locally