Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
App::GHPT::WorkSubmitter::AskPullRequestQuestions - Ask questions to go in the pull request
VERSION
version 2.000001
SYNOPSIS
my $markdown = App::GHPT::WorkSubmitter::AskPullRequestQuestions->new(
merge_to_branch_name => 'main',
)->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 main
.
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) 2022 by MaxMind, Inc.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)