diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..29aa2cf --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,18 @@ +## What kind of an issue is this? + +- [ ] Bug report +- [ ] Feature request + +## Expected behaviour? + + +## Current behaviour? +*if this is a bug report* + + +## Steps to reproduce behaviour? +*if this is a bug report* + + +## Screenshot? 📷 +*A image tells a thousands words* diff --git a/.github/_config.yml b/.github/_config.yml new file mode 100644 index 0000000..c419263 --- /dev/null +++ b/.github/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file