diff --git a/Week01/info_ismet_ozkan.py b/Week01/info_ismet_ozkan.py new file mode 100644 index 00000000..1e0ef8ec --- /dev/null +++ b/Week01/info_ismet_ozkan.py @@ -0,0 +1,2 @@ +student_id = "220315089" +full_name = "İsmet Özkan" diff --git a/pull_request_template.md b/pull_request_template.md index 252a7f4b..cf3ff2bf 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,10 +1,10 @@ ## Describe your changes ## Checklist -- [ ] I have read the [CONTRIBUTING] -- [ ] I have performed a self-review of my own code -- [ ] I have run the code locally and it works as expected -- [ ] I have commented my code, particularly in hard-to-understand areas +- [x] I have read the [CONTRIBUTING] +- [x] I have performed a self-review of my own code +- [x] I have run the code locally and it works as expected +- [x] I have commented my code, particularly in hard-to-understand areas ## Screenshots (if appropriate)