xref: /open-nvidia-gpu/CONTRIBUTING.md (revision 88636e70)
1Thank you for all the enthusiasm around open-gpu-kernel-modules.
2
3## Non-functional (cosmetic) changes
4
5While we appreciate your enthusiasm, we have decided not to accept non-functional changes such as
6non-code typo fixes, comment and language adjustments, whitespace changes, and similar.
7
8Changes going into this codebase incur significant overhead. As such, we want to focus our resources
9on executable code improvements for now.
10
11If you have questions, or are unsure about the nature of your desired change, please ask us on the
12[Discussion boards](https://github.com/NVIDIA/open-gpu-kernel-modules/discussions)!
13
14## Code style
15
16We currently do not publish a code style guide, as we have many different components coming together.
17Please read the existing code in the repository, especially the one surrounding your proposed change,
18to get a feel for what you should aim for.
19
20Don't worry too much about it! We are happy to guide you through any neccessary style changes through
21code review of your PR.
22