summaryrefslogtreecommitdiffstats
path: root/Contributing.md
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-08-28 09:50:41 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-08-28 09:52:20 +0200
commit84f49fa7a11065f6ca21057d532011e2f4d51300 (patch)
tree5b89f799cf4ecd06fa30161128f33685e3d8c1a1 /Contributing.md
parent691c3aff684e945add6a4c1a119094e77fa32e6c (diff)
downloadwekan-84f49fa7a11065f6ca21057d532011e2f4d51300.tar.gz
wekan-84f49fa7a11065f6ca21057d532011e2f4d51300.tar.bz2
wekan-84f49fa7a11065f6ca21057d532011e2f4d51300.zip
Call me Wekan
Thank you @neynah for the Wekan icons Closes #247
Diffstat (limited to 'Contributing.md')
-rw-r--r--Contributing.md29
1 files changed, 14 insertions, 15 deletions
diff --git a/Contributing.md b/Contributing.md
index cfd67216..d90c4bed 100644
--- a/Contributing.md
+++ b/Contributing.md
@@ -1,19 +1,18 @@
# Contributing
-We’re glad you’re interested in helping the LibreBoard project! We welcome bug
+We’re glad you’re interested in helping the Wekan project! We welcome bug
reports, enhancement ideas, and pull requests, in our GitHub bug tracker. Before
opening a new thread please verify that your issue hasn’t already been reported.
-<https://github.com/libreboard/libreboard>
+<https://github.com/wekan/wekan>
## Translations
-You are encouraged to translate (or improve the translation of) LibreBoard in
-your locale language. For that purpose we rely on
-[Transifex](https://www.transifex.com/projects/p/libreboard). So the first step
-is to create a Transifex account if you don’t have one already. You can then
-send a request to join one of the translation teams. If there we will create a
-new one.
+You are encouraged to translate (or improve the translation of) Wekan in your
+locale language. For that purpose we rely on
+[Transifex](https://www.transifex.com/projects/p/wekan). So the first step is to
+create a Transifex account if you don’t have one already. You can then send a
+request to join one of the translation teams. If there we will create a new one.
Once you are in a team you can start translating the application. Please take a
look at the glossary so you can agree with other (present and future)
@@ -25,25 +24,25 @@ the application itself, you are asked to fill the `i18n/en.i18n.json` file. When
you do that the new strings of text to translate automatically appears on
Transifex to be translated (the refresh may take a few hours).
-We pull all translations from Transifex before every new LibreBoard release
+We pull all translations from Transifex before every new Wekan release
candidate, ask the translators to review the app, and pull all translations
again for the final release.
## Installation
-LibreBoard is made with [Meteor](https://www.meteor.com). Thus the easiest way
-to start hacking is by installing the framework, cloning the git repository, and
+Wekan is made with [Meteor](https://www.meteor.com). Thus the easiest way to
+start hacking is by installing the framework, cloning the git repository, and
launching the application:
```bash
$ curl https://install.meteor.com/ | sh # On Mac or Linux
-$ git clone https://github.com/libreboard/libreboard.git
-$ cd libreboard
+$ git clone https://github.com/wekan/wekan.git
+$ cd wekan
$ meteor
```
-As for any Meteor application, LibreBoard is automatically refreshed when you
-change any file of the source code, just play with it to see how it behaves!
+As for any Meteor application, Wekan is automatically refreshed when you change
+any file of the source code, just play with it to see how it behaves!
## Style guide