Skip to content

Commit bf435f7

Browse files
authored
Merge pull request #616 from nojaf/maintainers
Add maintainers info
2 parents a5d7072 + 99c1d1e commit bf435f7

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
lines changed

MAINTAINERS.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Current maintainers of the project
2+
3+
| Maintainer | GitHub ID |
4+
| --------------------| ----------------------------------------|
5+
| Vinícius Gajo | [64J0](https://github.com/64J0) |
6+
| Dag Brattli | [dbrattli](https://github.com/dbrattli) |
7+
| Moritz Jörg | [mrtz-j](https://github.com/mrtz-j) |

README.md

+11-14
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
11
![Giraffe](https://raw.githubusercontent.com/giraffe-fsharp/Giraffe/develop/giraffe.png)
22

3+
[![NuGet Info](https://img.shields.io/nuget/vpre/Giraffe?style=flat-square)](https://www.nuget.org/packages/Giraffe/)
4+
![GitHub Workflow Status (event)](https://img.shields.io/github/actions/workflow/status/giraffe-fsharp/Giraffe/build-and-test.yml?branch=master&label=Build%20master&style=flat-square)
5+
36
# Giraffe
47

58
A functional ASP.NET Core micro web framework for building rich web applications.
69

710
Read [this blog post on functional ASP.NET Core](https://dusted.codes/functional-aspnet-core) for more information.
811

9-
[![NuGet Info](https://buildstats.info/nuget/Giraffe?includePreReleases=true)](https://www.nuget.org/packages/Giraffe/)
10-
11-
### Linux, macOS and Windows Build Status
12-
13-
![.NET Core](https://github.com/giraffe-fsharp/Giraffe/workflows/.NET%20Core/badge.svg?branch=develop)
14-
15-
[![Windows Build history](https://buildstats.info/github/chart/giraffe-fsharp/giraffe?branch=develop&includeBuildsFromPullRequest=false)](https://github.com/giraffe-fsharp/Giraffe/actions?query=branch%3Adevelop++)
16-
1712
## Table of contents
1813

1914
- [About](#about)
@@ -171,10 +166,6 @@ There is a few sample applications which can be found in the [`samples`](https:/
171166

172167
### Live apps
173168

174-
#### buildstats.info
175-
176-
The web service [https://buildstats.info](https://buildstats.info) uses Giraffe to build rich SVG widgets for Git repositories. The application runs as a Docker container in the Google Container Engine (see [CI-BuiltStats on GitHub](https://github.com/dustinmoris/CI-BuildStats) for more information).
177-
178169
#### dusted.codes
179170

180171
My personal blog [https://dusted.codes](https://dusted.codes) is also built with Giraffe and ASP.NET Core and all of the [source code is published on GitHub](https://github.com/dustinmoris/DustedCodes) for further reference.
@@ -298,9 +289,15 @@ If you have blogged about Giraffe, demonstrating a useful topic or some other ti
298289

299290
[Apache 2.0](https://raw.githubusercontent.com/giraffe-fsharp/Giraffe/master/LICENSE)
300291

301-
## Contact and Slack Channel
292+
## Current maintainers
293+
294+
- [@64J0](https://github.com/64J0)
295+
- [@dbrattli](https://github.com/dbrattli)
296+
- [@mrtz-j](https://github.com/mrtz-j)
297+
298+
## Contact
302299

303-
If you have any further questions feel free to reach out to me via any of the mentioned social media on [https://dusted.codes/about](https://dusted.codes/about) or join the `#giraffe` Slack channel in the [Functional Programming Slack Team](https://functionalprogramming.slack.com/). Please use [this link](https://fpslack.com/) to request an invitation to the Functional Programming Slack Team if you don't have an account registered yet.
300+
If you have any further questions feel free to reach out to me via any of the mentioned social media on [https://dusted.codes/about](https://dusted.codes/about)
304301

305302
## Support
306303

0 commit comments

Comments
 (0)