The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::GHPT::WorkSubmitter::AskPullRequestQuestions - Ask questions to go in the pull request

VERSION

version 1.000004

SYNOPSIS

   my $markdown = App::GHPT::WorkSubmitter::AskPullRequestQuestions->new(
        merge_to_branch_name => 'master',
   )->ask_questions;

DESCRIPTION

A module to ask questions about the branch you're creating a pull request about and find.

This module searches for all App::GHPT::WorkSubmitter::Question::* modules and uses them to produce markdown.

ATTRIBUTES

merge_to_branch_name

The name of the branch that we're creating the pull request against. This is probably master.

Required. Str.

METHODS

$asker->ask_questions

Ask all the questions, return markdown.

SUPPORT

Bugs may be submitted through https://github.com/maxmind/App-GHPT/issues.

AUTHORS

  • Mark Fowler <mark@twoshortplanks.com>

  • Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2017 by MaxMind, Inc.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)