Skip to content

Commit

Permalink
Merge pull request #463 from jedbrown/jed/submission-requirements
Browse files Browse the repository at this point in the history
Submission requirements: add "maintainable extension" verbiage
  • Loading branch information
arfon committed Nov 9, 2018
2 parents b9e9716 + 067d765 commit e23281b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/submitting.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,10 @@ Submission then is as simple as:
- The software should have an **obvious** research application
- You should be a major contributor to the software you are submitting
- The software should be a significant contribution to the available open source software that either enables some new research challenges to be addressed or makes addressing research challenges significantly better (e.g., faster, easier, simpler)
- The software should be feature complete (no half-baked solutions)
Minor, 'utility' packages, including 'thin' API clients are not acceptable
- The software should be feature complete (no half-baked solutions) and
designed for maintainable extension (not one-off modifications).
Minor ‘utility’ packages, including ‘thin’ API clients, are not
acceptable.

In addition, the software associated with your submission must:

Expand Down

0 comments on commit e23281b

Please sign in to comment.