From a01aa88151e74a6c8d0f232cd98878488a683ead Mon Sep 17 00:00:00 2001 From: Stratum <166541445+stratuma@users.noreply.github.com> Date: Fri, 26 Apr 2024 16:44:22 +0200 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..f8652ce --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +## How to contribute to Crunchyroll Downloader v4.0 + +#### **Did you find a bug?** + +* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/stratuma/Crunchyroll-Downloader-v4.0/issues). + +#### **Did you write a patch that fixes a bug?** + +* Open a new GitHub pull request with the patch. + +* Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.