Revert "add Issue and Pull Request templates"

This reverts commit 54706f6f3f.

Pushed to upstream by mistake.
This commit is contained in:
Boris Nagaev 2016-07-27 00:38:18 +03:00
parent 54706f6f3f
commit 66ae4fda57
2 changed files with 0 additions and 16 deletions

View File

@ -1,2 +0,0 @@
If a package fails to build, upload the log file to
[Gist](https://gist.github.com/) and put the link here.

View File

@ -1,14 +0,0 @@
Please read the [Guidelines for Creating Packages](http://mxe.cc/#creating-packages).
In particular, make sure that your build rules:
* do not run target executables with Wine,
* do not download anything while building,
* install `*.pc` file (if applicable),
* install `bin/test-<pkg>.exe` compiled with flags by `pkg-config`
and `*.patch` files are generated by `tools/patch-tool-mxe`.
If you add a package, you can use tool `tools/skeleton.py`.
Thanks!