|
5 | 5 | Please read the [Developer Certificate of Origin](./dco.md) before contributing. |
6 | 6 | The project is licensed under MIT. |
7 | 7 |
|
8 | | -### Git Commit Messages |
9 | | - |
10 | | -* Use the present tense ("Add feature" not "Added feature") |
11 | | -* Use the imperative mood ("Move cursor to..." not "Moves cursor to...") |
12 | | -* Limit the first line to 72 characters or less |
13 | | -* Reference issues and pull requests liberally |
14 | | -* Consider starting the commit message with an applicable emoji :smiley: : |
15 | | - * :art: `:art:` when improving the format/structure of the code |
16 | | - * :rocket: `:rocket:` when improving performance |
17 | | - * :bulb: `:bulb:` new idea |
18 | | - * :books: `:books:` To add new reference |
19 | | - * :construction: `:construction:` work in progress |
20 | | - * :computer: `:computer:` when adding feature |
21 | | - * :heavy_minus_sign: `:heavy_minus_sign:` when removing feature |
22 | | - * :non-potable_water: `:non-potable_water:` when plugging memory leaks |
23 | | - * :pencil2: `:pencil2:` when writing docs |
24 | | - * :penguin: `:penguin:` when fixing something on Linux |
25 | | - * :apple: `:apple:` when fixing something on macOS |
26 | | - * :checkered_flag: `:checkered_flag:` when closing pull requests |
27 | | - * :bug: `:bug:` when fixing a bug |
28 | | - * :fire: `:fire:` when removing code or files |
29 | | - * :green_heart: `:green_heart:` when fixing the CI build |
30 | | - * :dart: `:dart:` when adding tests |
31 | | - * :lock: `:lock:` when dealing with security |
32 | | - * :arrow_up: `:arrow_up:` when upgrading dependencies |
33 | | - * :arrow_down: `:arrow_down:` when downgrading dependencies |
34 | | - * :speaker: `:speaker:` when adding logging |
35 | | - * :mute: `:mute:` when reducing logging |
36 | | - * :shirt: `:shirt:` when removing linter warnings |
37 | | - * :hammer: `:hammer:` Refactor |
38 | | - |
39 | | - |
| 8 | +We appreciate your contribution and suggest following our [developer guidelines](https://mpm.cb-geo.com/#/code/developer) |
0 commit comments