aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
AgeCommit message (Collapse)AuthorFilesLines
2023-09-10Update CONTRIBUTING.md to remove the not about not accepting PRMehdi Amini1-2/+1
2023-03-27Added instruction to join the llvm discourse and discord group.Usman Akinyemi1-0/+9
Added instruction and link to join the llvm discord and discourse group in the CONTRIBUTING.md files Reviewed By: keith Differential Revision: https://reviews.llvm.org/D146877
2022-01-10docs: update some bug tracker references (NFC)Keith Smiley1-2/+1
Fixes https://github.com/llvm/llvm-project/issues/53091 Differential Revision: https://reviews.llvm.org/D116898
2019-12-02Add contributing info to CONTRIBUTING.md and README.mdFlorian Hahn1-0/+10
As discussed on llvm-dev [1], this patch adds a brief CONTRIBUTING.md to the top-level of the repo, with a pointer to Contributing.html. This should make it easier to discover the contributing information and also be highlighted in the Github UI. It also updates README.md to link to Contributing.html. [1] http://lists.llvm.org/pipermail/llvm-dev/2019-November/137141.html Reviewers: tonic, rnk, jhenderson, meikeb Reviewed By: rnk, jhenderson, meikeb Differential Revision: https://reviews.llvm.org/D70743