Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
name: Bug Report
about: Template for Bug Reporting
title: "[BUG] - "
labels: 'Bug :robot:, Good First Issue :new:'
assignees: ryantwt07

---

*## Checklist

- [ ] Signed CLA (Contributors License Agreement)
- [ ] All commits have been signed.
- [ ] There isn't a pull request with the same solution to the PR or issue.
- [ ] You have read the files README.md and CONTRIBUTING.md

## PR Information
- [ ] Repository Changes
- [ ] Python File
- [ ] Other(s), please specify

<hr>

If you have anwer Python File for the above question, please answer the next question. If not, leave the next one blank and continue on to the next question.

## Python File Sections Changes

- [ ] Variables
- [ ] Error (Input)
- [ ] Imports
- [ ] Definitons
- [ ] User Input
- [ ] Solving

## Information About PR

### What is the issue about?





### Are there any linking issues or PRs?



### How to Reproduce Bug?






<!-- Thank you for filling up our form! Enjoy coding! -->
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/error-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
name: Error Report
about: Template for Error Reporting
title: "[ERR] - "
labels: 'Bug :robot:, Good First Issue :new:'
assignees: ryantwt07

---

## Checklist

- [ ] Signed CLA (Contributors License Agreement)
- [ ] All commits have been signed.
- [ ] There isn't a pull request with the same solution to the PR or issue.
- [ ] You have read the files README.md and CONTRIBUTING.md

## PR Information
- [ ] Repository Changes
- [ ] Python File
- [ ] Other(s), please specify

<hr>

If you have anwer Python File for the above question, please answer the next question. If not, leave the next one blank and continue on to the next question.

## Python File Sections Changes

- [ ] Variables
- [ ] Error (Input)
- [ ] Imports
- [ ] Definitons
- [ ] User Input
- [ ] Solving

## Information About PR

### What is the issue about?





### Are there any linking issues or PRs?



### Given Error






<!-- Thank you for filling up our form! Enjoy coding! -->
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
name: Feature Request
about: Template for Feature Request
title: "[FTR] - "
labels: 'Good First Issue :new:, New Feature :1st_place_medal:'
assignees: Rubikscube2007

---

## Checklist

- [ ] Signed CLA (Contributors License Agreement)
- [ ] All commits have been signed.
- [ ] There isn't a pull request with the same solution to the PR or issue.
- [ ] You have read the files README.md and CONTRIBUTING.md

## PR Information
- [ ] Repository Changes
- [ ] Python File
- [ ] Other(s), please specify

<hr>

If you have anwer Python File for the above question, please answer the next question. If not, leave the next one blank and continue on to the next question.

## Python File Sections Changes

- [ ] Variables
- [ ] Error (Input)
- [ ] Imports
- [ ] Definitons
- [ ] User Input
- [ ] Solving

## Information About PR

### What is the issue about?





### Are there any linking issues or PRs?



### Feature you wish to add.






<!-- Thank you for filling up our form! Enjoy coding! -->
40 changes: 40 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
## Checklist

- [ ] Signed CLA (Contributors License Agreement)
- [ ] All commits have been signed.
- [ ] There isn't a pull request with the same solution to the PR or issue.
- [ ] You have read the files README.md and CONTRIBUTING.md

## PR Information
- [ ] Repository Changes
- [ ] Python File
- [ ] Other(s), please specify

<hr>

If you have anwer Python File for the above question, please answer the next question. If not, leave the next one blank and continue on to the next question.

## Python File Sections Changes

- [ ] Variables
- [ ] Error (Input)
- [ ] Imports
- [ ] Definitons
- [ ] User Input
- [ ] Solving

## Information About PR

### What is the issue about?





### Are there any linking issues or PRs?





<!-- Thank you for filling up our form! Enjoy coding! -->
86 changes: 86 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
# Contributing Guidlines for our Repository!

By starting a issue or making a pull request, you hereby acknowledge that you have read this file fully and you will abide by the rules stated in this document to the
best of your ability.

## Section 1 | Opening a Issue

When opening a issue, you are required to use the issue templates. If your issue does not relate to any of the issue templates, please open a feature request issue
using the feature request template. You are also required to fill up the template fully and ensure that you truefully conduct the checklist as stated below.
This checklist is also available on the issue when you create one.

Preview of Issue Template

Checklist

- [ ] Signed CLA (Contributors License Agreement)
- [ ] All commits have been signed.
- [ ] There isn't a pull request with the same solution to the PR or issue.
- [ ] You have read the files README.md and CONTRIBUTING.md

PR Information
- [ ] Repository Changes
- [ ] Python File
- [ ] Other(s), please specify

If you have anwer Python File for the above question, please answer the next question. If not, leave the next one blank and continue on to the next question.

Python File Sections Changes

- [ ] Variables
- [ ] Error (Input)
- [ ] Imports
- [ ] Definitons
- [ ] User Input
- [ ] Solving

## Section 2 | Collaborating on a Issue

If you wish to start on a Issue, go to Discussions and create a new chat room for the issue. The title of the issue should include the ticket number,the Github # number
, and the title of the issue. The collaborator shall open a new branch in this repository and name the repository after the ticket number, e.g. Ticket 1 etc. These
branches are protected that would require the status check.

## Section 3 | Opening a PR

When opening a pull request, you are required to use the pull request template. If your pull request does not relate to the pull, please open a feature request issue
using the feature request template. You are also required to fill up the template fully and ensure that you truefully conduct the checklist as stated below.
This checklist is also available on the PR when you create one.

Checklist

- [ ] Signed CLA (Contributors License Agreement)
- [ ] All commits have been signed.
- [ ] There isn't a pull request with the same solution to the PR or issue.
- [ ] You have read the files README.md and CONTRIBUTING.md

PR Information
- [ ] Repository Changes
- [ ] Python File
- [ ] Other(s), please specify



If you have anwer Python File for the above question, please answer the next question. If not, leave the next one blank and continue on to the next question.

Python File Sections Changes

- [ ] Variables
- [ ] Error (Input)
- [ ] Imports
- [ ] Definitons
- [ ] User Input
- [ ] Solving

Information About PR

What is the issue about?





Are there any linking issues or PRs?

Thanks for reading! Have a good day!


13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# python-calculator
Need a calculator to calculate Math equations? Or do you need to start your Github journey? Then this is the repository for you!
# Python Calculator

This is a project repository maintained by [Ryan](https://github.com/ryantwt07) and [Glenn](https://github.com/Rubikscube2007)!

## About the Repo

This software is created using Python! This calculator is easy to edit for new Python learners and also, is easy to use!

## Contributing

If you wish to contribute, please check out CONTRIBUTING.md.