add github features for - issue template, codeowners and pr template

This commit is contained in:
thejoin95
2020-07-21 11:30:41 +02:00
parent 00101b58c6
commit 9e490cf19e
3 changed files with 11 additions and 0 deletions

11
.github/CODEOWNERS vendored Executable file
View File

@@ -0,0 +1,11 @@
# Configuration for the GitHub feature to automatically request reviews from the code owners when a pull request
# changes any owned files.
#
# References:
# https://github.com/blog/2392-introducing-code-owners
# https://help.github.com/articles/about-codeowners
# +--------------------+
# + Default Code Owner +
# +--------------------+
* @Wabri

0
.github/ISSUE_TEMPLATE.md vendored Executable file
View File

0
.github/PULL_REQUEST_TEMPLATE.md vendored Executable file
View File