Gush\Template\PullRequest\Create\EnterpriseTemplate::getRequirements PHP Метод

getRequirements() публичный Метод

public getRequirements ( )
    public function getRequirements()
    {
        return ['branch' => ['Branch', 'master'], 'bug_fix' => ['Bug fix?', 'no'], 'new_feature' => ['New feature?', 'no'], 'bc_breaks' => ['BC breaks?', 'no'], 'deprecations' => ['Deprecations?', 'no'], 'tests_pass' => ['Tests pass?', 'yes'], 'fixed_tickets' => ['Fixed tickets', ''], 'license' => ['License', 'Proprietary'], 'doc_pr' => ['Doc PR', ''], 'description' => ['Description', '']];
    }
EnterpriseTemplate