Difference between revisions of "Template:NewFeature"
(create template for documenting new features on the wiki) |
(→How to test it) |
||
Line 15: | Line 15: | ||
<pre> | <pre> | ||
make test TESTS=blah | make test TESTS=blah | ||
− | <pre> | + | </pre> |
''<Anything else notable about running the tests...>'' | ''<Anything else notable about running the tests...>'' |
Revision as of 03:34, 13 September 2018
Added in Samba version: <The next Samba release containing the feature>
Contents
Overview
<What does the feature do, Why might users care about it, What is the Microsoft-equivalent that a Windows admin might be familiar with, etc>
How to configure it
<Just reference the relevant samba-tool/smb.conf options (your man-page/help documentation should already be clear enough)>
For Developers
How to test it
make test TESTS=blah
<Anything else notable about running the tests...>
Where the code is located
<Notable files/functions to start looking at...>
Reference Docs
<E.g. Microsoft specification/section that describes the feature in more detail>