annotate CONTRIBUTING.md @ 236:c4bab56944e8 llvm-original

LLVM 16
author kono
date Wed, 09 Nov 2022 17:45:10 +0900
parents 1d019706d866
children 1f2b6ac9f198
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 # Contributing to LLVM
anatofuz
parents:
diff changeset
2
anatofuz
parents:
diff changeset
3 Thank you for your interest in contributing to LLVM! There are many ways to
anatofuz
parents:
diff changeset
4 contribute, and we appreciate all contributions.
anatofuz
parents:
diff changeset
5
anatofuz
parents:
diff changeset
6 To get started with contributing, please take a look at the
anatofuz
parents:
diff changeset
7 [Contributing to LLVM](https://llvm.org/docs/Contributing.html) guide. It
anatofuz
parents:
diff changeset
8 describes how to get involved, raise issues and submit patches. Please note
236
c4bab56944e8 LLVM 16
kono
parents: 150
diff changeset
9 that at the moment the LLVM project does not use GitHub pull requests.