Quiz time
Now that you have completed reading this chapter, try answering the following questions to test your knowledge:
- Before starting to interact with the LLVM community, what piece of documentation should you read?
The answer is the code of conduct of the LLVM community (https://llvm.org/docs/CodeOfConduct.html). This document describes the expectations around interaction with the community – you would not want to start from the wrong foot, would you?
See the introduction of this chapter for more details.
- When reporting an issue, what can you do to make it more likely to be fixed by the community?
In a nutshell, reduce the size of the input(s) required to reproduce the problem as much as possible. Include as many relevant details as possible, as in, this happens only on macOS, this started to fail after the release of 17.0.1, etc.
Essentially all the effort you put in will save someone else’s time, and the less time...