From 7df4dcc8e6dfcb9547bdf3452fb4edcd45dde5ec Mon Sep 17 00:00:00 2001 From: Arnaud Diederen Date: Thu, 9 Jul 2015 15:12:05 +0200 Subject: [PATCH] Let's make the octocat happy with a nice 'CONTRIBUTING.md' page. --- CONTRIBUTING.md | 16 ++++++++++++++++ README.md | 19 +------------------ 2 files changed, 17 insertions(+), 18 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..94707d2 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,16 @@ +IDAPython +========= +### Contributing to IDAPython + +This page really is only a read-only version of the source code we +host internally at http://www.hex-rays.com, and pull requests will +not be honored. + +However, we will gladly accept patches & suggestions. Please send +those to . + +Found a bug? +------------ + +Users with an IDA license that is still under support are +encouraged to report bugs to . diff --git a/README.md b/README.md index 98266f3..abc1566 100644 --- a/README.md +++ b/README.md @@ -26,24 +26,6 @@ Mailing list for the project is hosted by Google Groups at http://groups.google.com/group/idapython -Found a bug? ------------- - -Users with an IDA license that is still under support are -encouraged to report bugs to . - - -Contributing ------------- - -This page really is only a read-only version of the source code we -host internally at http://www.hex-rays.com, and pull requests will -not be honored. - -However, we will gladly accept patches & suggestions. Please send -those to . - - Installation from binaries -------------------------- @@ -52,6 +34,7 @@ Installation from binaries 3. Copy the contents of the "plugins" directory to the %IDADIR%\plugins\ 4. Copy "python.cfg" to %IDADIR%\cfg + Usage -----