mirror of
https://github.com/fergalmoran/onearmy-community-platform.git
synced 2025-12-22 09:37:54 +00:00
37
.github/pull_request_template.md
vendored
37
.github/pull_request_template.md
vendored
@@ -1,28 +1,37 @@
|
|||||||
PR Checklist
|
## PR Checklist
|
||||||
|
|
||||||
- [ ] - Commit [messages are descriptive](https://github.com/ONEARMY/community-platform/blob/master/CONTRIBUTING.md#--commit-style-guide), it will be used in our [Release Notes](https://github.com/ONEARMY/community-platform/releases/)
|
- [ ] - Commit [messages are descriptive](https://github.com/ONEARMY/community-platform/blob/master/CONTRIBUTING.md#--commit-style-guide), it will be used in our [Release Notes](https://github.com/ONEARMY/community-platform/releases/)
|
||||||
|
- [ ] - Unit and e2e tests for the changes that have been added (for bug fixes / features)
|
||||||
|
|
||||||
PR Type
|
## PR Type
|
||||||
|
|
||||||
- [ ] Bug fix (non-breaking change which fixes an issue)
|
What kind of change does this PR introduce?
|
||||||
- [ ] New feature (non-breaking change which adds functionality)
|
|
||||||
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
|
|
||||||
- [ ] Developer experience (improves developer workflows for contributing to the project)
|
|
||||||
|
|
||||||
## Description
|
- [ ] Bugfix (fixes an issue)
|
||||||
|
- [ ] Feature (adds functionality)
|
||||||
|
- [ ] Code style update
|
||||||
|
- [ ] Refactoring (no functional changes)
|
||||||
|
- [ ] Build related changes
|
||||||
|
- [ ] CI related changes
|
||||||
|
- [ ] Documentation changes
|
||||||
|
- [ ] Other... Please describe:
|
||||||
|
|
||||||
_What this PR does_
|
## What is the current behavior?
|
||||||
|
|
||||||
|
## What is the new behavior?
|
||||||
|
|
||||||
|
_Describe the new behaviour_
|
||||||
|
_If useful, provide screenshot or capture to highlight main changes_
|
||||||
|
|
||||||
|
## Does this PR introduce a breaking change?
|
||||||
|
|
||||||
|
- [ ] Yes
|
||||||
|
- [ ] No
|
||||||
|
|
||||||
## Git Issues
|
## Git Issues
|
||||||
|
|
||||||
Closes #
|
Closes #
|
||||||
|
|
||||||
## Screenshots/Videos
|
|
||||||
|
|
||||||
_If useful, provide screenshot or capture to highlight main changes_
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## What happens next?
|
## What happens next?
|
||||||
|
|
||||||
Thanks for the contribution! We try to make sure all PRs are reviewed ahead of our monthly maintainers call (first Monday of the month)
|
Thanks for the contribution! We try to make sure all PRs are reviewed ahead of our monthly maintainers call (first Monday of the month)
|
||||||
|
|||||||
Reference in New Issue
Block a user