├── .github └── ISSUE_TEMPLATE │ ├── 01_bugs.md │ ├── 02_enhancement.md │ ├── 03_questions.md │ ├── 04_other.md │ └── config.yml ├── LICENSE └── README.md /.github/ISSUE_TEMPLATE/01_bugs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Digitaler-Impfnachweis/documentation/HEAD/.github/ISSUE_TEMPLATE/01_bugs.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/02_enhancement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Digitaler-Impfnachweis/documentation/HEAD/.github/ISSUE_TEMPLATE/02_enhancement.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/03_questions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Digitaler-Impfnachweis/documentation/HEAD/.github/ISSUE_TEMPLATE/03_questions.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/04_other.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Digitaler-Impfnachweis/documentation/HEAD/.github/ISSUE_TEMPLATE/04_other.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: true -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Digitaler-Impfnachweis/documentation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Digitaler-Impfnachweis/documentation/HEAD/README.md --------------------------------------------------------------------------------