Skip to content

Commit

Permalink
chore: add PR templates (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
rudokotrla authored Apr 9, 2024
1 parent 309dccc commit eb5fbbd
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
**IMPORTANT**:

Please do not create a Pull Request without creating an issue first.
A similar PR may already be submitted!
Please search among the [Pull request](../) before creating one.

For more information, see the `CONTRIBUTING` guide.

## Summary

This PR fixes the following **problems**:

- Bug 1
- Bug 2

## Testing

Please describe how the fix can be tested

## Related isssues

Put _closes #XXXX_ in your comment to auto-close the issue that your PR implements.
23 changes: 23 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**IMPORTANT**:

Please do not create a Pull Request without creating an issue first.
A similar PR may already be submitted!
Please search among the [Pull request](../) before creating one.

For more information, see the `CONTRIBUTING` guide.

## Summary

This PR implements / improves the following **features**:

- Feature 1
- Feature 2

**Breaking changes:**

- Breaking change 1
- Breaking change 2

## Related isssues

Put _closes #XXXX_ in your comment to auto-close the issue that your PR implements.

0 comments on commit eb5fbbd

Please sign in to comment.