aeye-lab / pymovements

A python package for processing eye movement data
https://pymovements.readthedocs.io
MIT License
57 stars 11 forks source link

docs: add git alias hint for creating new branches #608

Closed dkrako closed 8 months ago

dkrako commented 8 months ago

Description

It seems that some of our developers do not branch from main when creating new pull requests.

This PR adds a short snippet to create a git alias that always checks out and pulls main first to the CONTRIBUTING.md.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (c921621) 100.00% compared to head (b6d74f5) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #608 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 52 52 Lines 2349 2349 Branches 588 588 ========================================= Hits 2349 2349 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.