Skip to content

Commit cb6547f

Browse files
committed
Adding examples doc
1 parent 2cc7a86 commit cb6547f

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

docs/Adding_examples.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,35 @@ All contributions must use the MIT License.
88
First, discuss your plans with the DevCenter Examples Manager
99
(Larry Kluger). He'll assign you an example number.
1010

11+
A new example can be added to any of the `eg-03-` series of
12+
launchers, except for the curl repo.
13+
14+
After your new example has been accepted, the DPE team will
15+
arrange to have it ported to the other SDK examples.
16+
17+
### New examples should be not too big, and not too small
18+
Each example should cover a DocuSign feature "appropriately."
19+
20+
For example, if a feature offers two options then consider
21+
having your example demonstrate both options.
22+
23+
### Self-contained
24+
Examples should be self-contained within the scope of the
25+
launcher.
26+
27+
For example, if your example operates on a template,
28+
then either use the template created by example number 8,
29+
or modify the template created by example 8 (eg add a field),
30+
or programmatically create a new template.
31+
32+
If you plan to change example 8, first discuss with the
33+
Examples Manager.
34+
35+
Do not require a user to create or modify a template by
36+
using the Admin tool.
37+
38+
## Steps
39+
1140
### Clone and branch
1241
Clone the repository to your own github.com organization.
1342

0 commit comments

Comments
 (0)