Newer
Older
ClosedXML / .github / ISSUE_TEMPLATE.md
@Francois Botha Francois Botha on 5 May 2017 1 KB Update ISSUE_TEMPLATE.md

Do you want to request a feature or report a bug?

  • Bug
  • Feature

What is the current behavior?

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem with a sample spreadsheet.

What is the expected behavior or new feature?

Did this work in previous versions of our tool? Which versions?

  • I attached a sample spreadsheet. (You can drag files on to this issue)

Code to reproduce problem:

public void Main()
{
    // Where possible, post full code to reproduce your issue that adheres to:
    // - Fully runnable. I should be able to copy and paste this code into a 
    //   console application and run it without having to edit it much.
    // - Declare all your variables (this follows from the previous point)
    // - The code should be a minimal code sample to illustrate issue. The code 
    //   samples on the wiki are good examples of the terseness that I want. Don't
    //   post your full application.
}