summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-07-26 21:38:18 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2016-07-26 21:38:18 (GMT)
commit66ae4fda57ae5b3b5e17baade7d92efdecc97064 (patch)
tree45ad19b4f252c59032a6e78b9317fb920e661ebf
parent54706f6f3ff2386d75cbf5911ebffc79922b6580 (diff)
downloadmxe-66ae4fda57ae5b3b5e17baade7d92efdecc97064.zip
mxe-66ae4fda57ae5b3b5e17baade7d92efdecc97064.tar.gz
mxe-66ae4fda57ae5b3b5e17baade7d92efdecc97064.tar.bz2
Revert "add Issue and Pull Request templates"
This reverts commit 54706f6f3ff2386d75cbf5911ebffc79922b6580. Pushed to upstream by mistake.
-rw-r--r--.github/ISSUE_TEMPLATE.md2
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md14
2 files changed, 0 insertions, 16 deletions
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-<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!