Skip to content

Commit bea6cfe

Browse files
Merge pull request #1 from Practical-DevOps-GitHub/main
Main
2 parents 598ed1a + 3652ece commit bea6cfe

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@@softservedata

.github/pull_request_template.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Describe your changes
2+
...
3+
4+
## Issue ticket number and link
5+
...
6+
7+
## Checklist before requesting a review
8+
- [ ] I have performed a self-review of my code
9+
- [ ] If it is a core feature, I have added thorough tests
10+
- [ ] Do we need to implement analytics?
11+
- [ ] Will this be part of a product update? If yes, please write one phrase about this update

.github/tests/test/script_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ def test_PR_template_present
110110
assert_not_nil(actual, 'Pull request template is absent')
111111
end
112112

113-
end
113+
end

0 commit comments

Comments
 (0)