From 66ae4fda57ae5b3b5e17baade7d92efdecc97064 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Wed, 27 Jul 2016 00:38:18 +0300 Subject: Revert "add Issue and Pull Request templates" This reverts commit 54706f6f3ff2386d75cbf5911ebffc79922b6580. Pushed to upstream by mistake. --- .github/ISSUE_TEMPLATE.md | 2 -- .github/PULL_REQUEST_TEMPLATE.md | 14 -------------- 2 files changed, 16 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index c57a7d8..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -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. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 510ab59..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -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-.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! -- cgit v0.12