Commit Graph

13 Commits

Author SHA1 Message Date
Anurag De
6198c3907f
fix: updated githook helper link (#3563) 2023-10-02 10:07:51 +08:00
appflowy
ca50e61762 chore: add install gitlint script & ignore body length 2022-09-22 10:50:04 +08:00
appflowy
0ff08ff8d2 fix: tap event conflict when dragging grid header cell 2022-09-21 11:24:37 +08:00
appflowy
8511829c42 chore: disable flutter analyze when push 2022-07-31 20:13:03 +08:00
MikeWallaceDev
30db03f3df fix: made the regex match commitlint more closely 2022-07-25 12:48:51 -04:00
MikeWallaceDev
c45e4515bb feat: Improved commit githooks messages 2022-07-25 12:23:33 -04:00
MikeWallaceDev
f993e1d076 feat: add gitlint dependency 2022-07-25 12:23:33 -04:00
MikeWallaceDev
ff0c6a9d98 feat: Added commit-msg hook
This will call commitlint to validate commit messages
2022-07-17 20:38:01 -04:00
MikeWallaceDev
6fcc37e15c fix: Made githook scripts executable 2022-07-17 20:38:01 -04:00
MikeWallaceDev
e77e6d275f changed permissions from 755 to 644 2022-01-27 14:18:41 -05:00
Daniel Thompson
2e7ab3000f Correct the capitalization of GitHub
To accomplish this task, I ran the following command (on macOS):

    find . -type f -print0 | xargs -0 sed -i '' 's/Github/GitHub/g'

GitHub, for better or worse, decided that the way their company is
spelled is with a capital "G" and a capital "H" and it's their name so
they get to do that if they want.

When I went to check out AppFlowy's web site, I noticed that GitHub
wasn't spelled correctly, and for me, this made the project feel less
than polished and myself reluctant to try it out. However, there is only
one way to find out about the project: I [opened a ticket]. And BAM! It
was resolved in mere hours by @annieappflowy. Nice.

With fresh motivation to check out the project, I downloaded the app
and...found myself staring at the same issue on the first screen of the
app. Well, as I was a bit flippant with the issue I opened up for the
web site misspellings, I decided to fix this one myself.

[opened a ticket]: https://github.com/AppFlowy-IO/appflowy/issues/118
2021-12-04 20:52:12 -05:00
appflowy
717d53412b config precommit hook 2021-07-08 14:14:03 +08:00
appflowy
3d0200a4a0 add git flutter hook 2021-07-06 19:56:56 +08:00