-
Notifications
You must be signed in to change notification settings - Fork 619
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d46147
commit d1a2f92
Showing
166 changed files
with
643 additions
and
1,858 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,27 +4,22 @@ | |
<title>Contributing on fabio - The Consul Load-Balancer</title> | ||
<link>https://fabiolb.net/contrib/</link> | ||
<description>Recent content in Contributing on fabio - The Consul Load-Balancer</description> | ||
<generator>Hugo -- gohugo.io</generator> | ||
<language>en-us</language><atom:link href="https://fabiolb.net/contrib/index.xml" rel="self" type="application/rss+xml" /> | ||
<generator>Hugo</generator> | ||
<language>en-us</language> | ||
<atom:link href="https://fabiolb.net/contrib/index.xml" rel="self" type="application/rss+xml" /> | ||
<item> | ||
<title>Guidelines</title> | ||
<link>https://fabiolb.net/contrib/guidelines/</link> | ||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> | ||
|
||
<guid>https://fabiolb.net/contrib/guidelines/</guid> | ||
<description>Your contribution is welcome! To make merging code as seamless as possible we ask for the following: | ||
For small changes and bug fixes go ahead, fork the project, make your changes and send a pull request. Check out the Development page for some useful tips. Larger changes should start with a proposal in an issue. This should ensure that the requested change is in line with the project and similar work is not already underway.</description> | ||
<description><h3 id="your-contribution-is-welcome">Your contribution is welcome!</h3>
<p>To make merging code as seamless as possible
we ask for the following:</p>
<ul>
<li>For small changes and bug fixes go ahead, fork the project, make your changes
and send a pull request. Check out the <a href="https://fabiolb.net/contrib/development/">Development</a>
page for some useful tips.</li>
<li>Larger changes should start with a proposal in an issue. This should ensure
that the requested change is in line with the project and similar work is not
already underway.</li>
<li>Only add libraries if they provide significant value. Consider copying the code
(attribution) or writing it yourself.</li>
<li>Manage dependencies with <code>go mod</code> and run <code>go mod vendor</code> afterwards to
sync the <code>vendor</code> folder for backwards compatibility.</li>
</ul>
<p>Once you are ready to send in a pull request, be sure to:</p></description> | ||
</item> | ||
|
||
<item> | ||
<title>Development</title> | ||
<link>https://fabiolb.net/contrib/development/</link> | ||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> | ||
|
||
<guid>https://fabiolb.net/contrib/development/</guid> | ||
<description>For newcomers to Go, you can&rsquo;t just git clone your forked repo and work from there, due to how Go&rsquo;s GOPATH works. You can follow the steps below to get started: | ||
Fork this repository to your own account (named myfork below) Make sure you have Consul and Vault installed in your $PATH go get github.com/fabiolb/fabio, change to the directory where the code was cloned ($GOPATH/src/github.com/fabiolb/fabio) and add your fork as remote: git remote add myfork git@github.</description> | ||
<description><p>For newcomers to Go, you can&rsquo;t just <code>git clone</code> your forked repo and work from
there, due to how Go&rsquo;s <code>GOPATH</code> works. You can follow the steps below to get started:</p>
<ol>
<li>Fork this repository to your own account (named <code>myfork</code> below)</li>
<li>Make sure you have <a href="https://www.consul.io/downloads.html">Consul</a> and <a href="https://www.vaultproject.io/downloads.html">Vault</a> installed in your <code>$PATH</code></li>
<li><code>go get github.com/fabiolb/fabio</code>, change to the directory where the code was cloned
(<code>$GOPATH/src/github.com/fabiolb/fabio</code>) and add your fork as remote: <code>git remote add myfork [email protected]:myfork/fabio.git</code></li>
<li>Hack away!</li>
<li><code>go fmt</code> and <code>make test</code> your code</li>
<li>Commit your changes and <em>push to your own fork</em>: <code>git push myfork</code></li>
<li>Create a pull-request</li>
</ol></description> | ||
</item> | ||
|
||
</channel> | ||
</rss> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.