From 145d4b43c715c03d958a095606f00c3303dc64c6 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 2 Apr 2019 12:20:40 +0200 Subject: [PATCH 1/3] removed .github folder from gitignore --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7d30b9530..07094a43b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,8 +10,6 @@ yarn-error.log* .eslintcache kubeconfig.yaml -/.github - node_modules/ cypress/videos cypress/screenshots/ From 822b760a4fba7fe3eb6e79e05ac44c1e32ebb2c7 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 2 Apr 2019 12:21:05 +0200 Subject: [PATCH 2/3] new github templates for issues & prs --- .github/ISSUE_TEMPLATE.md | 11 ++++++ .github/ISSUE_TEMPLATE/bug_report.md | 44 +++++++++++------------ .github/ISSUE_TEMPLATE/feature_request.md | 27 +++++++++----- .github/ISSUE_TEMPLATE/question.md | 10 ++++++ .github/PULL_REQUEST_TEMPLATE.md | 28 +++++++++++++++ 5 files changed, 87 insertions(+), 33 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/question.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..35457d215 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,11 @@ + + +## Issue + + + diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index fbb83adc2..8b0d890e2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,35 +1,31 @@ --- -name: Bug report +name: 🐛 Bug report about: Create a report to help us improve --- -**Describe the bug** -A clear and concise description of what the bug is. +## 🐛 Bugreport + -**To Reproduce** -Steps to reproduce the behavior: -1. Go to 'http...' -2. Click on '....' -3. Scroll down to '....' -4. See error -**Expected behavior** -A clear and concise description of what you expected to happen. +### Steps to reproduce the behavior +1. +2. +3. +4. ... +5. Profit -**Screenshots** -If applicable, add screenshots to help explain your problem. -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] +### Expected behavior + -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] -**Additional context** -Add any other context about the problem here. +### Version & Environment + Type: [] + - OS: [] + - Browser: [] + - Version [] + - Device: [] + +### Additional context + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 066b2d920..4b0493ac8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,17 +1,26 @@ --- -name: Feature request +name: 🚀 Feature request about: Suggest an idea for this project --- -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +## 🚀 Feature + -**Describe the solution you'd like** -A clear and concise description of what you want to happen. -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. +### Is your feature request related to a problem? Please describe. + -**Additional context** -Add any other context or screenshots about the feature request here. + +### Describe the prefered solution and alternatives you've considered + + + +### Design & Layout + + + +### Additional context + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..68cbaade0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,10 @@ +--- +name: 💬 Question +about: If you need help understanding the HumanConnection. +--- + + + +## 💬 Question + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..e67351c41 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,28 @@ +## Pullrequest + + +### Issues + +- [X] None + +### Checklist + +- [X] None + +### How2Test + + +- [X] None + +### Todo + +- [X] None From 3ab1778d85e43a9c0bcb4dd98947f5fc62bdc123 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 3 Apr 2019 10:40:03 +0200 Subject: [PATCH 3/3] =?UTF-8?q?[typo]=20Englisch=20f=C3=BCr=20Fortgeschrit?= =?UTF-8?q?tene=20-=20English=20for=20runaways?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/question.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 68cbaade0..0999221f4 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,6 +1,6 @@ --- name: 💬 Question -about: If you need help understanding the HumanConnection. +about: If you need help understanding HumanConnection. ---