Skip to main content

Pull Request Prompts

Prompt to generate a formal title and description for a GitHub Pull Request based on a provided Spanish description and any additional details.

prompt
Can you provide me with a title and description in formal English for my GitHub Pull Request that does the following:

I will provide you with the description in Spanish.

"[TEXT]"

Please also include some additional details.

[TEXT] = HERE_TEXT

Generate clear, concise, and descriptive titles for GitHub Pull Requests based on specified criteria and context.

prompt
I need you to generate [NUMBER_OF_TITLES] possible titles in English for my GitHub Pull Request. The titles should be clear, concise, and descriptive of the changes made in the Pull Request, considering the following criteria:

Ensure the titles reflect the change in a way that is aligned with the project's style and naming conventions.

Example for context:

"[CONTEXT]"

[NUMBER_OF_TITLES] = 10
[TYPE_OF_CHANGE] = FEATURE | BUG FIX | REFACTOR | DOCUMENTATION UPDATE
[PURPOSE] = IMPROVE_PERFORMANCE | FIX_ISSUE | UPDATE_FUNCTIONALITY
[CONTEXT] = CONTEXT_HERE

Generate clear, concise GitHub branch names following the specified format and project’s naming conventions.

prompt
I need you to generate [NUMBER_OF_BRANCH_NAMES] possible GitHub branch names, following the naming convention of [TYPE_OF_CHANGE]/[DESCRIPTIVE_NAME], ensuring the names are clear, concise, and aligned with the project’s standards. The branch names should be easy to understand, related to the specific task, and follow the structure used by the team.

[NUMBER_OF_BRANCH_NAMES] = 10
[TYPE_OF_CHANGE] = FEATURE | BUG FIX | REFACTOR | DOCUMENTATION UPDATE | HOTFIX | CHORE
[NAMING_CONVENTION] = feat | fix | refactor | docs | hotfix | chore
[CONTEXT] = CONTEXT_HERE

Please generate branch names that respect this format and are consistent with the project’s naming conventions.