зеркало из https://github.com/microsoft/MIMWAL.git
edited code acceptance verbiage for better clarity.
This commit is contained in:
Родитель
8e57c45e76
Коммит
7b2c5d44b6
|
@ -14,9 +14,9 @@ As for the coding style, it's simple. Download and install [StyleCop](http://sty
|
|||
|
||||
##### Code Acceptance
|
||||
|
||||
While code acceptance for a bug fix or a minor enhancement like adding a new function is likely to be very straightforward, the code for a major new feature such as a new activity will only be accepted only if there is consensus among ALL project admins. Any proposal for a new feature that requires extension of MIM schema will be rejected. Any proposal that has serious backward compatibility considerations is unlikely to get accepted. A classic example of this is that contrary to specification of FIM string functions such as `Mid`, all WAL string functions expect a zero-based index. For any features that you need for your project, but will not make it to the MIMWAL code base in time or ever, the best way forward is to keep your extension in a separate DLL. See [Custom Activity Development](https://github.com/Microsoft/MIMWAL/wiki/Custom-Activity-Development) Wiki for more information.
|
||||
While code acceptance for a bug fix or a minor enhancement like adding a new function is likely to be very straightforward, the code for a major new feature such as a new activity will be accepted only if there is consensus among ALL project admins. Any proposal for a new feature that requires extension of MIM schema will be rejected. Any proposal that has serious backward compatibility considerations is unlikely to get accepted. A classic example of this is that in contrast to specification of FIM string functions such as `Mid`, all WAL string functions expect a zero-based index. For any features that you need for your project, but will not make it to the MIMWAL code base in time (or ever), the immediate best way forward is to keep your extension in a separate DLL. See [Custom Activity Development](https://github.com/Microsoft/MIMWAL/wiki/Custom-Activity-Development) Wiki for more information.
|
||||
|
||||
The MIMWAL is intended to be a set of building block activities that has a broad use to configure multiple complex scenarios. This means that any function or activity considered to be added to the core library should be applicable in multiple workflow scenarios, and not limited to a very specific or narrow workflow use case.
|
||||
To summarise, the MIMWAL is intended to be a set of building block activities that are generic not specific. Any extension considered to be added to the core library should be applicable in multiple customer scenarios and not limited to a very specific or narrow use case or a specific customer environment.
|
||||
|
||||
### Submit an Issue.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче