Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 932 Bytes

310-developer_new_feature_checklist.md

File metadata and controls

26 lines (23 loc) · 932 Bytes
title permalink excerpt last_modified_at redirect_from sidebar
New feature checklist
/docs/developer/new_feature_checklist/
New feature checklist
2018-02-22 12:37:48 +0100
/theme-setup/
nav
developerdocs

{% include toc %} {% include editme %}

New Feature Checklist

The following are a set of guidelines for adding a new feature

  • Add the feature to the code
    • Ensure that the toolkit documentation is updated appropriately
  • Create a sample demonstrating how to use the new feature
    • Should be added to samples folder
  • Add a test case to ensure that the feature gets tested
    • Add a topology-based test case to the tests/MessageHubTests project
  • Generate the SPLDoc, see HERE