projects
projects copied to clipboard
Indonesian translation of an faq
For short term contributors: we understand that getting your commits well defined like we require is a hard task and takes some learning. If you look to help without wanting to contribute long term there's no need for you to learn this. Just drop us a message and we'll take care of brushing up your stuff for merge!
Checklist
- [x] I read the commit guidelines and I've followed them.
- [x] I ran coala over my code locally. (All commits have to pass individually. It is not sufficient to have "fixup commits" on your PR, our bot will still report the issues for the previous commit.) You will likely receive a lot of bot comments and build failures if coala does not pass on every single commit!
After you submit your pull request, DO NOT click the 'Update Branch' button. When asked for a rebase, consult coala.io/rebase instead.
Please consider helping us by reviewing other peoples pull requests as well:
- pick up any PR at https://coala.io/review
- review it (check https://coala.io/reviewing for more info)
- if you are sure that it needs work, use
cobot mark wip <URL>to get it out of the review queue.
The more you review, the more your score will grow at coala.io and we will review your PRs faster!
Travis tests have failed
Hey @caxvis, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.
Ruby: 2.5.1
docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci
Unable to find image 'coala/base:latest' locally
latest: Pulling from coala/base
Digest: sha256:125d6cf24929d39db47b3ccd83d6ed1b6a231fc7e8afbf70bc4b5bd87653b0ff
Status: Downloaded newer image for coala/base:latest
Executing section global...
Executing section commit...
Executing section linecount...
Executing section filenames...
Executing section markdown_filenames...
| | [NORMAL] FilenameBear:
| | Filename does not follow kebab naming-convention.
|----| | a/data/locale/id/faq/own_project_idea.md
| |++++| b/data/locale/id/faq/own-project-idea.md
[INFO][08:59:45] Applied 'ShowPatchAction' on 'data/locale/id/faq/own_project_idea.md' from 'FilenameBear'.
Executing section spacing...
Executing section html...
Executing section yml...
Executing section new_linelength_projects...
Executing section old_linelength_projects...
Executing section cli...
TravisBuddy Request Identifier: aac06e50-d9c6-11e8-a99b-eb776290c7c8
I'm not gonna contribute for a long term, so please help me get through this stuffs.
@caxvis , sure , could you come to https://coala.zulipchat.com/#narrow/stream/106201-gci and we'll step you through the process.