From e99c1ec458c10d339cc991442f4e0321cfab1e1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A1udio=20Silva?= Date: Wed, 28 Jun 2017 14:00:11 +0100 Subject: [PATCH] Create ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..46818c9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,33 @@ +## Is this: +_Just place "x" to indicate selection (e.g. "[x]")_ + +- [ ] *feature* +- [ ] *bug*: + +## Instance Details +Run the following instruction on your SQL Server instance: +```SQL +SELECT @@VERSION +``` +and paste the output here +- SQL Server version and edition: __ + + +## Steps to Reproduce + +#### Example: +1. Created table dbo.abc +2. Inserted data +3. Created stored procedure/etc +4. Run Command: +```SQL +execute dbo.someStoredProcedure +``` +5. Open the report and received following error +```SQL +Cannot find object name 'oqs.someTable' +``` + +## Attached screen shots/SSMS output + +- Provide screen shots of the output from your SSMS if available.