From f07e1cbc4c21b78d90ab7145074eba78ab81c511 Mon Sep 17 00:00:00 2001 From: Corbin Davenport Date: Mon, 28 May 2018 17:41:03 -0400 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..5d853d6 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +## Filing a bug report + +I accept bug reports for the Creative Cloud script, but please note that **I can't do anything about most bugs**. The Wine compatibility layer is used to run the Creative Cloud installer and all downloaded Adobe programs. If you have issues with getting certain programs to run, you should [file a bug report with Wine](https://bugs.winehq.org/). + +When filing a Wine bug, please include the following information in your report to help the developers: + +* You are using 32-bit Wine 2.20-staging +* You have the `msxml3`, `atmlib`, and `corefonts` winetricks installed + +## Filing a pull request + +Pull requests for the install script are welcome!