Skip to content

Commit 31ce14d

Browse files
committed
Update grammar
Signed-off-by: Hartanto Ario Widjaya <tanto259@users.noreply.github.com>
1 parent d03aa42 commit 31ce14d

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ body:
55
- type: markdown
66
attributes:
77
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.
8+
Thank you for submitting a bug report. Please fill in the information below and we will get back to you as soon as possible.
99
10-
Before opening an issue, please search our existing issue: https://github.com/openmainframeproject/cobol-programming-course/issues.
10+
Before opening an issue, please search our existing issues: https://github.com/openmainframeproject/cobol-programming-course/issues.
1111
- type: dropdown
1212
attributes:
1313
label: Course Details

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ body:
55
- type: markdown
66
attributes:
77
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.
8+
Thank you for submitting a feature request. Please fill in the information below and we will get back to you as soon as possible.
9+
10+
Before opening a feature request, please search our existing issues: https://github.com/openmainframeproject/cobol-programming-course/issues.
911
- type: dropdown
1012
attributes:
1113
label: Course Details

.github/PULL_REQUEST_TEMPLATE/pull_request_template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Fixes # (issue)
99
What type of changes does your PR introduce to the COBOL Programming Course? _Put an `x` in the boxes that apply._
1010

1111
- [ ] 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)
12+
- [ ] New feature (change which adds functionality or features to the course)
13+
- [ ] Translations (change which adds or modifies translations of the course)
14+
- [ ] Documentation (change which modifies documentation related to the course)
1515
- [ ] This change requires an update to the course's z/OS environment
1616

1717
## Checklist:

ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Roadmap
22

3-
These roadmap list out the possible and planned future contents for the COBOL Programming Course. If you are interested in contributing content, please review our [contribution guidelines](https://github.com/openmainframeproject/cobol-programming-course/blob/master/CONTRIBUTING.md).
3+
These roadmap lists out the possible and planned future contents for the COBOL Programming Course. If you are interested in contributing content, please review our [contribution guidelines](https://github.com/openmainframeproject/cobol-programming-course/blob/master/CONTRIBUTING.md).
44

55
## In-Progress Future Contents
66

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## Considerations
44

5-
The COBOL Programming Course does not produce any kind of software. This project produces a technical course aimed to educate people on COBOL programming. The output of this project came in the form of PDF documents detailing the course content. A Markdown version is also available on the repository.
5+
The COBOL Programming Course does not produce any kind of software. This project produces a technical course aimed to educate people on COBOL programming. The output of this project is in the form of PDF documents detailing the course content. A Markdown version is also available on the repository.
66

77
## Supported Version
88

9-
Only the [latest version](https://github.com/openmainframeproject/cobol-programming-course/releases/latest) of the course is supported with security updates.
9+
Only the [latest version](https://github.com/openmainframeproject/cobol-programming-course/releases/latest) of the course is supported.
1010

1111
## Reporting a Vulnerability
1212

0 commit comments

Comments
 (0)