|
1 | | ---- |
2 | | -name: Pull Request |
3 | | -about: Submit a pull request to contribute to the APE library |
4 | | -title: '' |
5 | | -labels: '' |
6 | | -assignees: vedran-kasalica |
7 | | - |
8 | | ---- |
9 | | - |
10 | | -**Note:** Not all fields are obligatory, but the more details you provide, the easier it will be for us to address the issue. Feel free to omit sections that you feel are not relevant to your report. |
11 | | - |
12 | 1 | ## Pull Request Overview |
13 | | -<!-- Provide a brief overview of what this PR aims to accomplish. For instance, this could be a bug fix, feature addition, documentation update, etc. --> |
| 2 | +<!-- Briefly describe what this PR does (e.g., bug fix, feature addition, etc.). --> |
14 | 3 |
|
15 | | -## Related Issue(s) or Pull Request(s) |
16 | | -<!-- Mention any related issues or previous PRs that this PR is related to or dependent on. Use the format `#issue_number` or `#PR_number` to automatically link them. --> |
| 4 | +## Related Issue |
| 5 | +<!-- Link the related issue using the format `#issue_number`. --> |
17 | 6 |
|
18 | 7 | ## Changes Introduced |
19 | | -<!-- Provide a detailed list of the changes introduced in this PR. Break down new features, bug fixes, enhancements, and API or CLI modifications. --> |
20 | | - |
21 | | -## Motivation and Context |
22 | | -<!-- Explain the background for making these changes. What is the current problem you’re solving, or what new functionality are you adding? --> |
| 8 | +<!-- List the key changes made in this PR. --> |
23 | 9 |
|
24 | 10 | ## How Has This Been Tested? |
25 | | -<!-- Describe in detail how you tested your changes. Include details of your testing environment, tests ran, and any other relevant information. If applicable, include steps to reproduce the issue this PR addresses. --> |
26 | | - |
27 | | -## API/CLI Changes |
28 | | -<!-- Specify any changes to the API or CLI interface. Include a brief description of the change and how developers should adapt their usage of the library or CLI. --> |
29 | | - |
30 | | -## Screenshots (if appropriate): |
31 | | -<!-- Include any relevant screenshots or gifs to visually illustrate the changes made in this PR. --> |
32 | | - |
33 | | -## Potential Impacts |
34 | | -<!-- Discuss any potential impacts or side effects of this PR. This includes implications for users, dependencies, or other parts of the system. --> |
35 | | - |
36 | | -## Checklist: |
37 | | -<!-- Before submitting this PR, please go through the following checklist and check all the boxes that apply. --> |
38 | | -- [ ] I have followed the [style guidelines](https://github.com/sanctuuary/APE/blob/main/CONTRIBUTION.md#good-java-practices) of this project. |
39 | | -- [ ] I have performed a self-review of my own code. |
40 | | -- [ ] I have commented my code, particularly in hard-to-understand areas. |
41 | | -- [ ] I have made corresponding changes to the documentation (if applicable). |
42 | | -- [ ] My changes generate no new warnings. |
43 | | -- [ ] I have added tests that prove my fix is effective or that my feature works. |
44 | | -- [ ] New and existing unit tests pass locally with my changes. |
| 11 | +<!-- Briefly describe how you tested your changes. --> |
45 | 12 |
|
46 | | -## Additional Notes |
47 | | -<!-- Any additional information that you believe is important to the review. --> |
| 13 | +## Checklist |
48 | 14 |
|
49 | | -## Reviewer Checklist: |
50 | | -<!-- Before approving this PR, please go through the following checklist and check all the boxes that apply. --> |
51 | | -- [ ] The code follows the project’s style guide. |
52 | | -- [ ] The changes are well-documented and commented. |
53 | | -- [ ] The tests cover all changes adequately. |
54 | | -- [ ] All checks pass successfully. |
| 15 | +- [ ] I have referenced a related issue. |
| 16 | +- [ ] I have followed the project’s style guidelines. |
| 17 | +- [ ] My changes include tests, if applicable. |
| 18 | +- [ ] All tests pass locally. |
0 commit comments