Fix directory name of pull request templates

This commit is contained in:
dcronqvist 2024-11-16 19:02:50 +01:00 committed by GitHub
parent 88352cfa45
commit dcdceb8b78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,15 @@
## Description
<!-- Provide a clear and concise description of the changes introduced by this PR. Include the purpose and context for these changes. -->
### 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)
- [ ] Documentation update
## Checklist
- [ ] Tests have been added/updated to cover new functionality.
- [ ] Documentation has been updated for all new changes (e.g., usage examples, API documentation).