Skip to content
/ project-template Public template

A project template to use for new MDN GitHub repositories

License

Notifications You must be signed in to change notification settings

mdn/project-template

Repository files navigation

MDN repository template

Welcome! This is a starter-kit template to scaffold new MDN GitHub repositories. The template includes files that you need for consistency, such as Licence, Security, and Code of conduct files. You should adjust other files as needed in your project.

Getting started

  1. Click the "Use this template" button at the top of the repository, and choose "Create a new respository".

    This will open the "Create a new repository from project-template" form.

  2. Choose mdn in the "Owner" drop-down, give the repository a name in the "Repository name" field, and click the "Create repository from template" button.

  3. Copy the contents of README-template.md into the README.md file and adjust it to your project.

  4. Check for TODOs in the repository and adjust them to your project, e.g.:

git clone git@github.com:mdn/<repo-name>.git && cd <repo-name>
mv README-template.md README.md
grep -r TODO .

Configuring GitHub actions

For the auto-merge workflow, you need to add a personal access token to the repository. For more details, see the documentation for the action.

Attribution

This template is on based on the CNCF project template distributed under an Apache license 2.0.

About

A project template to use for new MDN GitHub repositories

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks