Skip to content

Commit b23810c

Browse files
authored
Create pull_request_template.md
1 parent 1916ed8 commit b23810c

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
## Related Issue
2+
3+
- Using python script to navigate to https://openweathermap.org/api and then getting 12 hour weather forecast and then emailing the registered user about the weather.
4+
5+
- [x] Hacktoberfest2021 Participant
6+
- [x] Contributor
7+
8+
Closes: #936
9+
10+
### Describe the changes you've made
11+
12+
I did all the tasks from scratch. Created the rain_alert_notification.py file for script. Created README.md file for explaining the project. Added relevant screenshots and added requirement.txt file.
13+
14+
## Type of change
15+
16+
What sort of change have you made:
17+
<!--
18+
Example how to mark a checkbox:-
19+
- [x] My code follows the code style of this project.
20+
-->
21+
- [ ] Bug fix (non-breaking change which fixes an issue)
22+
- [x] New feature (non-breaking change which adds functionality)
23+
- [ ] Code style update (formatting, local variables)
24+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
25+
- [ ] This change requires a documentation update
26+
27+
## How Has This Been Tested?
28+
29+
I ran the script in the command prompt and received the weather updates on my email ID.
30+
31+
## Checklist:
32+
<!--
33+
Example how to mark a checkbox:-
34+
- [x] My code follows the code style of this project.
35+
-->
36+
- [x] My code follows the guidelines of this project.
37+
- [x] I have performed a self-review of my own code.
38+
- [x] I have commented my code, particularly whereever it was hard to understand.
39+
- [x] I have made corresponding changes to the documentation.
40+
- [x] My changes generate no new warnings.
41+
- [x] I have added tests that prove my fix is effective or that my feature works.
42+
- [x] Any dependent changes have been merged and published in downstream modules.
43+
44+
## Screenshots
45+
![rain_alert_notificaiton](https://user-images.githubusercontent.com/88720381/139571873-33958794-206a-4777-9be3-de9cbf8b6df2.png)

0 commit comments

Comments
 (0)