forked from erlang/otp
-
Notifications
You must be signed in to change notification settings - Fork 1
FAQ: What kind of patches will be approved?
bjorng edited this page Sep 13, 2010
·
5 revisions
Here are some informal guidelines on what kind of patches that are likely to be accepted or rejected, based on policies and/or the history of rejection/acceptance in the past.
Non-Erlang/OTP team members: Feel free to add items to this page, as long as you cite a reference to an email written by an Erlang/OTP team member. We (Erlang/OTP) may edit the item if we feel that you have quoted us out of context, or if a policy has been changed since the email was written.
No. We don’t want to add any new environment variables. Implement a new command line option to configure the behavior (example of an accepted patch). Any command line option can be passed in the environment variable ERL_FLAGS
.
Source: Björn Gustavsson (Erlang/OTP team member)