From 003e2f3d47cdacdf88f83ca7b93d9ef8187623fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marwan=20Rabb=C3=A2a?= Date: Sat, 1 Sep 2018 14:13:06 +0200 Subject: [PATCH] remove old submission template --- .github/ISSUE_TEMPLATE/submit-a-framework.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/submit-a-framework.md diff --git a/.github/ISSUE_TEMPLATE/submit-a-framework.md b/.github/ISSUE_TEMPLATE/submit-a-framework.md deleted file mode 100644 index 28cd28426aa..00000000000 --- a/.github/ISSUE_TEMPLATE/submit-a-framework.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Submit a framework -about: Request a framework addition - ---- - -+ All frameworks **SHOULD** follow this rules : - -| HTTP | Route | Status code | Response body | -| ------ | ----------- | ----------- | --------------------- | -| `GET` | `/` | `200` | **Empty** | -| `GET` | `/user/:id` | `200` | **id** given as param | -| `POST` | `/user` | `200` | **Empty** - -+ All framework **SHOULD** contain a `Dockerfile` - -+ All framework **SHOULD** be referenced in : - + `Makefile`, a target group for the language, and a target for the framework - + `neph.yaml`, a target group for the language, and a target for the framework - + `benchmarker.cr`, a hash for language containing all frameworks an repository information