Skip to content

Commit f40c7b9

Browse files
waghanzaMarwan Rabbâa
authored and
Marwan Rabbâa
committed
Clarify readme (the-benchmarker#230)
* how to add a framework * be more contributor friendly
1 parent 575c2b3 commit f40c7b9

File tree

2 files changed

+179
-205
lines changed

2 files changed

+179
-205
lines changed

CONTRIBUTING.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## How to contribute ?
2+
3+
Contributions of any kind a :heart: accepted
4+
5+
+ Adding new frameworks
6+
+ Fix some frameworks
7+
+ Update dependencies
8+
+ Discuss best practices
9+
10+
## Adding a framework
11+
12+
+ All frameworks **SHOULD** follow this rules :
13+
14+
| HTTP | Route | Status code | Response body |
15+
| ------ | ----------- | ----------- | --------------------- |
16+
| `GET` | `/` | `200` | **Empty** |
17+
| `GET` | `/user/:id` | `200` | **id** given as param |
18+
| `POST` | `/user` | `200` | **Empty**
19+
20+
+ All framework **SHOULD** contain a `Dockerfile`
21+
22+
+ All framework **SHOULD** be referenced in :
23+
+ `Makefile`, a target group for the language, and a target for the framework
24+
+ `neph.yaml`, a target group for the language, and a target for the framework
25+
+ `benchmarker.cr`, a hash for language containing all frameworks an repository information

0 commit comments

Comments
 (0)