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.
-
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.
-
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. -
Copy the contents of
README-template.md
into theREADME.md
file and adjust it to your project. -
Check for TODOs in the repository and adjust them to your project, e.g.:
git clone [email protected]:mdn/<repo-name>.git && cd <repo-name>
mv README-template.md README.md
grep -r TODO .
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.
This template is on based on the CNCF project template distributed under an Apache license 2.0.