Update templates (#13)

* chore: update issue templates

* chore: update PR template

* chore: update templates
This commit is contained in:
Kseniia Nikitina
2024-08-17 18:14:19 +02:00
committed by GitHub
parent 3c64e89dac
commit 1818166d06
5 changed files with 150 additions and 2 deletions
+28
View File
@@ -0,0 +1,28 @@
### Description
Provide a clear description of the bug fix or improvement implemented in this pull
request
### Related Issue
If this pull request addresses an existing issue, please provide the issue number. If it is related
to an issue, mention it here
- Issue Number: #[Issue Number]
### Checklist
Please ensure the following before submitting your pull request:
- [ ] I have searched for existing issues to ensure this fix or improvement has not already been
addressed
- [ ] I have tested the changes locally
- [ ] I have added appropriate labels to this pull request (e.g., `bug`, `enhancement`)
### Screenshots
If applicable, include screenshots to demonstrate the changes or to help clarify the implementation
---
Your effort is appreciated 💗