Skip to content

newtabgallery/home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Sorry, we had to truncate this directory to 1,000 files. 1297 entries were omitted from the list.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating a new project

  1. Go to https://github.com/newtabgallery/home
  2. Click the "Branch master" dropdown button on the left.
  3. Type the shortname of your new project (mexicanfood) and click Create.
  4. Click "Create new File"
  5. In the entry field, type the shortname of your new project /index.php (mexicanfood/index.php)
  6. For the contents of the file, use this template:
<?php
$title = 'Name of your new Project';
// After extension is loaded to the Chrome store, place the extension ID here.
$extensionID = '';
$tid = basename(__DIR__);
include('../homepage.php');
?>
  1. At the bottom of the page, click "Commit New file"
  2. Click "Upload Files"
  3. Upload all your images here (they must end in jpg or jpeg). IMPORTANT - Make sure you are not on the master branch.
  4. Click Commit changes
  5. Click "Compare and pull request"
  6. For the reviewer, select tom or me.
  7. Click "Create pull request"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •