diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..1667e0d0c --- /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 new file mode 100644 index 000000000..1d2aef77e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,25 @@ +--- +name: 🐛 Bug report +about: Create a report to help us improve +labels: bug +title: 🐛 [Bug] +--- + +## :bug: Bugreport + + +### Steps to reproduce the behavior +1. +2. +3. +4. ... +5. Profit + +### Expected behavior + + +### Version & Environment + + +### Additional context + diff --git a/.github/ISSUE_TEMPLATE/devops_ticket.md b/.github/ISSUE_TEMPLATE/devops_ticket.md new file mode 100644 index 000000000..77355d1cf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/devops_ticket.md @@ -0,0 +1,24 @@ +--- +name: 💥 DevOps ticket +about: Help us manage our deployed App. +labels: devops +title: 💥 [DevOps] +--- + +## 💥 DevOps ticket + + +### Motive + + +### Related issues + + +### Implementation + + +### Validation + + +### Additional context + diff --git a/.github/ISSUE_TEMPLATE/epic.md b/.github/ISSUE_TEMPLATE/epic.md new file mode 100644 index 000000000..11bc0d587 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/epic.md @@ -0,0 +1,12 @@ +--- +name: 🌟 Epic +about: Define a big development Step +labels: epic +title: 🌟 [EPIC] +--- + + + + +## 🌟 EPIC + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..ef3b30be2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,24 @@ +--- +name: 🚀 Feature request +about: Suggest an idea for this project +labels: feature +title: 🚀 [Feature] +--- + +## :rocket: Feature + + +### User Problem + + +### Implementation + + +### Design & Layout + + +### Validation + + +### Additional context + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..ef10a53ef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,11 @@ +--- +name: 💬 Question +about: If you need help understanding HumanConnection. +labels: question +title: 💬 [Question] +--- + + + +## :speech_balloon: Question + diff --git a/.github/ISSUE_TEMPLATE/refactor_tickets.md b/.github/ISSUE_TEMPLATE/refactor_tickets.md new file mode 100644 index 000000000..b595abd5d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/refactor_tickets.md @@ -0,0 +1,21 @@ +--- +name: 🔧 Refactor ticket +about: Help us improve our code by refactoring it. +labels: refactor +title: 🔧 [Refactor] +--- + +## :zap: Refactor ticket + + +### Motive + + +### Related issues + + +### Implementation + + +### Additional context + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..6cfe4c30c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +## 🍰 Pullrequest + + +### Issues + +- None + +### Todo + +- [X] None diff --git a/README.md b/README.md index 95aaeea2b..620cff8d1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,24 @@ -# gradido -Gradido as Software +# Gradido + +Healthy money for a healthy world + +![logo](https://gradido.net/wp-content/uploads/2020/07/gradido_logo_web.png) + +The Gradido model can create global prosperity and peace +The Corona crisis has fundamentally changed our world within a very short time. +The dominant financial system threatens to fail around the globe, followed by mass insolvencies, record unemployment and abject poverty. Only with a sustainable new monetary system can humanity master these challenges of the 21st century. The Gradido Academy for Bionic Economy has developed such a system. + +## Software requirements + +Currently we only support `docker` as environment to run all services, since many different programming languages and frameworks are used. + +- [docker](https://www.docker.com/) + +## How to run? + +`docker-compose up` + +## Useful Links + +- [Gradido.net](https://gradido.net/) +- [Discord](https://discord.gg/kA3zBAKQDC) \ No newline at end of file