Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 592 Bytes

CONTRIBUTE.md

File metadata and controls

20 lines (11 loc) · 592 Bytes

Contributing in Goumem

Goumem is an MIT licensed open source project and completely free to use.

We appreciate everybody's help and contribution to the project.

PR

  • If you want to add a feature, fix a bug, please open an issue first.
  • If you want to patch something fast you're free to open a PR.

PR's name

Please prefix your PR's name with the package of the file you're changing.

For example: allocator: add a Set[T] function.

Describe in less than 255 characters what your PR does.

If it fixes an issue, please add fixes #<issue number> at the end of the PR's name.