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..0999221f4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,10 @@ +--- +name: 💬 Question +about: If you need help understanding 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 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/