Merge pull request #546 from jfurrow/git/contribution
Create contribution guidelines
@@ -0,0 +1,36 @@
|
||||
# Contributing
|
||||
|
||||
We love contributions from everyone.
|
||||
By participating in this project,
|
||||
you agree to abide by the thoughtbot [code of conduct].
|
||||
|
||||
[code of conduct]: https://thoughtbot.com/open-source-code-of-conduct
|
||||
|
||||
# Issue
|
||||
|
||||
See [ISSUE_TEMPLATE.md](ISSUE_TEMPLATE.md).
|
||||
|
||||
# Pull request
|
||||
|
||||
See [PULL_REQUEST_TEMPLATE.md](PULL_REQUEST_TEMPLATE.md).
|
||||
|
||||
# Code quality
|
||||
|
||||
+ Be sure to use 2 spaces instead of tabulations.
|
||||
|
||||
# Labels
|
||||
|
||||
Category | Label(s) | Color(s)
|
||||
--- | --- | ---
|
||||
Platform |     | #BFD4F2
|
||||
Problems |   | #EE3F46
|
||||
Severity |  | #B60205
|
||||
Type |     | #FFC274
|
||||
Feedback |   | #CC317C
|
||||
Improvements |    | #5EBEFF
|
||||
Help |  | #76C3A9
|
||||
Additions |  | #90C954
|
||||
Pending |      | #FBCA04
|
||||
Inactive |      | #D2DAE1
|
||||
|
||||
**Note (if there is a need to add labels)**: in order to take a sharp screenshot of labels with Firefox: Right click the label => Inspect element => Right click the element on the inspector => Screenshot Node
|
||||
@@ -0,0 +1,37 @@
|
||||
<!--- Provide a general summary of the issue in the Title above -->
|
||||
|
||||
## Expected Behavior
|
||||
<!--- If you're describing a bug, tell us what should happen -->
|
||||
<!--- If you're suggesting a change/improvement, tell us how it should work -->
|
||||
|
||||
## Current Behavior
|
||||
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
|
||||
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
|
||||
|
||||
## Possible Solution
|
||||
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
|
||||
<!--- or ideas how to implement the addition or change -->
|
||||
|
||||
## Steps to Reproduce (for bugs)
|
||||
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
|
||||
<!--- reproduce this bug. Include code to reproduce, if relevant -->
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
4.
|
||||
|
||||
## Context
|
||||
<!--- How has this issue affected you? What are you trying to accomplish? -->
|
||||
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
|
||||
|
||||
## Your Environment
|
||||
<!--- Include as many relevant details about the environment you experienced the bug in -->
|
||||
* Version used:
|
||||
+ Version (stable release) `git --no-pager tag`
|
||||
+ Commit ID (development release) `git --no-pager log -1`
|
||||
* Environment name and version (e.g. Chrome 39, node.js 5.4):
|
||||
* Operating System and version:
|
||||
|
||||
## Note
|
||||
|
||||
You may try to follow the update procedure described in the README and try again before opening this issue.
|
||||
@@ -0,0 +1,36 @@
|
||||
<!--- Provide a general summary of your changes in the Title above -->
|
||||
|
||||
## Description
|
||||
<!--- Describe your changes in detail -->
|
||||
|
||||
## Related Issue
|
||||
<!--- This project only accepts pull requests related to open issues -->
|
||||
<!--- If suggesting a new feature or change, please discuss it in an issue first -->
|
||||
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
|
||||
<!--- Please link to the issue here: -->
|
||||
|
||||
## Motivation and Context
|
||||
<!--- Why is this change required? What problem does it solve? -->
|
||||
|
||||
## How Has This Been Tested?
|
||||
<!--- Please describe in detail how you tested your changes. -->
|
||||
<!--- Include details of your testing environment, and the tests you ran to -->
|
||||
<!--- see how your change affects other areas of the code, etc. -->
|
||||
|
||||
## Screenshots (if appropriate):
|
||||
|
||||
## Types of changes
|
||||
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
|
||||
- [ ] Bug fix (non-breaking change which fixes an issue)
|
||||
- [ ] New feature (non-breaking change which adds functionality)
|
||||
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
|
||||
|
||||
## Checklist:
|
||||
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
|
||||
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
|
||||
- [ ] My code follows the code style of this project.
|
||||
- [ ] My change requires a change to the documentation.
|
||||
- [ ] I have updated the documentation accordingly.
|
||||
- [ ] I have read the **CONTRIBUTING** document.
|
||||
- [ ] I have added tests to cover my changes.
|
||||
- [ ] All new and existing tests passed.
|
||||
|
After Width: | Height: | Size: 946 B |
|
After Width: | Height: | Size: 856 B |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 972 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 999 B |
@@ -0,0 +1,16 @@
|
||||
# Labels
|
||||
|
||||
Category | Label(s) | Color(s)
|
||||
--- | --- | ---
|
||||
Platform |     | #BFD4F2
|
||||
Problems |   | #EE3F46
|
||||
Severity |  | #B60205
|
||||
Type |     | #FFC274
|
||||
Feedback |   | #CC317C
|
||||
Improvements |    | #5EBEFF
|
||||
Help |  | #76C3A9
|
||||
Additions |  | #90C954
|
||||
Pending |      | #FBCA04
|
||||
Inactive |      | #D2DAE1
|
||||
|
||||
Note: in order to take a sharp screenshot of labels with Firefox: Right click the label => Inspect element => Right click the element on the inspector => Screenshot Node
|
||||
|
After Width: | Height: | Size: 826 B |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 964 B |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 913 B |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.2 KiB |