Skip to content

Commit

Permalink
Added pull request template (#14)
Browse files Browse the repository at this point in the history
This change introduces a basic pull request template
  • Loading branch information
ha-enthus1ast authored Dec 14, 2023
1 parent 56342c3 commit fe2a49f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!--- Provide a general summary of your changes in the Title above -->

# Description

<!--- Describe your changes in detail -->

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

Fixes # (issue)

# License Acceptance

- [ ] This repository is Apache version 2.0 licensed and by making this PR, I am contributing my changes to the repository under the terms of the Apache 2 license.

# Type of change

Please delete options that are not relevant.

- [ ] 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

- [ ] I have read through the contributing guidelines
- [ ] My code follows the style guidelines of this project
- [ ] I have made corresponding changes to the documentation
- [ ] New and existing unit tests pass locally with my changes
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ repos:
rev: v2.2.0
hooks:
- id: doctoc
exclude: '.github/pull_request_template\.md$'

- repo: https://github.com/python-poetry/poetry
rev: "1.4.1"
Expand Down

0 comments on commit fe2a49f

Please sign in to comment.