Skip to content

Commit 2f5326b

Browse files
committed
fix
1 parent 5a60fd1 commit 2f5326b

File tree

6 files changed

+157
-128
lines changed

6 files changed

+157
-128
lines changed

.github/ISSUE_TEMPLATE.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Description
2+
3+
<!-- Please include a summary of the issue.-->
4+
5+
## Type of issue
6+
7+
- [ ] Feature (New Script)
8+
- [ ] Bug
9+
- [ ] Documentation
10+
11+
## Checklist:
12+
13+
- [ ] I have read the project guidelines.
14+
- [ ] I have checked previous issues to avoid duplicates.
15+
- [ ] This issue will be meaningful for the project.
16+
17+
<!-- Uncomment this in case you have a issue related to a bug in existing code.-->
18+
19+
<!--
20+
- [ ] I have added screenshots of the bug
21+
- [ ] I have added steps to reproduce the bug
22+
- [ ] I have proposed a possible solution for the bug
23+
-->

.github/PULL_REQUEST_TEMPLATE.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Description
2+
3+
A short summary of what is included in your Pull Request.
4+
5+
Fixes #(issue_no)
6+
<!-- If you PR as fixing an issue within the issue section, eplace `issue_no` in the above line, with the issue related to this PR.
7+
8+
If not, tick in the not applicable box and move on-->
9+
10+
- [ ] Issue_no: ```<insert your issue no here>```
11+
- [ ] Not applicable
12+
13+
14+
## Type of change
15+
16+
Choosing one or more options from the following as per the nature of your Pull request.
17+
18+
- [ ] New project insert
19+
- [ ] Bug fix (non-breaking change which fixes an issue)
20+
- [ ] New feature (non-breaking change which adds functionality)
21+
- [ ] Documentation Update
22+
23+
## Project
24+
<!--If this PR doesn't about adding new project, please feel free to skip this part-->
25+
26+
- #### **Your Project Name:**
27+
28+
- #### **Short Description:** Provide a short desctiption of your Python project
29+
30+
# Checklist:
31+
Please tick all the boxes that are fulfilled by your Pull Request.
32+
33+
- [ ] I have named my files and folder, according to this project's guidelines.
34+
- [ ] My code follows the style guidelines of this project.
35+
- [ ] I have commented on my code, particularly in hard-to-understand areas.
36+
- [ ] I have created a helpful and easy to understand `README.md`, according to the given [`README_TEMPLATE.`](https://github.com/nduongthucanh/python-mini-project/blob/master/README_TEMPLATE.md)
37+
- [ ] My changes do not produce any warnings.

.github/workflows/python-app.yml

-36
This file was deleted.

.github/workflows/python-package.yml

-40
This file was deleted.

IMG/main.gif

27.4 KB
Loading

0 commit comments

Comments
 (0)