You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -96,4 +96,15 @@ The core of CRuby's interpreter logic is found in:
96
96
97
97
## Contributing
98
98
99
-
We welcome open source contributors. If you are interested in contributing to this project, please contact Maxime Chevalier [(@Love2Code) via twitter](https://twitter.com/Love2Code) or by email (maxime.chevalierboisvert@shopify.com). You can also feel free to open new issues to report bugs or just to ask questions. Suggestions on how to make this readme file more helpful for new contributors are most welcome.
99
+
We welcome open source contributors. You should feel free to open new issues to report bugs or just to ask questions.
100
+
Suggestions on how to make this readme file more helpful for new contributors are most welcome.
101
+
102
+
Bug fixes and bug reports are very valuable to us. If you find bugs in YJIT, it's very possible be that nobody has reported this bug before,
103
+
or that we don't have a good reproduction for it, so please open an issue and provide some information about your configuration and a description of how you
104
+
encountered the problem. If you are able to produce a small reproduction to help us track down the bug, that is very much appreciated as well.
105
+
106
+
If you would like to contribute a large patch to YJIT, we suggest opening an issue or a discussion on this repository so that
107
+
we can have an active discussion. A common problem is that sometimes people submit large pull requests to open source projects
108
+
without prior communication, and we have to reject them because the work they implemented does not fit within the design of the
109
+
project. We want to save you time and frustration, so please reach out and we can have a productive discussion as to how
110
+
you can contribute things we will want to merge into YJIT.
0 commit comments