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

Request for adding Pull Request Template #1422

Open
bong-u opened this issue Nov 29, 2023 · 0 comments
Open

Request for adding Pull Request Template #1422

bong-u opened this issue Nov 29, 2023 · 0 comments

Comments

@bong-u
Copy link

bong-u commented Nov 29, 2023

I've noticed that the current format of Pull Requests (PRs) lacks consistency, causing some inconvenience during collaboration and code reviews.
In light of this, I suggest adding a PR template to ensure a standardized format for PR submissions.

PR Template Suggest

# Description

<!-- Please include a summary of the changes and the related issue. -->

Closes # (issue)

## Type of change


- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update

# Checklist:

- [ ] Lint code (using flake8)
- [ ] Run unit tests (`pytest`)
- [ ] Run unit and functional tests (`pytest --enable-functional`) (not required)

Please comment if there is anything else to modify or add.


The output of thefuck --version (something like The Fuck 3.1 using Python 3.5.0 and Bash 4.4.12(1)-release):

n/a

Your system (Debian 7, ArchLinux, Windows, etc.):

n/a

How to reproduce the bug:

n/a

The output of The Fuck with THEFUCK_DEBUG=true exported (typically execute export THEFUCK_DEBUG=true in your shell before The Fuck):

n/a

If the bug only appears with a specific application, the output of that application and its version:

n/a

Anything else you think is relevant:

n/a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant