Skip to content

Commit

Permalink
Create ISSUE_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudioESSilva committed Jun 28, 2017
1 parent ca92ade commit e99c1ec
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .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: _<result of execution>_


## 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.

0 comments on commit e99c1ec

Please sign in to comment.