Skip to content

Commit

Permalink
0.9.334
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed May 15, 2018
1 parent 28f0034 commit d54a997
Show file tree
Hide file tree
Showing 11 changed files with 304 additions and 298 deletions.
90 changes: 45 additions & 45 deletions .github/ISSUE_TEMPLATE/Bug_Report.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
---
name: "Bug report \U0001F41B"
about: Found errors or unexpected behavior using dbatools module

---

### Before submitting a bug report:

- [ ] Ensure you are able to reproduce it on the latest released version (_we release often_)
- [ ] Verified this bug is not already reported in an issue
- [ ] Verified errors are not related to permissions
- [ ] Can reproduce in a clean PowerShell session (_clean = `powershell -NoProfile`_)

## Steps to Reproduce

```sql
/*
Any T-SQL commands involved or used to produce test objects/data.
*/
```

```powershell
<#
Provide exact (or sanitized) code to reproduce the error
#>
```

## Expected Behavior

<!--
Sample output or detail explanation if possible
-->

## Actual Behavior

<!--
Output or detailed explanation if possible
-->

## Environmental data

<!-- Provide output of the following two commands -->

- PowerShell: <!-- $PSVersionTable output -->
- - SQL Server: <!-- SELECT @@VERSION output -->
---
name: "Bug report \U0001F41B"
about: Found errors or unexpected behavior using dbatools module

---

### Before submitting a bug report:

- [ ] Ensure you are able to reproduce it on the latest released version (_we release often_)
- [ ] Verified this bug is not already reported in an issue
- [ ] Verified errors are not related to permissions
- [ ] Can reproduce in a clean PowerShell session (_clean = `powershell -NoProfile`_)

## Steps to Reproduce

```sql
/*
Any T-SQL commands involved or used to produce test objects/data.
*/
```

```powershell
<#
Provide exact (or sanitized) code to reproduce the error
#>
```

## Expected Behavior

<!--
Sample output or detail explanation if possible
-->

## Actual Behavior

<!--
Output or detailed explanation if possible
-->

## Environmental data

<!-- Provide output of the following two commands -->

- PowerShell: <!-- $PSVersionTable output -->
- - SQL Server: <!-- SELECT @@VERSION output -->
46 changes: 23 additions & 23 deletions .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
---
name: Feature request
about: Suggest an idea for this project

---

---
name: Feature request/idea :bomb:
about: Suggest a new feature or enhancement

---

### Summary of new feature

* Clear/concise description of what the problem is that the new feature can solve.

### Proposed technical details (if applicable)

* e.g. Blog post reference that shows example code or functionality

### Latest version of dbatools as of writing

* Please provide the latest released version of dbatools module.
---
name: Feature request
about: Suggest an idea for this project

---

---
name: Feature request/idea :bomb:
about: Suggest a new feature or enhancement

---

### Summary of new feature

* Clear/concise description of what the problem is that the new feature can solve.

### Proposed technical details (if applicable)

* e.g. Blog post reference that shows example code or functionality

### Latest version of dbatools as of writing

* Please provide the latest released version of dbatools module.
22 changes: 11 additions & 11 deletions .github/ISSUE_TEMPLATE/Support_Question.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
name: Support Question ❓
about: If you have a question you may try asking on StackExchange network or dbatools
channel in sqlcommunity.slack.com

---

- Slack Community Channel: https://sqlcommunity.slack.com/messages/C1M2WEASG/ (get an invite: https://dbatools.io/slack/)
- Documentation within the module: `Get-Help <command>`
- Database Administrator on Stack Exchange network, dbatools tag: https://dba.stackexchange.com/questions/tagged/dbatools
- StackOverflow dbatools tag: https://stackoverflow.com/questions/tagged/dbatools
---
name: Support Question ❓
about: If you have a question you may try asking on StackExchange network or dbatools
channel in sqlcommunity.slack.com

---

- Slack Community Channel: https://sqlcommunity.slack.com/messages/C1M2WEASG/ (get an invite: https://dbatools.io/slack/)
- Documentation within the module: `Get-Help <command>`
- Database Administrator on Stack Exchange network, dbatools tag: https://dba.stackexchange.com/questions/tagged/dbatools
- StackOverflow dbatools tag: https://stackoverflow.com/questions/tagged/dbatools
Loading

0 comments on commit d54a997

Please sign in to comment.