aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMike McQuaid2016-09-19 19:58:21 +0100
committerMike McQuaid2016-09-20 10:41:42 +0100
commitbd6fb88ddc72a0de4c27f65e60a82790a5d87f3f (patch)
tree4a40854293dc41c0184f5532583a864712aa5b8c /.github
parentf87e3626bb241bc88bead4ed6448a76c1bf49f56 (diff)
downloadbrew-bd6fb88ddc72a0de4c27f65e60a82790a5d87f3f.tar.bz2
Rearrange repository files.
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
deleted file mode 100644
index b9bd17f89..000000000
--- a/.github/CONTRIBUTING.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# Contributing to Homebrew
-First time contributing to Homebrew? Read our [Code of Conduct](https://github.com/Homebrew/brew/blob/master/CODEOFCONDUCT.md#code-of-conduct).
-
-### Report a bug
-
-* run `brew update` (twice)
-* run and read `brew doctor`
-* read [the Troubleshooting Checklist](https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/Troubleshooting.md#troubleshooting)
-* open an issue on the formula's repository
-
-### Propose a feature
-
-* Please create a pull request with your change proposal in the [Homebrew Evolution](https://github.com/Homebrew/brew-evolution) repository using the [proposal template](https://github.com/Homebrew/brew-evolution/blob/master/proposal_template.md).
-
-Thanks!