Skip to content

Commit a357e7d

Browse files
authored
Formatting Repository (#4)
1 parent e82722f commit a357e7d

File tree

6 files changed

+299
-2
lines changed

6 files changed

+299
-2
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
name: Bug Report
3+
about: Template for Bug Reporting
4+
title: "[BUG] - "
5+
labels: 'Bug :robot:, Good First Issue :new:'
6+
assignees: ryantwt07
7+
8+
---
9+
10+
*## Checklist
11+
12+
- [ ] Signed CLA (Contributors License Agreement)
13+
- [ ] All commits have been signed.
14+
- [ ] There isn't a pull request with the same solution to the PR or issue.
15+
- [ ] You have read the files README.md and CONTRIBUTING.md
16+
17+
## PR Information
18+
- [ ] Repository Changes
19+
- [ ] Python File
20+
- [ ] Other(s), please specify
21+
22+
<hr>
23+
24+
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.
25+
26+
## Python File Sections Changes
27+
28+
- [ ] Variables
29+
- [ ] Error (Input)
30+
- [ ] Imports
31+
- [ ] Definitons
32+
- [ ] User Input
33+
- [ ] Solving
34+
35+
## Information About PR
36+
37+
### What is the issue about?
38+
39+
40+
41+
42+
43+
### Are there any linking issues or PRs?
44+
45+
46+
47+
### How to Reproduce Bug?
48+
49+
50+
51+
52+
53+
54+
<!-- Thank you for filling up our form! Enjoy coding! -->
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
name: Error Report
3+
about: Template for Error Reporting
4+
title: "[ERR] - "
5+
labels: 'Bug :robot:, Good First Issue :new:'
6+
assignees: ryantwt07
7+
8+
---
9+
10+
## Checklist
11+
12+
- [ ] Signed CLA (Contributors License Agreement)
13+
- [ ] All commits have been signed.
14+
- [ ] There isn't a pull request with the same solution to the PR or issue.
15+
- [ ] You have read the files README.md and CONTRIBUTING.md
16+
17+
## PR Information
18+
- [ ] Repository Changes
19+
- [ ] Python File
20+
- [ ] Other(s), please specify
21+
22+
<hr>
23+
24+
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.
25+
26+
## Python File Sections Changes
27+
28+
- [ ] Variables
29+
- [ ] Error (Input)
30+
- [ ] Imports
31+
- [ ] Definitons
32+
- [ ] User Input
33+
- [ ] Solving
34+
35+
## Information About PR
36+
37+
### What is the issue about?
38+
39+
40+
41+
42+
43+
### Are there any linking issues or PRs?
44+
45+
46+
47+
### Given Error
48+
49+
50+
51+
52+
53+
54+
<!-- Thank you for filling up our form! Enjoy coding! -->
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
name: Feature Request
3+
about: Template for Feature Request
4+
title: "[FTR] - "
5+
labels: 'Good First Issue :new:, New Feature :1st_place_medal:'
6+
assignees: Rubikscube2007
7+
8+
---
9+
10+
## Checklist
11+
12+
- [ ] Signed CLA (Contributors License Agreement)
13+
- [ ] All commits have been signed.
14+
- [ ] There isn't a pull request with the same solution to the PR or issue.
15+
- [ ] You have read the files README.md and CONTRIBUTING.md
16+
17+
## PR Information
18+
- [ ] Repository Changes
19+
- [ ] Python File
20+
- [ ] Other(s), please specify
21+
22+
<hr>
23+
24+
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.
25+
26+
## Python File Sections Changes
27+
28+
- [ ] Variables
29+
- [ ] Error (Input)
30+
- [ ] Imports
31+
- [ ] Definitons
32+
- [ ] User Input
33+
- [ ] Solving
34+
35+
## Information About PR
36+
37+
### What is the issue about?
38+
39+
40+
41+
42+
43+
### Are there any linking issues or PRs?
44+
45+
46+
47+
### Feature you wish to add.
48+
49+
50+
51+
52+
53+
54+
<!-- Thank you for filling up our form! Enjoy coding! -->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
## Checklist
2+
3+
- [ ] Signed CLA (Contributors License Agreement)
4+
- [ ] All commits have been signed.
5+
- [ ] There isn't a pull request with the same solution to the PR or issue.
6+
- [ ] You have read the files README.md and CONTRIBUTING.md
7+
8+
## PR Information
9+
- [ ] Repository Changes
10+
- [ ] Python File
11+
- [ ] Other(s), please specify
12+
13+
<hr>
14+
15+
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.
16+
17+
## Python File Sections Changes
18+
19+
- [ ] Variables
20+
- [ ] Error (Input)
21+
- [ ] Imports
22+
- [ ] Definitons
23+
- [ ] User Input
24+
- [ ] Solving
25+
26+
## Information About PR
27+
28+
### What is the issue about?
29+
30+
31+
32+
33+
34+
### Are there any linking issues or PRs?
35+
36+
37+
38+
39+
40+
<!-- Thank you for filling up our form! Enjoy coding! -->

CONTRIBUTING.md

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
# Contributing Guidlines for our Repository!
2+
3+
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
4+
best of your ability.
5+
6+
## Section 1 | Opening a Issue
7+
8+
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
9+
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.
10+
This checklist is also available on the issue when you create one.
11+
12+
Preview of Issue Template
13+
14+
Checklist
15+
16+
- [ ] Signed CLA (Contributors License Agreement)
17+
- [ ] All commits have been signed.
18+
- [ ] There isn't a pull request with the same solution to the PR or issue.
19+
- [ ] You have read the files README.md and CONTRIBUTING.md
20+
21+
PR Information
22+
- [ ] Repository Changes
23+
- [ ] Python File
24+
- [ ] Other(s), please specify
25+
26+
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.
27+
28+
Python File Sections Changes
29+
30+
- [ ] Variables
31+
- [ ] Error (Input)
32+
- [ ] Imports
33+
- [ ] Definitons
34+
- [ ] User Input
35+
- [ ] Solving
36+
37+
## Section 2 | Collaborating on a Issue
38+
39+
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
40+
, 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
41+
branches are protected that would require the status check.
42+
43+
## Section 3 | Opening a PR
44+
45+
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
46+
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.
47+
This checklist is also available on the PR when you create one.
48+
49+
Checklist
50+
51+
- [ ] Signed CLA (Contributors License Agreement)
52+
- [ ] All commits have been signed.
53+
- [ ] There isn't a pull request with the same solution to the PR or issue.
54+
- [ ] You have read the files README.md and CONTRIBUTING.md
55+
56+
PR Information
57+
- [ ] Repository Changes
58+
- [ ] Python File
59+
- [ ] Other(s), please specify
60+
61+
62+
63+
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.
64+
65+
Python File Sections Changes
66+
67+
- [ ] Variables
68+
- [ ] Error (Input)
69+
- [ ] Imports
70+
- [ ] Definitons
71+
- [ ] User Input
72+
- [ ] Solving
73+
74+
Information About PR
75+
76+
What is the issue about?
77+
78+
79+
80+
81+
82+
Are there any linking issues or PRs?
83+
84+
Thanks for reading! Have a good day!
85+
86+

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1-
# python-calculator
2-
Need a calculator to calculate Math equations? Or do you need to start your Github journey? Then this is the repository for you!
1+
# Python Calculator
2+
3+
This is a project repository maintained by [Ryan](https://github.com/ryantwt07) and [Glenn](https://github.com/Rubikscube2007)!
4+
5+
## About the Repo
6+
7+
This software is created using Python! This calculator is easy to edit for new Python learners and also, is easy to use!
8+
9+
## Contributing
10+
11+
If you wish to contribute, please check out CONTRIBUTING.md.

0 commit comments

Comments
 (0)