Skip to content

Commit f4e1146

Browse files
committed
Add templates for issues and pull requests
1 parent 927af4f commit f4e1146

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Please include the following information in your ticket.
2+
3+
- mq-smf-csvs version(s) that are affected by this issue.
4+
- A data sample that demonstrates the issue
5+
- Command used to format the data
6+
- Actual and expected output (data files and screen)

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Please ensure all items are complete before opening.
2+
3+
- [ ] Tick to sign-off your agreement to the [IBM Contributor License Agreement](https://github.com/ibm-messaging/mq-smf-csv/CLA.md)
4+
- [ ] You have added tests for any code changes
5+
- [ ] You have updated the [CHANGES.md](https://github.com/ibm-messaging/mq-smf-csv/CHANGES.md)
6+
- [ ] You have completed the PR template below:
7+
8+
## What
9+
10+
What was changed
11+
12+
## How
13+
14+
How the change was implemented or reasoning behind it
15+
16+
## Testing
17+
18+
How to test your changes work, not required for documentation changes.
19+
20+
## Issues
21+
22+
Links to the github issue(s) (if present) that this pull request is resolving.

0 commit comments

Comments
 (0)