New feature checklist

Edit me

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
  • Test the feature. Ideally, add a test case to ensure that the feature gets tested.
    • Add a topology-based test case to the tests/MqttTests project (to be created initially)
  • Generate the SPLDoc, see HERE
    • After pushing docs to gh-pages, verify that they are visible and correct when navigating to

    https://ibmstreams.github.io/streamsx.mqtt/.

Updated: