Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.22 KB

pull_request_template.md

File metadata and controls

22 lines (15 loc) · 1.22 KB

Pull Request Template

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.

Fixes # (issue)

Checklist:

Please delete options that are not relevant.

  • Is this a bug fix
  • Is this a new feature
  • Have you submitted new feature or bugfix issue? Unless it's a small bugix, we generally prefer to track PRs against an issue which starts a dialogue to give us context.
  • Does the change require CSS updates to existing components? If so, have you updated all frameworks and verified?
  • Does this add a new component? If so, have you updated all framework's copystyles.js to pull in said CSS and verified it's working properly?
  • Tests passing?
  • Have you added to the framework's /examples apps? e.g. agnosticui-react/examples? These are kitchen sink sanity checks which help to verify a component is working and derive documentation snippets.
  • Have you updated the docs? These live in site/docs

We realize above checklist is pretty intimidating, reach out with an at mention on your issue if you're interested in contributing but need some clarifications!