Skip to content

Commit

Permalink
Merge pull request #638 from cole-miller/contributing
Browse files Browse the repository at this point in the history
Add contribution guidelines
  • Loading branch information
cole-miller authored Apr 19, 2024
2 parents 2eadfe4 + 8d99f50 commit 84b22a8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Contributing to dqlite

The dqlite team welcomes external contributions via GitHub pull
requests. To get your PR merged, you need to sign [Canonical's
contributor license agreement (CLA)][cla]. This is straightforward to
do once you have an account on [Launchpad][lp]; if you don't, you can
create one [here][signup].

[cla]: https://ubuntu.com/legal/contributors
[lp]: https://launchpad.net
[signup]: https://launchpad.net/+login
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ sudo apt update
sudo apt install libdqlite-dev
```

Contributing
------------

See [CONTRIBUTING.md](./CONTRIBUTING.md).

Build
-----

Expand Down

0 comments on commit 84b22a8

Please sign in to comment.