Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
adding more notes and adjusting format
  • Loading branch information
wsmelton committed Mar 28, 2019
1 parent 8093723 commit d6d49b3
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/ISSUE_TEMPLATE/Bug_Report.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,27 @@ assignees: ''

- [ ] *Running latest release of dbatools*
- [ ] Verified errors are not related to permissions
- [ ] If issue is with `Copy-DbaDatabase`, replicate issue using `Backup-DbaDatabase ... | Restore-DbaDatabase ...`
- [ ] Is this bug with `Copy-DbaDatabase`? You can replicate it using `Backup-DbaDatabase ... | Restore-DbaDatabase ...`

> Note that we do not have the resources to make `Copy-DbaDatabase` work in every environment. Instead, we try to ensure Backup & Restore work in your environment.
> NOTE: `Copy-DbaDatabase` will not work in every environment and every situation. Instead, we try to ensure Backup & Restore work in your environment.
## Environmental data
<!-- Paste out of this one-liner into the code block below:
& {"### PowerShell version:`n$($PSVersionTable | Out-String)"; "`n### dbatools Module version:`n$(gmo dbatools -List | select name, path, version | fl -force | Out-String)"}
-->

```
<!-- Paste out of above command here -->
<# REPLACE WITH output OF environment one-liner #>
```

### SQL Server:
<!-- Paste output of `SELECT @@VERSION` -->
```sql

/* REPLACE WITH output of @@VERSION */
```

<!-- NOTE: If the above information is not provided as a minimum your issue will not be acknowledged -->

## Steps to Reproduce

```sql
Expand Down

0 comments on commit d6d49b3

Please sign in to comment.