-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix dead link contributing #45
base: html
Are you sure you want to change the base?
Fix dead link contributing #45
Conversation
@@ -2,6 +2,6 @@ | |||
layout: redirected | |||
sitemap: false | |||
redirect_to: | |||
- https://github.com/dataplat/dbatools/blob/development/contributing.md | |||
- https://github.com/dataplat/dbatools/blob/master/CONTRIBUTING.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- https://github.com/dataplat/dbatools/blob/master/CONTRIBUTING.md | |
- https://github.com/dataplat/dbatools/blob/development/CONTRIBUTING.md |
Please revert the branch reference
@@ -235,7 +235,7 @@ <h1 class="entry-title">the path to 1.0</h1> | |||
<p>As you may have noticed, we release a 0.9.x update with bug fixes and new features almost daily, so why haven’t we released 1.0 yet?</p> | |||
<h2>Shifting from “a bag of functions” to a proper module</h2> | |||
<p>We love new functionality, of course, but we must take a step back from new development and consolidate what we have in a properly usable module.</p> | |||
<p>Most of the contributors are damn good SQL Server Pros, a few are damn good PowerShell programmers, with the majority of “casual” developers being able to successfully publish a new function in less than a week time. But what we aren’t so good at is advertising our needs. We recently updated our <a href="https://github.com/dataplat/dbatools/blob/master/contributing.md">contributing.md</a> to be more on par with the latest months of developing. Stay tuned there, as the few TODOs left are coming, but the path is mostly set.</p> | |||
<p>Most of the contributors are damn good SQL Server Pros, a few are damn good PowerShell programmers, with the majority of “casual” developers being able to successfully publish a new function in less than a week time. But what we aren’t so good at is advertising our needs. We recently updated our <a href="https://github.com/dataplat/dbatools/blob/master/CONTRIBUTING.md">contributing.md</a> to be more on par with the latest months of developing. Stay tuned there, as the few TODOs left are coming, but the path is mostly set.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<p>Most of the contributors are damn good SQL Server Pros, a few are damn good PowerShell programmers, with the majority of “casual” developers being able to successfully publish a new function in less than a week time. But what we aren’t so good at is advertising our needs. We recently updated our <a href="https://github.com/dataplat/dbatools/blob/master/CONTRIBUTING.md">contributing.md</a> to be more on par with the latest months of developing. Stay tuned there, as the few TODOs left are coming, but the path is mostly set.</p> | |
<p>Most of the contributors are damn good SQL Server Pros, a few are damn good PowerShell programmers, with the majority of “casual” developers being able to successfully publish a new function in less than a week time. But what we aren’t so good at is advertising our needs. We recently updated our <a href="https://github.com/dataplat/dbatools/blob/development/CONTRIBUTING.md">contributing.md</a> to be more on par with the latest months of developing. Stay tuned there, as the few TODOs left are coming, but the path is mostly set.</p> |
Please set the branch to this one to be development as well.
@@ -2,6 +2,6 @@ | |||
layout: redirected | |||
sitemap: false | |||
redirect_to: | |||
- https://github.com/dataplat/dbatools/blob/prerelease/contributing.md#appveyor-setup | |||
- https://github.com/dataplat/dbatools/blob/master/CONTRIBUTING.md#appveyor-setup |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- https://github.com/dataplat/dbatools/blob/master/CONTRIBUTING.md#appveyor-setup | |
- https://github.com/dataplat/dbatools/blob/development/CONTRIBUTING.md#appveyor-setup |
Please set the branch reference to development branch.
I've fixed several dead contribution links.
Other solutions: rename the CONTRIBUTING.md file to contributing.md in the dbatools repository so that the existing links work: https://github.com/dataplat/dbatools/blob/master/CONTRIBUTING.md