You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are contributing documents in both the .github folder, in the root of the repo and in the README.md. The CONTRIBUTING.md in the rootof the repo should be moved to the CONTRIBUTING.md in the .github folder. Unless it is possible to remove the file in the .github folder and GitHUb points to the one in the root of the folder. It would be best to have the CONTRIBUTING.md in the root of the folder if it works.
The text was updated successfully, but these errors were encountered:
- SqlServerDsc
- Remove the file `.github/CONTRIBUTION.md` as it no longer filled any
purpose as GitHub will find the CONTRIBUTION.md in the root folder
directly now (issue #1227).
- The documentation in CONTRIBUTING.md has been somewhat updated.
- Update documentation around design pattern for accounts that does not
use passwords (issue #378)
and (issue #1230).
- Updating the Integration Test README.md to better explain what the
integration tests for SqlSetup, SqlRSSetup, and SqlRS does (issue #1315).
- SqlAGReplica
- Update documentation with a requirement for SqlServer in certain circumstances
(issue #1033).
- SqlRSSetup
- There was a typo in the error message that was thrown when not passing
either the `Edition` or `ProductKey` that could be misleading (issue #1386).
- Updated the parameter descriptions for the parameters `Edition` and
`ProductKey` that they are mutually exclusive (issue #1386).
There are contributing documents in both the .github folder, in the root of the repo and in the README.md. The CONTRIBUTING.md in the rootof the repo should be moved to the CONTRIBUTING.md in the .github folder. Unless it is possible to remove the file in the .github folder and GitHUb points to the one in the root of the folder. It would be best to have the CONTRIBUTING.md in the root of the folder if it works.
The text was updated successfully, but these errors were encountered: