[{"data":1,"prerenderedAt":1111},["ShallowReactive",2],{"how-to":3},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":5,"title":7,"description":8,"date":9,"slug":10,"category":11,"media":12,"body":13,"_type":307,"_id":1106,"_source":1107,"_file":1108,"_stem":1109,"_extension":1110},"\u002Fhow-to","",false,"How to Add a Project","Step-by-step guide on how to contribute a new project to the Games & Apps for AYN Thor collection via GitHub Pull Request.","2026-06-15 00:00","how-to","guide",[],{"type":14,"children":15,"toc":1090},"root",[16,25,39,45,83,89,123,129,178,184,236,257,263,284,292,299,304,576,582,799,805,810,848,854,859,896,916,922,1005,1011,1073,1079,1084],{"type":17,"tag":18,"props":19,"children":21},"element","h2",{"id":20},"overview",[22],{"type":23,"value":24},"text","Overview",{"type":17,"tag":26,"props":27,"children":28},"p",{},[29,31,37],{"type":23,"value":30},"This guide walks you through the process of adding a new project (game or app) to the collection. All contributions are made via ",{"type":17,"tag":32,"props":33,"children":34},"strong",{},[35],{"type":23,"value":36},"GitHub Pull Requests",{"type":23,"value":38},".",{"type":17,"tag":18,"props":40,"children":42},{"id":41},"prerequisites",[43],{"type":23,"value":44},"Prerequisites",{"type":17,"tag":46,"props":47,"children":48},"ul",{},[49,66,78],{"type":17,"tag":50,"props":51,"children":52},"li",{},[53,55,64],{"type":23,"value":54},"A ",{"type":17,"tag":56,"props":57,"children":61},"a",{"href":58,"rel":59},"https:\u002F\u002Fgithub.com",[60],"nofollow",[62],{"type":23,"value":63},"GitHub",{"type":23,"value":65}," account",{"type":17,"tag":50,"props":67,"children":68},{},[69,76],{"type":17,"tag":56,"props":70,"children":73},{"href":71,"rel":72},"https:\u002F\u002Fgit-scm.com\u002F",[60],[74],{"type":23,"value":75},"Git",{"type":23,"value":77}," installed on your machine",{"type":17,"tag":50,"props":79,"children":80},{},[81],{"type":23,"value":82},"A text editor (VS Code, Sublime Text, etc.)",{"type":17,"tag":18,"props":84,"children":86},{"id":85},"step-1-fork-the-repository",[87],{"type":23,"value":88},"Step 1 — Fork the Repository",{"type":17,"tag":90,"props":91,"children":92},"ol",{},[93,106,118],{"type":17,"tag":50,"props":94,"children":95},{},[96,98,105],{"type":23,"value":97},"Navigate to the ",{"type":17,"tag":56,"props":99,"children":102},{"href":100,"rel":101},"https:\u002F\u002Fgithub.com\u002Fandreyvelsk\u002FGAFT",[60],[103],{"type":23,"value":104},"repository on GitHub",{"type":23,"value":38},{"type":17,"tag":50,"props":107,"children":108},{},[109,111,116],{"type":23,"value":110},"Click the ",{"type":17,"tag":32,"props":112,"children":113},{},[114],{"type":23,"value":115},"Fork",{"type":23,"value":117}," button in the top-right corner.",{"type":17,"tag":50,"props":119,"children":120},{},[121],{"type":23,"value":122},"A copy of the repository will be created under your GitHub account.",{"type":17,"tag":18,"props":124,"children":126},{"id":125},"step-2-clone-your-fork",[127],{"type":23,"value":128},"Step 2 — Clone Your Fork",{"type":17,"tag":130,"props":131,"children":135},"pre",{"code":132,"language":133,"meta":5,"className":134,"style":5},"git clone https:\u002F\u002Fgithub.com\u002Fandreyvelsk\u002FGAFT.git\ncd GAFT\n","bash","language-bash shiki shiki-themes monokai",[136],{"type":17,"tag":137,"props":138,"children":139},"code",{"__ignoreMap":5},[140,163],{"type":17,"tag":141,"props":142,"children":145},"span",{"class":143,"line":144},"line",1,[146,152,158],{"type":17,"tag":141,"props":147,"children":149},{"style":148},"--shiki-default:#A6E22E",[150],{"type":23,"value":151},"git",{"type":17,"tag":141,"props":153,"children":155},{"style":154},"--shiki-default:#E6DB74",[156],{"type":23,"value":157}," clone",{"type":17,"tag":141,"props":159,"children":160},{"style":154},[161],{"type":23,"value":162}," https:\u002F\u002Fgithub.com\u002Fandreyvelsk\u002FGAFT.git\n",{"type":17,"tag":141,"props":164,"children":166},{"class":143,"line":165},2,[167,173],{"type":17,"tag":141,"props":168,"children":170},{"style":169},"--shiki-default:#66D9EF",[171],{"type":23,"value":172},"cd",{"type":17,"tag":141,"props":174,"children":175},{"style":154},[176],{"type":23,"value":177}," GAFT\n",{"type":17,"tag":18,"props":179,"children":181},{"id":180},"step-3-create-a-new-branch",[182],{"type":23,"value":183},"Step 3 — Create a New Branch",{"type":17,"tag":130,"props":185,"children":187},{"code":186,"language":133,"meta":5,"className":134,"style":5},"git checkout -b add-\u003Cproject-slug>\n",[188],{"type":17,"tag":137,"props":189,"children":190},{"__ignoreMap":5},[191],{"type":17,"tag":141,"props":192,"children":193},{"class":143,"line":144},[194,198,203,209,214,220,225,231],{"type":17,"tag":141,"props":195,"children":196},{"style":148},[197],{"type":23,"value":151},{"type":17,"tag":141,"props":199,"children":200},{"style":154},[201],{"type":23,"value":202}," checkout",{"type":17,"tag":141,"props":204,"children":206},{"style":205},"--shiki-default:#AE81FF",[207],{"type":23,"value":208}," -b",{"type":17,"tag":141,"props":210,"children":211},{"style":154},[212],{"type":23,"value":213}," add-",{"type":17,"tag":141,"props":215,"children":217},{"style":216},"--shiki-default:#F92672",[218],{"type":23,"value":219},"\u003C",{"type":17,"tag":141,"props":221,"children":222},{"style":154},[223],{"type":23,"value":224},"project-slu",{"type":17,"tag":141,"props":226,"children":228},{"style":227},"--shiki-default:#F8F8F2",[229],{"type":23,"value":230},"g",{"type":17,"tag":141,"props":232,"children":233},{"style":216},[234],{"type":23,"value":235},">\n",{"type":17,"tag":26,"props":237,"children":238},{},[239,241,247,249,255],{"type":23,"value":240},"Replace ",{"type":17,"tag":137,"props":242,"children":244},{"className":243},[],[245],{"type":23,"value":246},"\u003Cproject-slug>",{"type":23,"value":248}," with a short, URL-friendly identifier for your project (e.g. ",{"type":17,"tag":137,"props":250,"children":252},{"className":251},[],[253],{"type":23,"value":254},"add-my-cool-game",{"type":23,"value":256},").",{"type":17,"tag":18,"props":258,"children":260},{"id":259},"step-4-create-the-content-file",[261],{"type":23,"value":262},"Step 4 — Create the Content File",{"type":17,"tag":26,"props":264,"children":265},{},[266,268,274,276,282],{"type":23,"value":267},"Create a new directory under ",{"type":17,"tag":137,"props":269,"children":271},{"className":270},[],[272],{"type":23,"value":273},"content\u002F",{"type":23,"value":275}," with your project slug and add an ",{"type":17,"tag":137,"props":277,"children":279},{"className":278},[],[280],{"type":23,"value":281},"index.md",{"type":23,"value":283}," file inside it:",{"type":17,"tag":130,"props":285,"children":287},{"code":286},"content\u002F\n└── your-project-slug\u002F\n    └── index.md\n",[288],{"type":17,"tag":137,"props":289,"children":290},{"__ignoreMap":5},[291],{"type":23,"value":286},{"type":17,"tag":293,"props":294,"children":296},"h3",{"id":295},"template",[297],{"type":23,"value":298},"Template",{"type":17,"tag":26,"props":300,"children":301},{},[302],{"type":23,"value":303},"Copy the template below and fill in the fields:",{"type":17,"tag":130,"props":305,"children":309},{"code":306,"language":307,"meta":5,"className":308,"style":5},"---\ntitle: \"Project Title\"\ndescription: \"A short one-line description of the project.\"\ndate: \"YYYY-MM-DD HH:MM\"\nslug: \"your-project-slug\"\ncategory: \"companion\"\nmedia:\n  - type: \"image\"\n    url: \"https:\u002F\u002Fexample.com\u002Fscreenshot.png\"\n  - type: \"video\"\n    url: \"https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=VIDEO_ID\"\ntags:\n  - tag1\n  - tag2\n---\n\n## Setup guide\n\nExplain how to install and run the project.\n\n## Tips\n\n- List any useful tips or recommendations.\n\n## Known issues\n\n- Document any known limitations or bugs.\n","markdown","language-markdown shiki shiki-themes monokai",[310],{"type":17,"tag":137,"props":311,"children":312},{"__ignoreMap":5},[313,321,329,338,347,356,365,374,388,397,410,419,428,441,454,462,472,482,490,499,507,516,524,538,546,555,563],{"type":17,"tag":141,"props":314,"children":315},{"class":143,"line":144},[316],{"type":17,"tag":141,"props":317,"children":318},{"style":227},[319],{"type":23,"value":320},"---\n",{"type":17,"tag":141,"props":322,"children":323},{"class":143,"line":165},[324],{"type":17,"tag":141,"props":325,"children":326},{"style":227},[327],{"type":23,"value":328},"title: \"Project Title\"\n",{"type":17,"tag":141,"props":330,"children":332},{"class":143,"line":331},3,[333],{"type":17,"tag":141,"props":334,"children":335},{"style":227},[336],{"type":23,"value":337},"description: \"A short one-line description of the project.\"\n",{"type":17,"tag":141,"props":339,"children":341},{"class":143,"line":340},4,[342],{"type":17,"tag":141,"props":343,"children":344},{"style":227},[345],{"type":23,"value":346},"date: \"YYYY-MM-DD HH:MM\"\n",{"type":17,"tag":141,"props":348,"children":350},{"class":143,"line":349},5,[351],{"type":17,"tag":141,"props":352,"children":353},{"style":227},[354],{"type":23,"value":355},"slug: \"your-project-slug\"\n",{"type":17,"tag":141,"props":357,"children":359},{"class":143,"line":358},6,[360],{"type":17,"tag":141,"props":361,"children":362},{"style":227},[363],{"type":23,"value":364},"category: \"companion\"\n",{"type":17,"tag":141,"props":366,"children":368},{"class":143,"line":367},7,[369],{"type":17,"tag":141,"props":370,"children":371},{"style":227},[372],{"type":23,"value":373},"media:\n",{"type":17,"tag":141,"props":375,"children":377},{"class":143,"line":376},8,[378,383],{"type":17,"tag":141,"props":379,"children":380},{"style":148},[381],{"type":23,"value":382},"  -",{"type":17,"tag":141,"props":384,"children":385},{"style":227},[386],{"type":23,"value":387}," type: \"image\"\n",{"type":17,"tag":141,"props":389,"children":391},{"class":143,"line":390},9,[392],{"type":17,"tag":141,"props":393,"children":394},{"style":227},[395],{"type":23,"value":396},"    url: \"https:\u002F\u002Fexample.com\u002Fscreenshot.png\"\n",{"type":17,"tag":141,"props":398,"children":400},{"class":143,"line":399},10,[401,405],{"type":17,"tag":141,"props":402,"children":403},{"style":148},[404],{"type":23,"value":382},{"type":17,"tag":141,"props":406,"children":407},{"style":227},[408],{"type":23,"value":409}," type: \"video\"\n",{"type":17,"tag":141,"props":411,"children":413},{"class":143,"line":412},11,[414],{"type":17,"tag":141,"props":415,"children":416},{"style":227},[417],{"type":23,"value":418},"    url: \"https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=VIDEO_ID\"\n",{"type":17,"tag":141,"props":420,"children":422},{"class":143,"line":421},12,[423],{"type":17,"tag":141,"props":424,"children":425},{"style":227},[426],{"type":23,"value":427},"tags:\n",{"type":17,"tag":141,"props":429,"children":431},{"class":143,"line":430},13,[432,436],{"type":17,"tag":141,"props":433,"children":434},{"style":148},[435],{"type":23,"value":382},{"type":17,"tag":141,"props":437,"children":438},{"style":227},[439],{"type":23,"value":440}," tag1\n",{"type":17,"tag":141,"props":442,"children":444},{"class":143,"line":443},14,[445,449],{"type":17,"tag":141,"props":446,"children":447},{"style":148},[448],{"type":23,"value":382},{"type":17,"tag":141,"props":450,"children":451},{"style":227},[452],{"type":23,"value":453}," tag2\n",{"type":17,"tag":141,"props":455,"children":457},{"class":143,"line":456},15,[458],{"type":17,"tag":141,"props":459,"children":460},{"style":227},[461],{"type":23,"value":320},{"type":17,"tag":141,"props":463,"children":465},{"class":143,"line":464},16,[466],{"type":17,"tag":141,"props":467,"children":469},{"emptyLinePlaceholder":468},true,[470],{"type":23,"value":471},"\n",{"type":17,"tag":141,"props":473,"children":475},{"class":143,"line":474},17,[476],{"type":17,"tag":141,"props":477,"children":479},{"style":478},"--shiki-default:#A6E22E;--shiki-default-font-weight:bold",[480],{"type":23,"value":481},"## Setup guide\n",{"type":17,"tag":141,"props":483,"children":485},{"class":143,"line":484},18,[486],{"type":17,"tag":141,"props":487,"children":488},{"emptyLinePlaceholder":468},[489],{"type":23,"value":471},{"type":17,"tag":141,"props":491,"children":493},{"class":143,"line":492},19,[494],{"type":17,"tag":141,"props":495,"children":496},{"style":227},[497],{"type":23,"value":498},"Explain how to install and run the project.\n",{"type":17,"tag":141,"props":500,"children":502},{"class":143,"line":501},20,[503],{"type":17,"tag":141,"props":504,"children":505},{"emptyLinePlaceholder":468},[506],{"type":23,"value":471},{"type":17,"tag":141,"props":508,"children":510},{"class":143,"line":509},21,[511],{"type":17,"tag":141,"props":512,"children":513},{"style":478},[514],{"type":23,"value":515},"## Tips\n",{"type":17,"tag":141,"props":517,"children":519},{"class":143,"line":518},22,[520],{"type":17,"tag":141,"props":521,"children":522},{"emptyLinePlaceholder":468},[523],{"type":23,"value":471},{"type":17,"tag":141,"props":525,"children":527},{"class":143,"line":526},23,[528,533],{"type":17,"tag":141,"props":529,"children":530},{"style":148},[531],{"type":23,"value":532},"-",{"type":17,"tag":141,"props":534,"children":535},{"style":227},[536],{"type":23,"value":537}," List any useful tips or recommendations.\n",{"type":17,"tag":141,"props":539,"children":541},{"class":143,"line":540},24,[542],{"type":17,"tag":141,"props":543,"children":544},{"emptyLinePlaceholder":468},[545],{"type":23,"value":471},{"type":17,"tag":141,"props":547,"children":549},{"class":143,"line":548},25,[550],{"type":17,"tag":141,"props":551,"children":552},{"style":478},[553],{"type":23,"value":554},"## Known issues\n",{"type":17,"tag":141,"props":556,"children":558},{"class":143,"line":557},26,[559],{"type":17,"tag":141,"props":560,"children":561},{"emptyLinePlaceholder":468},[562],{"type":23,"value":471},{"type":17,"tag":141,"props":564,"children":566},{"class":143,"line":565},27,[567,571],{"type":17,"tag":141,"props":568,"children":569},{"style":148},[570],{"type":23,"value":532},{"type":17,"tag":141,"props":572,"children":573},{"style":227},[574],{"type":23,"value":575}," Document any known limitations or bugs.\n",{"type":17,"tag":293,"props":577,"children":579},{"id":578},"frontmatter-fields",[580],{"type":23,"value":581},"Frontmatter Fields",{"type":17,"tag":583,"props":584,"children":585},"table",{},[586,610],{"type":17,"tag":587,"props":588,"children":589},"thead",{},[590],{"type":17,"tag":591,"props":592,"children":593},"tr",{},[594,600,605],{"type":17,"tag":595,"props":596,"children":597},"th",{},[598],{"type":23,"value":599},"Field",{"type":17,"tag":595,"props":601,"children":602},{},[603],{"type":23,"value":604},"Required",{"type":17,"tag":595,"props":606,"children":607},{},[608],{"type":23,"value":609},"Description",{"type":17,"tag":611,"props":612,"children":613},"tbody",{},[614,637,658,687,708,756,778],{"type":17,"tag":591,"props":615,"children":616},{},[617,627,632],{"type":17,"tag":618,"props":619,"children":620},"td",{},[621],{"type":17,"tag":137,"props":622,"children":624},{"className":623},[],[625],{"type":23,"value":626},"title",{"type":17,"tag":618,"props":628,"children":629},{},[630],{"type":23,"value":631},"✅",{"type":17,"tag":618,"props":633,"children":634},{},[635],{"type":23,"value":636},"Project name displayed as the page heading",{"type":17,"tag":591,"props":638,"children":639},{},[640,649,653],{"type":17,"tag":618,"props":641,"children":642},{},[643],{"type":17,"tag":137,"props":644,"children":646},{"className":645},[],[647],{"type":23,"value":648},"description",{"type":17,"tag":618,"props":650,"children":651},{},[652],{"type":23,"value":631},{"type":17,"tag":618,"props":654,"children":655},{},[656],{"type":23,"value":657},"Short description shown on the card and in SEO meta",{"type":17,"tag":591,"props":659,"children":660},{},[661,670,674],{"type":17,"tag":618,"props":662,"children":663},{},[664],{"type":17,"tag":137,"props":665,"children":667},{"className":666},[],[668],{"type":23,"value":669},"date",{"type":17,"tag":618,"props":671,"children":672},{},[673],{"type":23,"value":631},{"type":17,"tag":618,"props":675,"children":676},{},[677,679,685],{"type":23,"value":678},"Publication date in ",{"type":17,"tag":137,"props":680,"children":682},{"className":681},[],[683],{"type":23,"value":684},"YYYY-MM-DD HH:MM",{"type":23,"value":686}," format",{"type":17,"tag":591,"props":688,"children":689},{},[690,699,703],{"type":17,"tag":618,"props":691,"children":692},{},[693],{"type":17,"tag":137,"props":694,"children":696},{"className":695},[],[697],{"type":23,"value":698},"slug",{"type":17,"tag":618,"props":700,"children":701},{},[702],{"type":23,"value":631},{"type":17,"tag":618,"props":704,"children":705},{},[706],{"type":23,"value":707},"URL-friendly identifier (must match the directory name)",{"type":17,"tag":591,"props":709,"children":710},{},[711,720,724],{"type":17,"tag":618,"props":712,"children":713},{},[714],{"type":17,"tag":137,"props":715,"children":717},{"className":716},[],[718],{"type":23,"value":719},"category",{"type":17,"tag":618,"props":721,"children":722},{},[723],{"type":23,"value":631},{"type":17,"tag":618,"props":725,"children":726},{},[727,729,735,737,743,744,750,751],{"type":23,"value":728},"One of: ",{"type":17,"tag":137,"props":730,"children":732},{"className":731},[],[733],{"type":23,"value":734},"companion",{"type":23,"value":736},", ",{"type":17,"tag":137,"props":738,"children":740},{"className":739},[],[741],{"type":23,"value":742},"app",{"type":23,"value":736},{"type":17,"tag":137,"props":745,"children":747},{"className":746},[],[748],{"type":23,"value":749},"emulation",{"type":23,"value":736},{"type":17,"tag":137,"props":752,"children":754},{"className":753},[],[755],{"type":23,"value":11},{"type":17,"tag":591,"props":757,"children":758},{},[759,768,773],{"type":17,"tag":618,"props":760,"children":761},{},[762],{"type":17,"tag":137,"props":763,"children":765},{"className":764},[],[766],{"type":23,"value":767},"media",{"type":17,"tag":618,"props":769,"children":770},{},[771],{"type":23,"value":772},"❌",{"type":17,"tag":618,"props":774,"children":775},{},[776],{"type":23,"value":777},"List of images or videos for the carousel",{"type":17,"tag":591,"props":779,"children":780},{},[781,790,794],{"type":17,"tag":618,"props":782,"children":783},{},[784],{"type":17,"tag":137,"props":785,"children":787},{"className":786},[],[788],{"type":23,"value":789},"tags",{"type":17,"tag":618,"props":791,"children":792},{},[793],{"type":23,"value":772},{"type":17,"tag":618,"props":795,"children":796},{},[797],{"type":23,"value":798},"List of tags for categorization",{"type":17,"tag":293,"props":800,"children":802},{"id":801},"media-items",[803],{"type":23,"value":804},"Media Items",{"type":17,"tag":26,"props":806,"children":807},{},[808],{"type":23,"value":809},"Each media entry supports two types:",{"type":17,"tag":46,"props":811,"children":812},{},[813,831],{"type":17,"tag":50,"props":814,"children":815},{},[816,821,823,829],{"type":17,"tag":32,"props":817,"children":818},{},[819],{"type":23,"value":820},"Image",{"type":23,"value":822},": ",{"type":17,"tag":137,"props":824,"children":826},{"className":825},[],[827],{"type":23,"value":828},"type: \"image\"",{"type":23,"value":830}," with a direct URL to the image file",{"type":17,"tag":50,"props":832,"children":833},{},[834,839,840,846],{"type":17,"tag":32,"props":835,"children":836},{},[837],{"type":23,"value":838},"Video",{"type":23,"value":822},{"type":17,"tag":137,"props":841,"children":843},{"className":842},[],[844],{"type":23,"value":845},"type: \"video\"",{"type":23,"value":847}," with a YouTube URL",{"type":17,"tag":18,"props":849,"children":851},{"id":850},"step-5-preview-locally-optional",[852],{"type":23,"value":853},"Step 5 — Preview Locally (Optional)",{"type":17,"tag":26,"props":855,"children":856},{},[857],{"type":23,"value":858},"Install dependencies and start the dev server:",{"type":17,"tag":130,"props":860,"children":862},{"code":861,"language":133,"meta":5,"className":134,"style":5},"npm install\nnpm run dev\n",[863],{"type":17,"tag":137,"props":864,"children":865},{"__ignoreMap":5},[866,879],{"type":17,"tag":141,"props":867,"children":868},{"class":143,"line":144},[869,874],{"type":17,"tag":141,"props":870,"children":871},{"style":148},[872],{"type":23,"value":873},"npm",{"type":17,"tag":141,"props":875,"children":876},{"style":154},[877],{"type":23,"value":878}," install\n",{"type":17,"tag":141,"props":880,"children":881},{"class":143,"line":165},[882,886,891],{"type":17,"tag":141,"props":883,"children":884},{"style":148},[885],{"type":23,"value":873},{"type":17,"tag":141,"props":887,"children":888},{"style":154},[889],{"type":23,"value":890}," run",{"type":17,"tag":141,"props":892,"children":893},{"style":154},[894],{"type":23,"value":895}," dev\n",{"type":17,"tag":26,"props":897,"children":898},{},[899,901,907,909,915],{"type":23,"value":900},"Open ",{"type":17,"tag":56,"props":902,"children":905},{"href":903,"rel":904},"http:\u002F\u002Flocalhost:3000",[60],[906],{"type":23,"value":903},{"type":23,"value":908}," and navigate to your project page at ",{"type":17,"tag":137,"props":910,"children":912},{"className":911},[],[913],{"type":23,"value":914},"\u002Fproject\u002F\u003Cyour-project-slug>",{"type":23,"value":38},{"type":17,"tag":18,"props":917,"children":919},{"id":918},"step-6-commit-and-push",[920],{"type":23,"value":921},"Step 6 — Commit and Push",{"type":17,"tag":130,"props":923,"children":925},{"code":924,"language":133,"meta":5,"className":134,"style":5},"git add .\ngit commit -m \"Add \u003Cproject title>\"\ngit push origin add-\u003Cproject-slug>\n",[926],{"type":17,"tag":137,"props":927,"children":928},{"__ignoreMap":5},[929,946,968],{"type":17,"tag":141,"props":930,"children":931},{"class":143,"line":144},[932,936,941],{"type":17,"tag":141,"props":933,"children":934},{"style":148},[935],{"type":23,"value":151},{"type":17,"tag":141,"props":937,"children":938},{"style":154},[939],{"type":23,"value":940}," add",{"type":17,"tag":141,"props":942,"children":943},{"style":154},[944],{"type":23,"value":945}," .\n",{"type":17,"tag":141,"props":947,"children":948},{"class":143,"line":165},[949,953,958,963],{"type":17,"tag":141,"props":950,"children":951},{"style":148},[952],{"type":23,"value":151},{"type":17,"tag":141,"props":954,"children":955},{"style":154},[956],{"type":23,"value":957}," commit",{"type":17,"tag":141,"props":959,"children":960},{"style":205},[961],{"type":23,"value":962}," -m",{"type":17,"tag":141,"props":964,"children":965},{"style":154},[966],{"type":23,"value":967}," \"Add \u003Cproject title>\"\n",{"type":17,"tag":141,"props":969,"children":970},{"class":143,"line":331},[971,975,980,985,989,993,997,1001],{"type":17,"tag":141,"props":972,"children":973},{"style":148},[974],{"type":23,"value":151},{"type":17,"tag":141,"props":976,"children":977},{"style":154},[978],{"type":23,"value":979}," push",{"type":17,"tag":141,"props":981,"children":982},{"style":154},[983],{"type":23,"value":984}," origin",{"type":17,"tag":141,"props":986,"children":987},{"style":154},[988],{"type":23,"value":213},{"type":17,"tag":141,"props":990,"children":991},{"style":216},[992],{"type":23,"value":219},{"type":17,"tag":141,"props":994,"children":995},{"style":154},[996],{"type":23,"value":224},{"type":17,"tag":141,"props":998,"children":999},{"style":227},[1000],{"type":23,"value":230},{"type":17,"tag":141,"props":1002,"children":1003},{"style":216},[1004],{"type":23,"value":235},{"type":17,"tag":18,"props":1006,"children":1008},{"id":1007},"step-7-open-a-pull-request",[1009],{"type":23,"value":1010},"Step 7 — Open a Pull Request",{"type":17,"tag":90,"props":1012,"children":1013},{},[1014,1019,1030,1062],{"type":17,"tag":50,"props":1015,"children":1016},{},[1017],{"type":23,"value":1018},"Go to the original repository on GitHub.",{"type":17,"tag":50,"props":1020,"children":1021},{},[1022,1024,1029],{"type":23,"value":1023},"You should see a banner suggesting to create a Pull Request from your recently pushed branch — click ",{"type":17,"tag":32,"props":1025,"children":1026},{},[1027],{"type":23,"value":1028},"Compare & pull request",{"type":23,"value":38},{"type":17,"tag":50,"props":1031,"children":1032},{},[1033,1035],{"type":23,"value":1034},"Fill in the PR title and description:\n",{"type":17,"tag":46,"props":1036,"children":1037},{},[1038,1053],{"type":17,"tag":50,"props":1039,"children":1040},{},[1041,1046,1047],{"type":17,"tag":32,"props":1042,"children":1043},{},[1044],{"type":23,"value":1045},"Title",{"type":23,"value":822},{"type":17,"tag":137,"props":1048,"children":1050},{"className":1049},[],[1051],{"type":23,"value":1052},"Add \u003CProject Title>",{"type":17,"tag":50,"props":1054,"children":1055},{},[1056,1060],{"type":17,"tag":32,"props":1057,"children":1058},{},[1059],{"type":23,"value":609},{"type":23,"value":1061},": A brief summary of what the project does and why it fits the collection.",{"type":17,"tag":50,"props":1063,"children":1064},{},[1065,1067,1072],{"type":23,"value":1066},"Click ",{"type":17,"tag":32,"props":1068,"children":1069},{},[1070],{"type":23,"value":1071},"Create pull request",{"type":23,"value":38},{"type":17,"tag":18,"props":1074,"children":1076},{"id":1075},"step-8-review",[1077],{"type":23,"value":1078},"Step 8 — Review",{"type":17,"tag":26,"props":1080,"children":1081},{},[1082],{"type":23,"value":1083},"A maintainer will review your PR. You may be asked to make changes. Once approved, the PR will be merged and the project will appear on the site automatically after the next deployment.",{"type":17,"tag":1085,"props":1086,"children":1087},"style",{},[1088],{"type":23,"value":1089},"html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}",{"title":5,"searchDepth":165,"depth":165,"links":1091},[1092,1093,1094,1095,1096,1097,1102,1103,1104,1105],{"id":20,"depth":165,"text":24},{"id":41,"depth":165,"text":44},{"id":85,"depth":165,"text":88},{"id":125,"depth":165,"text":128},{"id":180,"depth":165,"text":183},{"id":259,"depth":165,"text":262,"children":1098},[1099,1100,1101],{"id":295,"depth":331,"text":298},{"id":578,"depth":331,"text":581},{"id":801,"depth":331,"text":804},{"id":850,"depth":165,"text":853},{"id":918,"depth":165,"text":921},{"id":1007,"depth":165,"text":1010},{"id":1075,"depth":165,"text":1078},"content:how-to:index.md","content","how-to\u002Findex.md","how-to\u002Findex","md",1783669681532]