-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from voitau/master
Save header from original file in localized file
- Loading branch information
Showing
8 changed files
with
55 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,29 @@ | ||
|
||
# Contributing | ||
|
||
Thank you for your interest in contributing! | ||
|
||
Any contribution is very welcome, including but not limited to: | ||
|
||
* cleaning the Bash code, making it more portable across other shells and standard compliant. | ||
* localizing the documentation. | ||
* anything what you think is incorrect or missing here. | ||
|
||
Bug report: | ||
|
||
* please submit as an issue and provide steps to reproduce. | ||
|
||
Coding style: | ||
|
||
* please use 2 spaces indentation | ||
* split into reasobly small functions | ||
* use local variables | ||
|
||
Code analysis | ||
Code analysis: | ||
|
||
* use shellcheck to perform static code analysis | ||
|
||
Unit testing | ||
Unit testing: | ||
|
||
* all user facing commands and argument variations have to be unit tested with bats | ||
* each command that has an input prompt, has to have an option to assume default value (e.g. --yes) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters