blob: e860e55c9e81b9559cf9245fca3d2434b1dd1758 [file] [log] [blame] [view]
Florian Hahneffcdc32019-12-02 15:46:471# Contributing to LLVM
2
3Thank you for your interest in contributing to LLVM! There are many ways to
4contribute, and we appreciate all contributions.
5
6To get started with contributing, please take a look at the
7[Contributing to LLVM](https://llvm.org/docs/Contributing.html) guide. It
8describes how to get involved, raise issues and submit patches. Please note
Keith Smileybfeb92c2022-01-09 02:36:499that at the moment the LLVM project does not use GitHub pull requests.
Usman Akinyemide7639d2023-03-28 00:00:1410
11## Getting in touch
12
13Join the [LLVM Discourse forums](https://discourse.llvm.org/), [Discord
14chat](https://discord.gg/xS7Z362), or #llvm IRC channel on
15[OFTC](https://oftc.net/).
16
17The LLVM project has adopted a [code of conduct](https://llvm.org/docs/CodeOfConduct.html) for
18participants to all modes of communication within the project.