Skip to content

Commit 3cb3d6f

Browse files
committed
Update issue and PR templates
Signed-off-by: Hartanto Ario Widjaya <tanto259@users.noreply.github.com>
1 parent ecc1bcd commit 3cb3d6f

File tree

5 files changed

+100
-76
lines changed

5 files changed

+100
-76
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: Bug Report
2+
description: Create a report to help us improve the COBOL Programming Course
3+
labels: ['bug']
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thank you for submitting a bug report. Please fill up the information below and we will get back to you as soon as possible.
9+
10+
Before opening an issue, please search our existing issue: https://github.com/openmainframeproject/cobol-programming-course/issues.
11+
- type: dropdown
12+
attributes:
13+
label: Course Details
14+
description: Where did you take the course?
15+
options:
16+
- GitHub
17+
- IBM Learning Platform
18+
- Coursera
19+
- edX
20+
- Pluralsight
21+
- YouTube
22+
validations:
23+
required: true
24+
- type: textarea
25+
attributes:
26+
label: Description
27+
description: What happened?
28+
validations:
29+
required: true
30+
- type: textarea
31+
attributes:
32+
label: Reproduction Steps
33+
description: What do we need to do to reproduce this bug?
34+
value: |
35+
1.
36+
2.
37+
3.
38+
...
39+
validations:
40+
required: true
41+
- type: textarea
42+
attributes:
43+
label: Additional Context
44+
description: Any other context about the problem?
45+
validations:
46+
required: false

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: Feature Request
2+
description: Suggest an idea for the COBOL Programming Course
3+
labels: ['enhancement']
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thank you for submitting a feature request. Please fill up the information below and we will get back to you as soon as possible.
9+
- type: dropdown
10+
attributes:
11+
label: Course Details
12+
description: Where did you take the course?
13+
options:
14+
- GitHub
15+
- IBM Learning Platform
16+
- Coursera
17+
- edX
18+
- Pluralsight
19+
- YouTube
20+
validations:
21+
required: true
22+
- type: textarea
23+
attributes:
24+
label: Description
25+
description: Describe what you want to happen.
26+
validations:
27+
required: true
28+
- type: textarea
29+
attributes:
30+
label: Problems
31+
description: Is your feature request related to a problem? Please describe.
32+
validations:
33+
required: false
34+
- type: textarea
35+
attributes:
36+
label: Additional Context
37+
description: Any other context about the problem?
38+
validations:
39+
required: false
Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,26 @@
1-
# Description
1+
## Proposed changes
22

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.
44

55
Fixes # (issue)
66

77
## Type of change
88

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._
1010

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)
1415
- [ ] This change requires an update to the course's z/OS environment
1516

16-
# How Has This Been Tested?
17+
## Checklist:
1718

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_
1920

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

Comments
 (0)