|
2 | 2 | name: For Feature Requests |
3 | 3 | about: Use this template for feature request. |
4 | 4 | title: "[FTU] - " |
5 | | -labels: Feature Request |
| 5 | +labels: Feature Request, Good First Issue |
6 | 6 | assignees: AdithyaR07 |
7 | 7 |
|
8 | 8 | --- |
9 | 9 |
|
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. |
11 | 14 |
|
12 | | -- [ ] You have signed the CLA (Contributor License Agreement). |
13 | | -- [ ] You have read README and the Contributing Guidelines. |
| 15 | +### New Contributors Checklist: |
14 | 16 |
|
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). |
16 | 19 |
|
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: |
21 | 21 |
|
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. |
23 | 26 |
|
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 |
25 | 28 |
|
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. |
27 | 30 |
|
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? |
29 | 32 |
|
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" --> |
31 | 36 |
|
32 | | -Enter Here. |
| 37 | +Tests Necessary to Pass: |
33 | 38 |
|
34 | | -**Describe the solution you'd like** |
| 39 | +- [ ] CLA Test |
35 | 40 |
|
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. --> |
0 commit comments