Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ndleah committed Jul 17, 2021
1 parent 5a60fd1 commit 2f5326b
Show file tree
Hide file tree
Showing 6 changed files with 157 additions and 128 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Description

<!-- Please include a summary of the issue.-->

## Type of issue

- [ ] Feature (New Script)
- [ ] Bug
- [ ] Documentation

## Checklist:

- [ ] I have read the project guidelines.
- [ ] I have checked previous issues to avoid duplicates.
- [ ] This issue will be meaningful for the project.

<!-- Uncomment this in case you have a issue related to a bug in existing code.-->

<!--
- [ ] I have added screenshots of the bug
- [ ] I have added steps to reproduce the bug
- [ ] I have proposed a possible solution for the bug
-->
37 changes: 37 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Description

A short summary of what is included in your Pull Request.

Fixes #(issue_no)
<!-- 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.
If not, tick in the not applicable box and move on-->

- [ ] Issue_no: ```<insert your issue no here>```
- [ ] Not applicable


## Type of change

Choosing one or more options from the following as per the nature of your Pull request.

- [ ] New project insert
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Documentation Update

## Project
<!--If this PR doesn't about adding new project, please feel free to skip this part-->

- #### **Your Project Name:**

- #### **Short Description:** Provide a short desctiption of your Python project

# Checklist:
Please tick all the boxes that are fulfilled by your Pull Request.

- [ ] I have named my files and folder, according to this project's guidelines.
- [ ] My code follows the style guidelines of this project.
- [ ] I have commented on my code, particularly in hard-to-understand areas.
- [ ] 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)
- [ ] My changes do not produce any warnings.
36 changes: 0 additions & 36 deletions .github/workflows/python-app.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/python-package.yml

This file was deleted.

Binary file added IMG/main.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2f5326b

Please sign in to comment.