Skip to content

Commit eccd366

Browse files
committed
Add invite link to Discord
And remove the long obsolete Buildkite badge
1 parent 56db4c1 commit eccd366

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CONTRIBUTING.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Thank you very much for your interest in this project! We welcome contributions from anyone, given that they follow the few rules below.
44

5+
A great first step is to join our
6+
[![Discord](https://img.shields.io/badge/Discord-100000?style=flat&logo=Discord&logoColor=C3C3C3&labelColor=4179DA&color=010101)][discord] server
7+
58
## Pull Request Process
69

710
- Feel free to open a draft PR to first discuss the high level changes you intend to make before going deep into the implementation
@@ -62,3 +65,5 @@ You'll end with a file named `CHANGELOG-gen.md` that will list all the PRs and i
6265
- It is recommended to edit the PR titles in the listing, and add a concise description for the most important ones (or when a single line of text is not enough to describe the changes).
6366
- You might group PRs that are related to the same feature (or when one PR is overridden by a following one)
6467
- In case of doubt, use the changelog for `v0.2.0` as a reference of how to edit the changelog
68+
69+
[discord]: https://discord.com/invite/7yg5GxzvDJ

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Linear base
22

33
[![License MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/tweag/linear-base/blob/master/LICENSE)
4-
[![Build status](https://badge.buildkite.com/5b60ab93dadba234a95e04e6568985918552dcc9e7685ede0d.svg?branch=master)](https://buildkite.com/tweag-1/linear-base)
54
[![Hackage](https://img.shields.io/hackage/v/linear-base.svg?style=flat&color=brightgreen)][hackage-pkg]
65
[![Stackage](https://stackage.org/package/linear-base/badge/nightly)][stackage-pkg]
6+
[![Discord](https://img.shields.io/badge/Discord-100000?style=flat&logo=Discord&logoColor=C3C3C3&labelColor=4179DA&color=010101)][discord]
77

88
Linear base is a standard library for developing applications with linear
99
types. It is named `linear-base` to be an analog to the original [`base`]
@@ -39,6 +39,10 @@ the top:
3939
{-# LANGUAGE LinearTypes #-}
4040
```
4141

42+
To get in touch, you can join our
43+
[![Discord](https://img.shields.io/badge/Discord-100000?style=flat&logo=Discord&logoColor=C3C3C3&labelColor=4179DA&color=010101)][discord] server
44+
45+
4246
## User Guide
4347

4448
If you already know what `-XLinearTypes` does and what the linear
@@ -85,6 +89,9 @@ Linear base is maintained by [Tweag].
8589
To contribute please see the [Design Document] for instructions and advice on
8690
making pull requests.
8791

92+
A great first step is to join our
93+
[![Discord](https://img.shields.io/badge/Discord-100000?style=flat&logo=Discord&logoColor=C3C3C3&labelColor=4179DA&color=010101)][discord] server
94+
8895
## Licence
8996

9097
See the [Licence file](https://github.com/tweag/linear-base/blob/master/LICENSE).
@@ -97,3 +104,4 @@ Copyright © Tweag Holding and its affiliates.
97104
[Design Document]: https://github.com/tweag/linear-base/blob/master/docs/DESIGN.md
98105
[hackage-pkg]: https://hackage.haskell.org/package/linear-base
99106
[stackage-pkg]: https://www.stackage.org/nightly/package/linear-base
107+
[discord]: https://discord.com/invite/7yg5GxzvDJ

0 commit comments

Comments
 (0)