From 82d33c9a4d61d4d24286a170f4b9e1f7eae43dc4 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Tue, 16 Jun 2020 20:43:49 -0400 Subject: [PATCH] v0.8.1: added text regarding pull requests and funding (for github) --- README.md | 2 ++ docs/FUNDING.yml | 2 ++ docs/PULL_REQUEST_TEMPLATE.md | 1 + 3 files changed, 5 insertions(+) create mode 100644 docs/FUNDING.yml create mode 100644 docs/PULL_REQUEST_TEMPLATE.md diff --git a/README.md b/README.md index e8b72bd04..91b0974ad 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ There is an official blog for this project at [ShatteredPixel.com](http://www.sh The game also has a translation project hosted on [Transifex](https://www.transifex.com/shattered-pixel/shattered-pixel-dungeon/). +Note that **this repository does not accept pull requests!** The code here is provided in hopes that others may find it useful for their own projects, not to allow community contribution. Issue reports of all kinds (bug reports, feature requests, etc.) are welcome. + If you'd like to work with the code, you can find the following guides in `/docs`: - [Compiling for Android.](docs/getting-started-android.md) - **[If you plan to distribute on Google Play please read the end of this guide.](docs/getting-started-android.md#distributing-your-apk)** diff --git a/docs/FUNDING.yml b/docs/FUNDING.yml new file mode 100644 index 000000000..c0a946a54 --- /dev/null +++ b/docs/FUNDING.yml @@ -0,0 +1,2 @@ +patreon: ShatteredPixel +liberapay: Shattered_Pixel \ No newline at end of file diff --git a/docs/PULL_REQUEST_TEMPLATE.md b/docs/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..e7a582911 --- /dev/null +++ b/docs/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1 @@ +Note that **this repository does not accept pull requests!** The code here is provided in hopes that others may find it useful for their own projects, not to allow community contribution. Issue reports of all kinds (bug reports, feature requests, etc.) are welcome. \ No newline at end of file