|
1 | | -# Description |
| 1 | +## Proposed changes |
2 | 2 |
|
3 | | -Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. |
| 3 | +Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context to communicate to the maintainers why we should accept this pull request. |
4 | 4 |
|
5 | 5 | Fixes # (issue) |
6 | 6 |
|
7 | 7 | ## Type of change |
8 | 8 |
|
9 | | -Please delete options that are not relevant. |
| 9 | +What type of changes does your PR introduce to the COBOL Programming Course? _Put an `x` in the boxes that apply._ |
10 | 10 |
|
11 | | -- [ ] Bug fix (non-breaking change which fixes an issue) |
12 | | -- [ ] New feature (non-breaking change which adds functionality) |
13 | | -- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 11 | +- [ ] Bug fix (change which fixes one or more issues) |
| 12 | +- [ ] New feature (change which adds functionality or feature to the course) |
| 13 | +- [ ] Translations (change which adds or modify translations of the course) |
| 14 | +- [ ] Documentation (change which modify documentation related to the course) |
14 | 15 | - [ ] This change requires an update to the course's z/OS environment |
15 | 16 |
|
16 | | -# How Has This Been Tested? |
| 17 | +## Checklist: |
17 | 18 |
|
18 | | -Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration |
| 19 | +_Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This checklist will be used as reference for both the contributor and the reviewer_ |
19 | 20 |
|
20 | | -# Checklist: |
21 | | - |
22 | | -- [ ] My code follows the style guidelines of this project |
23 | | -- [ ] I have performed a self-review of my own code |
24 | | -- [ ] I have commented my code, particularly in hard-to-understand areas |
25 | | -- [ ] I have made corresponding changes to the documentation |
26 | | -- [ ] My changes generate no new warnings |
27 | | -- [ ] I have added tests that prove my fix is effective or that my feature works |
28 | | -- [ ] New and existing unit tests pass locally with my changes |
29 | | -- [ ] Any dependent changes have been merged and published in downstream modules |
| 21 | +- [ ] I have read the [Contributing Guideline](https://github.com/openmainframeproject/cobol-programming-course/blob/master/CONTRIBUTING.md) |
| 22 | +- [ ] I have included a title and description for this PR |
| 23 | +- [ ] I have DCO-signed all of my commits that are included in this PR |
| 24 | +- [ ] I have tested it manually and there are no regressions found |
| 25 | +- [ ] I have commented my code, particularly in hard-to-understand areas (if appropriate) |
| 26 | +- [ ] I have made corresponding changes to the documentation (if appropriate) |
0 commit comments