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 -----