adding a PR template to golib

This commit is contained in:
Salim Amine Bou Aram
2024-10-11 13:43:19 +02:00
parent 3c6318b33a
commit 939d665288

11
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,11 @@
## Type of Change
Please select the type of change your PR introduces by checking the appropriate box:
- [ ] Fixes an issue
- [ ] Adds a new feature
- [ ] Refactor
- [ ] Documentation update
- [ ] Other (please describe it in the Description Section)
## Description
Please provide a brief summary of the changes made in this pull request. Include any relevant details, such as the problem being solved or the feature being added.