{type: 'text',name: "token",required: true,placeholder: "e.g. 8d3f016698e...",help: 'Create a <a href="https://github.com/settings/tokens">personal access token</a> with <code>repo:status</code> access granted and paste it here.'.html_safe},
{type: 'text',name: "owner",required: true,help: 'The username or organization where the GitHub repository belongs. This can be found in the repository URL: https://github.com/<strong>owner</strong>/repository'.html_safe},
{type: 'text',name: "repository_name",required: true,help: 'This can be found in the repository URL: https://github.com/owner/<strong>repository</strong>'.html_safe},
{type: 'text',name: "api_url",placeholder: "https://api.github.com",help: 'Leave blank when using GitHub.com or use <code>https://YOUR-HOSTNAME/api/v3/</code> for GitHub Enterprise'.html_safe}