Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Pull Request template support for create-pr command #99

Open
1 task
tonymartmann opened this issue Oct 17, 2024 · 1 comment · May be fixed by #101
Open
1 task

Add Pull Request template support for create-pr command #99

tonymartmann opened this issue Oct 17, 2024 · 1 comment · May be fixed by #101
Labels
kind/feature Changes implying a new feature for the user

Comments

@tonymartmann
Copy link

Motivation

Describe here the motivation of the request.

We are using a pull request template to fill the description of the PR automatically when it's created. We'd like the cpr command supports pull request templates.

Acceptance criteria

  • Add a parameter to the cpr command to include pull request template in the description of the PR we want to create.
@tonymartmann tonymartmann added the kind/feature Changes implying a new feature for the user label Oct 17, 2024
@jorgegarciarey
Copy link
Contributor

Hi @tonymartmann ,

We are developing this feature by adding a new parameter (--from-template) to the create pull request command. The command will look something like this:

gh sherpa create-pr --issue ID --from-template

image

@jorgegarciarey jorgegarciarey changed the title Add pull request template in PR description when running cpr command Add Pull Request template support for create-pr command Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Changes implying a new feature for the user
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants