From da79c05f3d5a58339b40480c19a5797ddbd1e377 Mon Sep 17 00:00:00 2001 From: Jackson Chen Date: Tue, 15 Mar 2022 21:14:44 +0100 Subject: [PATCH 1/2] capitalize some words and fix typos --- contributing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contributing.md b/contributing.md index ab7ac54..235e30a 100644 --- a/contributing.md +++ b/contributing.md @@ -5,7 +5,7 @@ Hello! First of all, I'd like to say thank you for your interest in contributing - Android Studio "Arctic Fox" or Later - [Download](https://developer.android.com/studio#downloads) - NodeJS 16.x - [Download](https://nodejs.org/en/download/) - Java JRE 1.8 - [Download your preferred java runner] -- Java JDK 1.8 - [Download your preferred jdk] +- Java JDK 1.8 - [Download your preferred JDK] - (Optional) Xcode [iOS app development] - [Download](https://developer.apple.com/xcode/) # Setup @@ -17,10 +17,10 @@ If you wish to test the app within your browser, you can enter the `NUXT` direct > NOTE: TESTING THE APPLICATION FROM WITHIN YOUR WEB BROWSER DISALLOWS SOME FEATURES FROM WORKING. PLEASE COMPILE TO YOUR ANDROID DEVICE BEFORE SUBMITTING YOUR PULL REQUEST > NOTE2: If you get an error about `EACCES: permission denied 0.0.0.0:80`, change the port in `nuxt.config.js` back to 3000. -If you're done with your changes and are ready to submit your code, there is one last step: compiling to your android device. Plug in your Android or iOS device. Then, in the root directory of the project, run `npx cap run android` to test on your Android device or `npx cap run ios` to test on your iPhone. The app will proceed to build and you will be asked what device to install the debug application on. Select your device and wait as it compiles for you! Hopefully everything goes smoothy, and you are ready to make your pull request! +If you're done with your changes and are ready to submit your code, there is one last step: compiling to your android device. Plug in your Android or iOS device. Then, in the root directory of the project, run `npx cap run android` to test on your Android device or `npx cap run ios` to test on your iPhone. The app will proceed to build and you will be asked what device to install the debug application on. Select your device and wait as it compiles for you! Hopefully everything goes smoothly, and you are ready to make your pull request! # Making a Pull Request A pull request is fairly simple, and it's done here on GitHub. All we ask is that you include a few screenshots (and/or screen recordings) of what you've actually changed within the app. # Thanks -We hope that you have had a smooth experience contribuiting the VueTube. Any additional questions or concerns can be asked on our [Discord server](https://discord.gg/7P8KJrdd5W). \ No newline at end of file +We hope that you have had a smooth experience contributing the VueTube. Any additional questions or concerns can be asked on our [Discord server](https://discord.gg/7P8KJrdd5W). From 6ccb9edba88fae94b8e5de261ad7222cd2776008 Mon Sep 17 00:00:00 2001 From: Jackson Chen Date: Tue, 15 Mar 2022 21:17:04 +0100 Subject: [PATCH 2/2] add extra line to separate second note --- contributing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contributing.md b/contributing.md index 235e30a..9def20f 100644 --- a/contributing.md +++ b/contributing.md @@ -15,6 +15,7 @@ Now that you have everything installed, you can proceed with installing your nod # Testing If you wish to test the app within your browser, you can enter the `NUXT` directory, and run `npm run dev`. You can then navigate to `http://localhost:80/` in your favorite web browser. > NOTE: TESTING THE APPLICATION FROM WITHIN YOUR WEB BROWSER DISALLOWS SOME FEATURES FROM WORKING. PLEASE COMPILE TO YOUR ANDROID DEVICE BEFORE SUBMITTING YOUR PULL REQUEST + > NOTE2: If you get an error about `EACCES: permission denied 0.0.0.0:80`, change the port in `nuxt.config.js` back to 3000. If you're done with your changes and are ready to submit your code, there is one last step: compiling to your android device. Plug in your Android or iOS device. Then, in the root directory of the project, run `npx cap run android` to test on your Android device or `npx cap run ios` to test on your iPhone. The app will proceed to build and you will be asked what device to install the debug application on. Select your device and wait as it compiles for you! Hopefully everything goes smoothly, and you are ready to make your pull request!