-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathparams.json
6 lines (6 loc) · 3.76 KB
/
params.json
1
2
3
4
5
6
{
"name": "List of all Error/Exit Codes",
"tagline": "",
"body": "All error/exit codes\r\n===========\r\n\r\nThis repository contains the Markdown source of the all error/exit codes.\r\n\r\nWant to contribute? Great! First, [read this page][].\r\n\r\n## Operating systems directories\r\n* Android\r\n* Windows\r\n* [MacOS][]\r\n* [Linux][]\r\n * [Sysexits][]\r\n * [Stdlib][]\r\n * [Bash][]\r\n \r\n## Programming languages directories\r\n* C++\r\n* C#\r\n* [C][]\r\n* Go\r\n* Java\r\n* [JavaScript][]\r\n * [NODEJS][]\r\n* [PHP][]\r\n * [PHP-XML][] \r\n* [Python][]\r\n \r\n## API directories\r\n * [Facebook][]\r\n * [Amazon][]\r\n * [S3][] \r\n * Github\r\n * Twitter\r\n * Google\r\n \r\n*and many more in progress... :)*\r\n\r\n## Contribution \r\n\r\nWant to contribute? Great! First, read this page.\r\n\r\n### Code reviews\r\nAll submissions, including submissions by project members, require review. \r\nWe use Github pull requests for this purpose.\r\n\r\n### Some tips for good pull requests:\r\n* Use our code\r\n When in doubt, try to stay true to the existing code of the project.\r\n* Write a descriptive commit message. What problem are you solving and what\r\n are the consequences? Where and what did you test? Some good tips:\r\n [here](http://robots.thoughtbot.com/5-useful-tips-for-a-better-commit-message)\r\n and [here](https://www.kernel.org/doc/Documentation/SubmittingPatches).\r\n* If your PR consists of multiple commits which are successive improvements /\r\n fixes to your first commit, consider squashing them into a single commit\r\n (`git rebase -i`) such that your PR is a single commit on top of the current\r\n HEAD. This make reviewing the code so much easier, and our history more\r\n readable.\r\n\r\n### Formatting\r\n\r\nThis documentation is written using standard [markdown syntax](https://help.github.com/articles/markdown-basics/). Please submit your changes using the same syntax.\r\n\r\n\r\n## Licensing\r\nMIT see [LICENSE][] for the full license text.\r\n\r\n [read this page]: http://github.com/arzzen/all-exit-error-codes/blob/master/CONTRIBUTING.md\r\n [landing page]: http://arzzen.github.io/all-exit-error-codes\r\n [LICENSE]: https://github.com/arzzen/all-exit-error-codes/blob/master/LICENSE.txt\r\n [Facebook]: https://github.com/arzzen/all-exit-error-codes/blob/master/api/facebook/facebook.md\r\n [Amazon]: https://github.com/arzzen/all-exit-error-codes/blob/master/api/amazon/\r\n [S3]: https://github.com/arzzen/all-exit-error-codes/blob/master/api/amazon/s3.md\r\n [MacOS]: https://github.com/arzzen/all-exit-error-codes/blob/master/operating-systems/mac-os/errors.md\r\n [Linux]: https://github.com/arzzen/all-exit-error-codes/blob/master/operating-systems/linux/sysexits.md\r\n [Sysexits]: https://github.com/arzzen/all-exit-error-codes/blob/master/operating-systems/linux/sysexits.md\r\n [Stdlib]: https://github.com/arzzen/all-exit-error-codes/blob/master/operating-systems/linux/stdlib.md\r\n [Bash]: https://github.com/arzzen/all-exit-error-codes/blob/master/operating-systems/linux/bash.md\r\n [Python]: https://github.com/arzzen/all-exit-error-codes/blob/master/programming-languages/python/errno.md\r\n [PHP]: https://github.com/arzzen/all-exit-error-codes/tree/master/programming-languages/php\r\n [PHP-XML]: https://github.com/arzzen/all-exit-error-codes/blob/master/programming-languages/php/xml.md\r\n [C]: https://github.com/arzzen/all-exit-error-codes/blob/master/programming-languages/c/errors.md\r\n [JavaScript]: https://github.com/arzzen/all-exit-error-codes/blob/master/programming-languages/javascript\r\n [NODEJS]: https://github.com/arzzen/all-exit-error-codes/blob/master/programming-languages/javascript/nodejs.md",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}