You can now create new repositories with pre-filled form fields, making it even easier to define the right info for your new repos from the start.
There are a number of query string parameters available, including:
- name
- description
- visibility
- owner
- template_name
- template_owner
To get started you can craft a query string at the end of https://github.com/new
starting with ?
followed by the fields and their values.
See the example below for more details:
https://github.com/new?owner=octocat&name=new-boilerplate&description=A%20new%20boilerplate%20repository&visibility=private&template_owner=actions&template_name=boilerplate
Learn more about Creating a new repository
We appreciate your feedback in GitHub's public feedback discussions