From fbf1ae8dec3174cd3ac9c60b2d843469b4de755c Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Wed, 17 Aug 2022 01:00:09 +0200 Subject: [PATCH] Moved github files to .github/ --- .github/ISSUE_TEMPLATE.md | 18 ++++++++++++++++++ .github/_config.yml | 1 + 2 files changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/_config.yml 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