ZenGo-X / curv

Rust language general purpose elliptic curve cryptography.
MIT License
264 stars 111 forks source link

Enforce git-flow, PR and squash commit #66

Closed gbenattar closed 5 years ago

gbenattar commented 5 years ago

Enforce git-flow, PR and squash commit

gbenattar commented 5 years ago

Merging to master is possible only if

In addition, only squash commit from PR is enabled.

gbenattar commented 5 years ago

When working on a change:

Title: Introducing new curve ABCD

Motivation: ABCD is used in blockchain Z
Test: Unit test added and integration test against Z done etc...
Related Issue: 66
gbenattar commented 5 years ago

I am closing this task. Feel free to re-open if you have any questions.