Skip to content

Commit 62f86fb

Browse files
Updated Issue Templates (#47)
1 parent 4354062 commit 62f86fb

5 files changed

Lines changed: 70 additions & 132 deletions

File tree

.github/ISSUE_TEMPLATE/custom-issues.md

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,40 @@
22
name: Custom Issues
33
about: This template can be used for custom issues!
44
title: "[CUS] - "
5-
labels: Custom Issues
5+
labels: Custom Issues, Good First Issue
66
assignees: AdithyaR07
77

88
---
99

10-
First-Time Contributor Checklist
10+
Thanks for contributing to the project!
11+
Please help us keep this project in good shape by going through this checklist.
12+
Replace the empty checkboxes [ ] below with checked ones [X] as they are completed
13+
Remember, you can preview this before saving it.
1114

12-
- [ ] You have signed the CLA (Contributor License Agreement).
13-
- [ ] You have read README and the Contributing Guidelines.
15+
### New Contributors Checklist:
1416

15-
Contributor Checklist
17+
- [ ] I have read the [README](https://github.com/PythonMathCalculator/python-math-calculator/blob/master/README.md) and [Contributor Guidelines](https://github.com/PythonMathCalculator/python-math-calculator/blob/master/CONTRIBUTING.md)
18+
- [ ] I have signed the CLA (Contributor License Agreement).
1619

17-
- [ ] This issue should be the only one issue present about the topic.
18-
- [ ] This issue's title and description are in nice logical chunks.
19-
- [ ] All contributors to this issue should have signed the CLA and the CLA check in this issue must pass.
20-
- [ ] All checks that have been provided in this issue must pass.
20+
### Contributor Checklist:
2121

22-
**What is the issue?**
22+
- [ ] My issue has good issue headers.
23+
- [ ] My issue has been mentioned by any of the moderators of this repository.
24+
- [ ] My issue is not repeated and should be the only one in this repository,
25+
- [ ] My issue should not in any shape, way or form, breach any Terms of Conditions of GitHub or any rule that has been invoked in the repository.
2326

24-
Enter a Description on the Issue.
27+
### Description
2528

26-
**How can it be fixed**
29+
Describe briefly what your issue changes. Focus on the value provided to users.
2730

28-
How do you want us to fix it? Please note that sometimes we might fix it without following what you wanted.
31+
Does it address any outstanding issues in this project?
2932

30-
**Additional Context**
33+
<!-- https://github.com/PythonMathCalculator/python-math-calculator/issues?utf8=%E2%9C%93&q=is%3Aissue
34+
Reference an issue with the hash symbol: "#222"
35+
If you're fixing it, use something like "Fixes #222" -->
3136

32-
Do you have any additional context?
37+
Tests Necessary to Pass:
3338

34-
**Linking Pull Request or Issues**
39+
- [ ] CLA Test
3540

36-
Are there any pull requests that are associated with this issue. If there is, you should add it here. E.g. 'fixes #23'.
41+
<!-- (c) 2021 Signal. This pull request template has been modified for use in this repository from the GitHub Signal Repository. -->

.github/ISSUE_TEMPLATE/for-bug-reports.md

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,38 @@ assignees: AdithyaR07
77

88
---
99

10-
First-Time Contributor Checklist
10+
Thanks for contributing to the project!
11+
Please help us keep this project in good shape by going through this checklist.
12+
Replace the empty checkboxes [ ] below with checked ones [X] as they are completed
13+
Remember, you can preview this before saving it.
1114

12-
- [ ] You have signed the CLA (Contributor License Agreement).
13-
- [ ] You have read README and the Contributing Guidelines.
15+
### New Contributors Checklist:
1416

15-
Contributor Checklist
17+
- [ ] I have read the [README](https://github.com/PythonMathCalculator/python-math-calculator/blob/master/README.md) and [Contributor Guidelines](https://github.com/PythonMathCalculator/python-math-calculator/blob/master/CONTRIBUTING.md)
18+
- [ ] I have signed the CLA (Contributor License Agreement).
1619

17-
- [ ] This issue should be the only one issue present about the topic.
18-
- [ ] This issue's title and description are in nice logical chunks.
19-
- [ ] All contributors to this issue should have signed the CLA and the CLA check in this issue must pass.
20-
- [ ] All checks that have been provided in this issue must pass.
20+
### Contributor Checklist:
2121

22-
**Linking Pull Request or Issues**
22+
- [ ] My issue has good issue headers.
23+
- [ ] My issue has been mentioned by any of the moderators of this repository.
24+
- [ ] My issue is not repeated and should be the only one in this repository,
25+
- [ ] My issue should not in any shape, way or form, breach any Terms of Conditions of GitHub or any rule that has been invoked in the repository.
2326

24-
Are there any pull requests that are associated with this issue. If there is, you should add it here. E.g. 'fixes #23'.
27+
### Description
2528

26-
**Describe the bug**
29+
Describe briefly what your issue changes. Focus on the value provided to users.
2730

28-
A clear and concise description of what the bug is.
31+
Does it address any outstanding issues in this project?
2932

30-
**To Reproduce**
33+
<!-- https://github.com/PythonMathCalculator/python-math-calculator/issues?utf8=%E2%9C%93&q=is%3Aissue
34+
Reference an issue with the hash symbol: "#222"
35+
If you're fixing it, use something like "Fixes #222" -->
36+
37+
Tests Necessary to Pass:
38+
39+
- [ ] CLA Test
40+
41+
*Reproducing the Behaviour*
3142

3243
Steps to reproduce the behaviour:
3344
1. Go to '...'
@@ -55,7 +66,5 @@ If applicable, add screenshots to help explain your problem.
5566
- OS: [e.g. iOS8.1]
5667
- Browser [e.g. stock browser, safari]
5768
- Version [e.g. 22]
58-
59-
**Additional context**
60-
61-
Add any other context about the problem here.
69+
70+
<!-- (c) 2021 Signal. This pull request template has been modified for use in this repository from the GitHub Signal Repository. -->

.github/ISSUE_TEMPLATE/for-feature-requests.md

Lines changed: 22 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,43 +2,40 @@
22
name: For Feature Requests
33
about: Use this template for feature request.
44
title: "[FTU] - "
5-
labels: Feature Request
5+
labels: Feature Request, Good First Issue
66
assignees: AdithyaR07
77

88
---
99

10-
First-Time Contributor Checklist
10+
Thanks for contributing to the project!
11+
Please help us keep this project in good shape by going through this checklist.
12+
Replace the empty checkboxes [ ] below with checked ones [X] as they are completed
13+
Remember, you can preview this before saving it.
1114

12-
- [ ] You have signed the CLA (Contributor License Agreement).
13-
- [ ] You have read README and the Contributing Guidelines.
15+
### New Contributors Checklist:
1416

15-
Contributor Checklist
17+
- [ ] I have read the [README](https://github.com/PythonMathCalculator/python-math-calculator/blob/master/README.md) and [Contributor Guidelines](https://github.com/PythonMathCalculator/python-math-calculator/blob/master/CONTRIBUTING.md)
18+
- [ ] I have signed the CLA (Contributor License Agreement).
1619

17-
- [ ] This issue should be the only one issue present about the topic.
18-
- [ ] This issue's title and description are in nice logical chunks.
19-
- [ ] All contributors to this issue should have signed the CLA and the CLA check in this issue must pass.
20-
- [ ] All checks that have been provided in this issue must pass.
20+
### Contributor Checklist:
2121

22-
**Linking Pull Request or Issues**
22+
- [ ] My issue has good issue headers.
23+
- [ ] My issue has been mentioned by any of the moderators of this repository.
24+
- [ ] My issue is not repeated and should be the only one in this repository,
25+
- [ ] My issue should not in any shape, way or form, breach any Terms of Conditions of GitHub or any rule that has been invoked in the repository.
2326

24-
Are there any pull requests that are associated with this issue. If there is, you should add it here. E.g. 'fixes #23'.
27+
### Description
2528

26-
**Is your feature request related to a problem? Please describe.**
29+
Describe briefly what your issue changes. Focus on the value provided to users.
2730

28-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
31+
Does it address any outstanding issues in this project?
2932

30-
**What is the feature request?**
33+
<!-- https://github.com/PythonMathCalculator/python-math-calculator/issues?utf8=%E2%9C%93&q=is%3Aissue
34+
Reference an issue with the hash symbol: "#222"
35+
If you're fixing it, use something like "Fixes #222" -->
3136

32-
Enter Here.
37+
Tests Necessary to Pass:
3338

34-
**Describe the solution you'd like**
39+
- [ ] CLA Test
3540

36-
A clear and concise description of what you want to happen.
37-
38-
**Describe alternatives you've considered**
39-
40-
A clear and concise description of any alternative solutions or features you've considered.
41-
42-
**Additional context**
43-
44-
Add any other context or screenshots about the feature request here.
41+
<!-- (c) 2021 Signal. This pull request template has been modified for use in this repository from the GitHub Signal Repository. -->

.github/ISSUE_TEMPLATE/for-systems-error.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/for-variable-error.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)