diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-02-23 13:14:58 +0100 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2022-02-23 13:14:58 +0100 |
commit | 3defa56dcb0b5378e89cc4bffcfe495af8ed7f22 (patch) | |
tree | 073c744a55caae283abdd4ff69899e9189ba4039 | |
parent | 35b7555399d9058f0b734a951c9d1339ff2576e3 (diff) | |
download | profani-tty-3defa56dcb0b5378e89cc4bffcfe495af8ed7f22.tar.gz |
Add build section to contributing.md
-rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e52dbbd8..8ed164d5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,10 @@ # Contributing to Profanity +## Build + +Please follow the [build section](https://profanity-im.github.io/guide/latest/build.html) in our user guide. +You might also take a look at the `Dockerfile.*` in the root directory. + ## Submitting patches We recommend for people to always work on a dedicated git branch for each fix or feature. Don't work on master. |