diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..76d49f4 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @Naios diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..da1c3ee --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,11 @@ +Thank you for contributing to continuable! +========================================= + +## Notifications + +Usually I try to respond to issues and pull requests as fast as possible. In case you are waiting longer for my response, you may notify me through mail: `denis.blank outlook com`. + +## Templates + +Please use the issue/PR templates which are inserted automatically. + diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..79fa9a0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,30 @@ +@Naios + + + + + +----- + +### Commit Hash + +{Please write here} + +### Expected Behavior + +{Please write here} + +### Actual Behavior + +{Please write here} + +### Steps to Reproduce + +{Please write here} + +### Your Environment + +- OS: {Please write here - Windows/Linux dist/OSX} +- Compiler and version: {Please write here - MSVC/Clang/GCC/Other} +- Standard library (if non default): {Please write here} + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..c5e40e8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,22 @@ +@Naios + + + +----- + +### What was a problem? + +{Please write here} + +### How this PR fixes the problem? + +{Please write here} + +### Check lists (check `x` in `[ ]` of list items) + +- [ ] Additional Unit Tests were added that test the feature or regression +- [ ] Coding style (Clang format was applied) + +### Additional Comments (if any) + +{Please write here}