Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Creating Pull Request File - Pull.md #714

Merged
merged 1 commit into from
Jul 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## Pull request classification

Please remove options that are not relevant.

- [ ] Bug fix (changes that fix an issue)
- [ ] New feature (changes which add functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
- [ ] Adding flowcharts for better understanding

# Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.

List any dependencies that are required for this change.

Fixes # (issue-number)

# Checklist:

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented on my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Created separate branch for separate bug/feature/documentation
- [ ] Any dependent changes have been merged and published in downstream modules