Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jshttp/style-guide
jshttp style guide
https://github.com/jshttp/style-guide
Last synced: about 1 month ago
JSON representation
jshttp style guide
- Host: GitHub
- URL: https://github.com/jshttp/style-guide
- Owner: jshttp
- License: unlicense
- Created: 2014-05-10T01:23:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-07T20:38:51.000Z (over 9 years ago)
- Last Synced: 2024-11-04T04:32:06.569Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 417 KB
- Stars: 108
- Watchers: 21
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - jshttp/style-guide - jshttp style guide (others)
README
# jshttp style _guide_
These guidelines are how we style javascript modules in `jshttp`, as well as how we prefer to work with git.
The guides are intended to be as simple and concise as possible, for easy reading.
* __[Javascript Guide](javascript.md)__
* __[Git & GitHub Guide](git.md)__
* __[Module Template](template)__## Contributing
If you are interested in contributing, please use your own initiative!
Creating PR's and discussing unsolved issues are very good ways to help out and become involved! :)
## Issue Label Use
Name | Description
---------------|-------------------------------------------
`bug` | Denotes confirmed bugs.
`duplicate` | A duplicate issue.
`enhancement` | An issue requesting an enhancement.
`help wanted` | Extra help may be needed to resolve this issue.
`invalid` | This is not a proper issue report, request, or question.
`question` | For issues where the issuer is asking something.
`wontfix` | Marks an issue that will not be fixed.
`docs` | This issue pertains to the documentation or code comments.
`investigate` | Requires further investigation.
`pr` | This is pull request. (Makes it easier to see them.)
`tests` | This issue pertains to the tests themselves.
`deprecate` | Issue is about a feature that is pending future removal.
`release` | A tracking issue for a specific release milestone.
`ideas` | Marks an issue which is primarily an idea.
`discuss` | This issue should remain open to discussion for a while.
`needs tests` | This pull request needs tests to be added.
`future` | An issue which should be resolved in a future release.
`deps` | Marks a dependancy-related issue or pull request.
`low priority` | Denotes a low-priority issue.For management of issue labels, please see [the config](config).
### This repo is [Public Domain](LICENSE)