Skip to content

Commit

Permalink
Adds design doc samples to encourage discussion from contributors pri…
Browse files Browse the repository at this point in the history
…or to implementation
  • Loading branch information
adrianbk committed Apr 7, 2015
1 parent 647fc40 commit 872a128
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
10 changes: 10 additions & 0 deletions design/sample-design-spec.md
@@ -0,0 +1,10 @@
## A spec to detail ...
Briefly, what is being proposed/implemented.

### General Approach
- How will the feature be implemented, at a high-level?
- What modules will the changes impact?
- Will there be any public api changes?

### Test Coverage
- Unit, integration, any special edge cases?
8 changes: 8 additions & 0 deletions design/swagger2asciidoc-integration.md
@@ -0,0 +1,8 @@
## A high-level design spec to detail how to generate asciidoc using swagger2asciidoc

### General Approach
TBD

### Test Coverage
TBD

0 comments on commit 872a128

Please sign in to comment.