129 Commits

Author SHA1 Message Date
赵吉彤
4baf60bab3 Fix typo and add space between Chinese and English (#110) 2018-01-25 10:25:10 +00:00
Matt Watson
dc521baa00 Adds an 's' to conflict, and adds a comma. (#106)
The new sentence would read "If you don't have conflicts, skip this step."
2018-01-13 16:22:18 +00:00
Jérôme Pott
3f6eb7b0ee A few grammar fixes (#105) 2017-12-28 20:20:43 +00:00
Sadi Kaya
934998710b Fix typo: "branches.It" to "branches. It" (#104) 2017-12-03 12:52:45 +00:00
Anton Paras
03fd9ee85d Add Vim swap files to .gitignore (#103)
Vim creates swap files when open buffers are edited.

These files preserve un-written changes in buffers. They are useful for
recovering from system crashes, preventing multiple write-buffers on a
single file (which could cause "phantom-edits"), etc.

However, these swap files should not be tracked in a git repository.

For a given working file, Vim will create a swap file of the format
`<filename>.swp`.

Vim will attempt to remove swap files upon writing & exiting Vim.
However, swap files aren't always cleaned up. This may happen if Vim
terminates improperly due to a system crash or similar.

So, if Vim attempts to create a swap file of the format
`<filename>.swp`, but that path already exists, then Vim will create a
swap file of the format `<filename>.swo`.

If `<filename>.swo` already exists, then Vim will create a swap file
`<filename>.swn`.

Vim will continue backwards through the alphabet until it finds an
available swap-file path.

If `<filename>.sw[a-p]` is completely occupied, then Vim will attempt
`<filename>.sv[a-z]`, and so forth.

However, I did not include `*.sv[a-z]` in this change because I believe
that would be overkill, and it may trespass on other programs.

I am reasonably certain that no other programs rely on `*.sw[a-p]`
files. I am less certain about `*.sv[a-z]` files.

Also, having that many swap files is a rarity. The disadvantages of
including `*.sv[a-z]` in the .gitignore outweigh the benefits.

So, I only included `*.sw[a-p]` files in this change.
2017-11-20 11:31:44 +00:00
Anton Paras
8c00601687 Fix typo: "as follow" to "as follows" (#102) 2017-11-20 11:31:13 +00:00
René Herrmann
3ecb3d21db Use valid instead of allow in configWithTest (#101)
The current validation using `allow` will allow any kind of string, not only the specified ones. 
`NODE_ENV=foo` is totally valid. Using `valid` instead should fix this.
2017-10-19 23:19:46 +01:00
Teruo Kunihiro
07463964fc Fix typo and add the description of editorconfig in ja-file (#99) 2017-10-01 17:57:21 +01:00
HyunSeob
74e7ccc07e Add Korean translation (#98) 2017-09-16 11:49:38 +01:00
Cory Robinson
1f7c0ee0b3 code style 7.2: add .editorconfig info #90 (#96)
Adds an explanation of using .editorconfig in the project root for IDE code style standardization on a project.
2017-09-07 18:18:35 +01:00
Gianfrancø Palumbo
c22597c84f Fix few small grammar issues (#95) 2017-09-05 16:33:28 +01:00
KUWASHIMA Yuichiro
99285e6ff4 Fix typos (#94) 2017-09-04 11:43:03 +01:00
Vahid Panjganj
549b63ea60 Add separator between language links (#93)
* Add separator between language links

* Add separator between language links

* Add separator for language links
2017-09-04 10:02:13 +01:00
Teruo Kunihiro
289be10906 Add the README.md translated to Japanese (#92) 2017-09-02 23:37:04 +01:00
tcme
35c88d2a92 Check the API Security Checklist Project (#91)
- https://github.com/wearehive/project-guidelines/issues/74
- https://github.com/shieldfy/API-Security-Checklist
2017-09-02 13:44:18 +01:00
xcold
63c23bac89 Fix Chinese translation for Serialize (#86)
9.2 API security
2017-08-16 08:31:46 +01:00
编执狂
8f3afebbb9 Polish the translation (#85)
1. Remove invalid whitespaces.
2. Fix some fatal translation.
3. Add some extra relevant words when translating(the Git part) to make it mostly like native Chinese speaking.
2017-08-13 10:30:39 +01:00
编执狂
984823d22a Fix Typo && Maybe Better Translation (#83)
1. Localize more symbols like colon and period.
2. Improve some translation especially the section of Git.
3. Sync the doc with the English one.
4. Translate 'you' into Chinese using the honorific instead of the mixed usage.
2017-08-12 17:18:08 +01:00
Franklin Yu
a76dae8a6f Fix some periods in README (#81) 2017-08-04 19:40:42 +02:00
Kunall Banerjee ✌️
2d9140032e Add a section on Git hooks (#66)
* initial commit adding git hooks under section 7 (code style)

* add a section on code style check within the editor

* add a section on using prettier with pre-commit hooks using husky

* update links

* reformat section to follow existing flow

*  👌 make changes and update links

* follow current text format and remove redundant point
2017-08-02 13:22:09 +02:00
Mohamed Oun
479621190e Basic auth on HTTPS is OK. (#79) 2017-07-28 22:18:07 +01:00
hongmin.qiao
7880278c38 merge the latest commit (#78)
* translation part one

* add more

* add more

* add more

* add more

* add more

* add more

* add more

* add more

* add more

* add more

* add more

* add more

* use [中文版](./README-zh.md)

* remove readme.html

* fix some grammar

* fix some letter

* fix the article

* update document
2017-07-27 17:13:36 +01:00
Vahid Panjganj
b81656a622 Add code of conduct 2017-07-27 14:45:41 +01:00
Vahid Panjganj
28e0e23a35 Copy change (#77) 2017-07-27 14:38:23 +01:00
Vahid Panjganj
8daeca58e1 Fix icon path for Licensing 2017-07-27 13:26:46 +01:00
Vahid Panjganj
d61054b63a Feature/add icons (#76)
* Add new logo

* Rename logo file

* Fix file name typo

* Make logo smaller

* Add icons

* Add branching image

* Set the branching image right

* Add icons to both english and chinese

* Fix logo and add link to english
2017-07-27 13:23:55 +01:00
hongmin.qiao
3ca37394a3 fix some issue. (#75)
* translation part one

* add more

* add more

* add more

* add more

* add more

* add more

* add more

* add more

* add more

* add more

* add more

* add more

* use [中文版](./README-zh.md)

* remove readme.html

* fix some grammar

* fix some letter

* fix the article
2017-07-27 08:49:18 +01:00
hongmin.qiao
8ec3b5cfc4 Chinese (#73)
* translation part one

* add more

* add more

* add more

* add more

* add more

* add more

* add more

* add more

* add more

* add more

* add more

* add more

* use [中文版](./README-zh.md)

* remove readme.html

* fix some grammar
2017-07-25 08:59:52 +01:00
Chandan Rai
6ff4b48a67 corrected typo (#72) 2017-07-24 17:35:26 +01:00
hongmin.qiao
4b53ee0037 Chinese Done (#71)
* translation part one

* add more

* add more

* add more

* add more

* add more

* add more

* add more

* add more

* add more

* add more

* add more

* add more

* use [中文版](./README-zh.md)

* remove readme.html
2017-07-24 10:18:44 +01:00
Rounak Das
26cf4be631 Add git repository initialization (#69)
Add git repository setup step to git setup part of README. 
Fix indentation issue on `git add ` step
2017-07-21 15:05:39 +01:00
Eduardo Cancino
11a9829071 Miscellaneous typos (#67) 2017-07-17 20:17:00 +01:00
Vahid Panjganj
03f521c978 Improve security section (#65)
* Fix formatting for HTTP methods section

* Add clarification to some bits of API section

* Add security best practices

Apply some reformatting to API section
2017-07-16 14:39:24 +01:00
Michał Załęcki
fd52857417 Add commands for removing local branches (#64)
Second command comes in handy especially when you pull branches for doing QA/CR but you don't merge/delete branches.
2017-07-16 13:03:32 +01:00
Matthew Stingel
9bff300e31 Adjust "a interactive" to "an interactive" (#63) 2017-07-14 22:46:22 +01:00
Lucas
dd60bfc25a Fixed typo (#61) 2017-07-14 08:06:21 +01:00
Garrett Sanderson
e5266b0199 fixes typo on refactoring code. (#60)
fixes typo distraction to distracting
2017-07-13 23:46:02 +01:00
Edmundo Rodrigues
b3fe9d24c4 Remove duplicate block, move pure functions explanation (#59) 2017-07-12 22:21:42 +01:00
Vahid Panjganj
a94e654fe5 Content improvement (#57)
* Reformatting and adding more whys

* Add new source
2017-07-12 17:18:48 +01:00
Vahid Panjganj
5706fe3734 Reasoning improvements (#56)
* Typo and grammar fix

* Add links

* Fix case inconsistency

* fix typo

* Fix grammar

* Fix grammar
2017-07-12 12:16:26 +01:00
Vahid Panjganj
a2a6c1bbc5 Merge pull request #55 from wearehive/add-more-whys
Improvements and add more whys
2017-07-11 16:34:40 +01:00
Vahid Panjganj
524ac8dbe9 Improvements and add more whys 2017-07-11 16:34:03 +01:00
Vahid Panjganj
6c44b294c7 Merge pull request #54 from techmexdev/patch-1
Fix minor typos
2017-07-11 16:32:36 +01:00
Rodolfo Rodriguez
cb7a7abc94 Fix minor typos 2017-07-11 10:25:46 -05:00
Vahid Panjganj
3100b7565c Merge pull request #53 from wearehive/more-whys
Restructuring folders
2017-07-11 12:33:13 +01:00
Vahid Panjganj
5bb7f41aeb Restructuring folders 2017-07-11 12:32:22 +01:00
Vahid Panjganj
2c9b2b8a95 Merge pull request #52 from wearehive/more-whys
Improving grammar and adding more whys
2017-07-11 12:06:03 +01:00
Vahid Panjganj
956b07f77c Improving grammar and adding more whys 2017-07-11 12:04:35 +01:00
Vahid Panjganj
f616706f68 Reformat folder structure (#50) 2017-07-10 18:22:40 +01:00
allen joslin
af252f21d7 gitIgnore addition (#49)
support multiple .env files
2017-07-10 17:49:12 +01:00