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