1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-09-16 08:56:19 +02:00

Port contributors guide to GitHub pages (#2296)

* Port contributor's guide to GitHub

* Fix #2178. Port contributors guide to GitHub pages

* Fix wrong file change

* typo

* Fix link

* Replace PR with pull request

* Remove comment

* Doc at-mention, headings

* Add sudo apt-get install autoconf dh-autoreconf

* database typo

* Update docs/dev-tips.md

Co-authored-by: Doug Lauder <wiggin77@warpmail.net>

* Update docs/index.md

Co-authored-by: Doug Lauder <wiggin77@warpmail.net>

* Update index.md

* Update dev-tips.md

Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com>
This commit is contained in:
Chen-I Lim
2022-02-08 13:46:14 -08:00
committed by GitHub
parent 761e268bf6
commit ad9e83e8fd
6 changed files with 193 additions and 29 deletions

View File

@@ -83,7 +83,7 @@ Translated strings are stored in other json files under `webapp/i18n`, e.g. `es.
## Database
By default, data is stored in a sqlite datebase `focalboard.db`. You can view and edit this directly using `sqlite3 focalboard.db` from bash.
By default, data is stored in a sqlite database `focalboard.db`. You can view and edit this directly using `sqlite3 focalboard.db` from bash.
## Unit tests