github.com/m3db/m3@v1.5.0/CONTRIBUTING.md (about) 1 # Contributing 2 3 M3 welcomes your help! 4 5 ## Proposing a Change 6 7 Before making any significant changes, [open an issue](https://github.com/m3db/proposal/issues). 8 9 Discussing your proposed changes ahead of time makes the contribution process smoother for everyone. 10 11 Any major changes or feature requests will be reviewed by the [M3 Steering Committee](https://github.com/m3db/m3/blob/master/GOVERNANCE.md). To make sure an issue or pull request is reviewed by the steering committee, add the [TSC label](https://github.com/m3db/m3/labels/TSC). 12 13 ## Code Changes 14 15 For code changes that affect M3 functionality, or fix bugs, read the [developer guide](DEVELOPMENT.md). 16 17 ## Reporting a Bug 18 19 If you have found a bug in M3, [create an issue](https://github.com/m3db/m3/issues/new) and fill in the details asked for in the issue template as much as possible. 20 21 ## Documentation 22 23 For additions and changes to M3 documentation, read the [documentation guide](DOCUMENTATION.md).