Skip to content
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

Open
wants to merge 2 commits into
base: html
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appveyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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.

permalink: /appveyor
---
2 changes: 1 addition & 1 deletion author/niphlod/feed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<p>As you may have noticed, we release a 0.9.x update with bug fixes and new features almost daily, so why haven&#8217;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&#8217;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&#8217;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>
<h2>We need your help</h2>
<p>We&#8217;re looking for contributors to help us finally reach version 1.0. Currently, we are on par with Gmail&#8217;s beta schedule: a whopping 4 years. But, we&#8217;re almost there and need your help finalizing our changes. If you&#8217;re interested in helping us bring 1.0 alive, we identified four areas with 5 primary contacts on the <a href="/slack">SQL Server Community Slack</a>:</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- https://github.com/dataplat/dbatools/blob/master/CONTRIBUTING.md
- https://github.com/dataplat/dbatools/blob/development/CONTRIBUTING.md

Please revert the branch reference

permalink: /contributing
---
2 changes: 1 addition & 1 deletion the-path-to-1-0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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&rsquo;t we released 1.0 yet?</p>
<h2>Shifting from &ldquo;a bag of functions&rdquo; 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 &ldquo;casual&rdquo; developers being able to successfully publish a new function in less than a week time. But what we aren&rsquo;t so good at is advertising our needs. We recently updated our&nbsp;<a href="https://github.com/dataplat/dbatools/blob/master/contributing.md">contributing.md</a>&nbsp;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 &ldquo;casual&rdquo; developers being able to successfully publish a new function in less than a week time. But what we aren&rsquo;t so good at is advertising our needs. We recently updated our&nbsp;<a href="https://github.com/dataplat/dbatools/blob/master/CONTRIBUTING.md">contributing.md</a>&nbsp;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>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<p>Most of the contributors are damn good SQL Server Pros, a few are damn good PowerShell programmers, with the majority of &ldquo;casual&rdquo; developers being able to successfully publish a new function in less than a week time. But what we aren&rsquo;t so good at is advertising our needs. We recently updated our&nbsp;<a href="https://github.com/dataplat/dbatools/blob/master/CONTRIBUTING.md">contributing.md</a>&nbsp;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 &ldquo;casual&rdquo; developers being able to successfully publish a new function in less than a week time. But what we aren&rsquo;t so good at is advertising our needs. We recently updated our&nbsp;<a href="https://github.com/dataplat/dbatools/blob/development/CONTRIBUTING.md">contributing.md</a>&nbsp;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.

<h2>We need your help</h2>
<p>We&rsquo;re looking for contributors to help us finally reach version 1.0. Currently, we are on par with Gmail&rsquo;s beta schedule: a whopping 4 years. But, we&rsquo;re almost there and need your help finalizing our changes. If you&rsquo;re interested in helping us bring 1.0 alive, we identified four areas with 5 primary contacts on the <a href="https://dbatools.io/slack">SQL Server Community Slack</a>:</p>
<ul>
Expand Down