From 30a8cd36529e77fcbc14c81a331fcca5ff47efd8 Mon Sep 17 00:00:00 2001 From: Sean Maas Date: Mon, 4 Sep 2023 17:55:40 -0400 Subject: [PATCH] Specify the new pull request policy --- .github/pull_request_template.md | 1 + README.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..fbd127e --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1 @@ +While I appreciate anyone who wants to contribute, my goal with this project is to challenge myself and not to review code. I feel guilty rejecting a change that someone spent time on, but I also don't feel great accepting changes that I didn't ask for. For this reason, I've decided to stop accepting pull requests. You're of course still free to do anything with the code that's allowed by the license, but if you submit a pull request it will likely be ignored. I hope this is understandable! diff --git a/README.md b/README.md index 0903273..d8852ac 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ rokuyon is available for Linux, macOS, Windows, and Switch. Automatic builds are ### Usage Although still in early stages, rokuyon should be plug-and-play with any NTSC ROMs in big-endian format. Performance will be bad and there will be plenty of issues. At this stage, rokuyon should be considered a curiosity and not a dedicated emulator for playing games. +### Contributing +While I appreciate anyone who wants to contribute, my goal with this project is to challenge myself and not to review code. I feel guilty rejecting a change that someone spent time on, but I also don't feel great accepting changes that I didn't ask for. For this reason, I've decided to stop accepting pull requests. You're of course still free to do anything with the code that's allowed by the license, but if you submit a pull request it will likely be ignored. I hope this is understandable! + ### References * [n64dev](https://github.com/mikeryan/n64dev) - A collection of useful materials for initial research * [N64brew Wiki](https://n64brew.dev/wiki/Main_Page) - Extensive and organized documentation of the whole system