diff options
author | Monty Taylor <mordred@inaugust.com> | 2013-05-16 09:28:24 -0700 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-05-29 12:50:45 +0000 |
commit | e5cd08258a0df1a3cc7f4ada22c9d9ed27b408b1 (patch) | |
tree | d68676f6b34e572995ec57f0b562ffc3ca6f22be /MANIFEST.in | |
parent | 2e43c2a3ee85e635df3c122e752d7ab397ad9829 (diff) | |
download | heat-e5cd08258a0df1a3cc7f4ada22c9d9ed27b408b1.tar.gz |
Add CONTRIBUTING.rst file.
We don't use github pull requests, but we'd like to make that clear
to people if they show up at github and try to do one. github will
display the content of this file on the pull request submit form
if it's there.
Change-Id: I25e5b65b02244e100da4e5717ded09fcc0f33741
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 919d4865a..e655e9318 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,6 @@ include AUTHORS include ChangeLog +include CONTRIBUTING.rst include HACKING.rst include LICENSE include README.rst |