Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.02 KB

pull_request_template.md

File metadata and controls

25 lines (21 loc) · 1.02 KB

Description of the change

Progress of the PR

Minimal example of the bug fix or new feature

>>> import kikuchipy as kp
>>> s = kp.data.nickel_ebsd_small()
>>> s
<EBSD, title: patterns My awes0m4 ..., dimensions: (3, 3|60, 60)>
>>> # Your new feature...

For reviewers

  • The PR title is short, concise, and will make sense 1 year later.
  • New functions are imported in corresponding __init__.py.
  • New features, API changes, and deprecations are mentioned in the unreleased section in CHANGELOG.rst.
  • New contributors are added to .all-contributorsrc and the table is regenerated.