You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/guides/passenger-showcase-guide.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,12 @@ date: '2022-05-04'
6
6
7
7
## Submission Form
8
8
9
-
Thank you for sharing your work in the Passenger Showcase! There are currently two ways to submit your work: by using this form to upload your work, or to follow the instructions below to create a Pull Request for your project on GitHub!
9
+
Thank you for sharing your work in the Passenger Showcase! The Passenger Showcase is a community collection that lives on the Coding Train website, but also is featured periodically during Coding Train live streams as well as on other Coding Train social media spaces!
10
+
11
+
There are currently two ways to submit your work:
12
+
13
+
1. Use the form below to share your work.
14
+
2. Follow the instructions below to create a pull request to add your project manually.
10
15
11
16
<PassengerShowcaseForm />
12
17
@@ -16,11 +21,11 @@ If you have questions or need any help, come board the [Coding Train Discord](ht
16
21
17
22
If you choose not to use the form above, you can also submit a Pull Request on GitHub. The first step is to associate your submission with a specific video. Don't worry too much if you aren't sure, just pick wherever you think it fits best! If your work relates to multiple videos just pick one!
18
23
19
-
First, you will need to [fork the repo](https://docs.github.com/en/get-started/quickstart/fork-a-repo#forking-a-repository). On the [GitHub repo homepage](https://github.com/CodingTrain/thecodingtrain.com), click the button `Fork` in the upper-right corner. You will be prompted to the `Create a new fork` window, press `Create fork` in the bottom of the page. Now, you will have a fork of the original repo.
24
+
First, you will need to [fork the repo](https://docs.github.com/en/get-started/quickstart/fork-a-repo#forking-a-repository). On the [GitHub repo homepage](https://github.com/CodingTrain/thecodingtrain.com), click the button `Fork` in the upper-right corner. You will be prompted to the `Create a new fork` window, press `Create fork` in the bottom of the page. Now, you will have a fork of the original repo.
20
25
21
26

22
27
23
-
Second, create a branch in your fork by clicking a button in the upper left-hand corner where it says `main`.
28
+
Second, create a branch in your fork by clicking a button in the upper left-hand corner where it says `main`.
24
29
Type in the name of a branch (you can make this up!) and create the branch! In the example below, I'm calling it `dan-showcase-submission`.
@@ -64,7 +69,9 @@ All showcase submissions should include a thumbnail preview image! While any asp
64
69
65
70
## Submitting a Pull Request
66
71
67
-
[Return to the main branch](https://github.com/CodingTrain/thecodingtrain.com/tree/main), and select "Compare & pull request" (or go to the “Pull requests” tab and create a pull request by selecting "New pull request", then "compare: main" and choosing `your-branch-name` from the dropdown)
72
+
[Return to the main branch](https://github.com/CodingTrain/thecodingtrain.com/tree/main), and select "Compare & pull request" (or go to the “Pull requests” tab and create a pull request by selecting "New pull request", then "compare: main" and choosing `your-branch-name` from the dropdown).
73
+
74
+
If you would like to opt out of having your work featured on social media, please note in the comments field of your pull request.
0 commit comments