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: CONTRIBUTING.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,11 @@ If you have a bugfix or new feature that you would like to contribute to Elastic
38
38
39
39
We enjoy working with contributors to get their code accepted. There are many approaches to fixing a problem and it is important to find the best approach before writing too much code.
40
40
41
+
Note that it is unlikely the project will merge refactors for the sake of refactoring. These
42
+
types of pull requests have a high cost to maintainers in reviewing and testing with little
43
+
to no tangible benefit. This especially includes changes generated by tools. For example,
44
+
converting all generic interface instances to use the diamond operator.
45
+
41
46
The process for contributing to any of the [Elastic repositories](https://github.com/elastic/) is similar. Details for individual projects can be found below.
0 commit comments