Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 972 Bytes

ISSUE_TEMPLATE.md

File metadata and controls

26 lines (21 loc) · 972 Bytes

Hello,

Thank you for opening an issue. Please note that we try to keep github issue tracker reserved for bug reports and feature requests. For general usage questions, please use the documentation site or reach out support on Yammer network:

Brief description

Please provide short description covering two areas:

  • expected behaviour
  • actual behavior

SharePoint API

Which version of SharePoint runtime do you use?

  • CSOM / SSOM / O365?

SPMeta2 API

Which version of SPMeta2 do you use? Use the following code snippet for your convenience. It shows all the details on SPMeta2 and SharePoint runtime used.

var info = SPMeta2Diagnostic.GetDiagnosticInfo();

SPMeta2 model

Optionally, provide SPMeta2 model in which issue occurs. That helps to identify the issue and provide the solution as far as we can.

/// your SPMeta2 definitions and model here