Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Minification link in CONTRIBUTING.md #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ gets easier (especially when you manage to reduce parts of the code)
* Also, try to keep the code *well formatted*. It's OK if it gets kinda big, as long as it's functional and stable enough so it doesn't crash the
program, we can always reduce it later
* Still regarding the point above, reduce code as you like but *don't reduce it too much* so it gets unreadable - I know we as programmers
are always itching to do things like [this](https://en.wikipedia.org/wiki/Minification_(programming\)#Example), but remember that
are always itching to do things like [this](https://en.wikipedia.org/wiki/Minification_(programming)#Example), but remember that
readability counts a lot, so reduce with moderation
* About the UI:
* If you feel the UI needs a tweak here and there, let us know first so we can discuss about it (bring your mockups / screenshots as well!)
Expand Down Expand Up @@ -204,4 +204,4 @@ considered a version increment.
# Closing words

This is it for now. It's a really simple project so there's not much specific detail, except for the database entries. If you have any doubts, don't be
afraid and ask away so I can improve this file ;)
afraid and ask away so I can improve this file ;)