aboutsummaryrefslogtreecommitdiffstats
path: root/ISSUE_TEMPLATE.md
blob: 591bbdbfa2826310328b3368967e6586b6afd8ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!--- Thank you for taking the time to file an Issue -->

<!--- Before submitting please check to see if this issue was already reported -->

<!--- 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 package change/improvement, tell us how it should work -->

<!--- If you're suggesting a contract or protocol change/improvement, visit our ZEIPs repo -->

## 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.
```

## 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 -->

| Package | Version |
| ------: | :------ |


<!-- For example:
|             `0x.js` | 2.0.4   |
| `Exchange Contract` | v2      |
-->

| Network |
| ------- |
| NAME    |

<!-- For example:
| mainnet |
| kovan |
| testrpc |
-->
>1-11/+10 * Return to old way of including web3 typesLeonid Logvinov2018-01-101-0/+1 * Include web3 types via typeRoots and factor out common parts of tsconfig.jsonLeonid Logvinov2018-01-104-10/+9 * Apply prettify on json and md filesLeonid Logvinov2018-01-044-78/+78 * Fix linter errorsLeonid Logvinov2018-01-045-8/+5 * Use configured version of bignumber in all packagesLeonid Logvinov2018-01-0419-22/+18 * Fix formattingLeonid Logvinov2018-01-031-2/+0 * Apply prettier configLeonid Logvinov2018-01-0343-843/+1083 * PublishFabio Berger2017-12-281-8/+8 * Merge pull request #285 from 0xProject/fix/underscorePrivateBrandon Millman2017-12-229-130/+130 |\ | * Add some missed underscores, update changelog and commentsBrandon Millman2017-12-211-16/+16 | * Merge branch 'development' into fix/underscorePrivateBrandon Millman2017-12-218-298/+766 | |\ | * | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-209-114/+114 * | | Update and standardize contracts READMEAmir Bandeali2017-12-211-28/+42 | |/ |/| * | PublishLeonid Logvinov2017-12-211-8/+8 * | Replace our EtherTokens with WETH9 from makerLeonid Logvinov2017-12-206-303/+2 * | Add WETH9 and mirationsLeonid Logvinov2017-12-202-0/+769 |/ * Remove reliance on testrpc snapshot in ZRX testsAmir Bandeali2017-12-201-20/+18 * Introduce an identityCommandBuilderLeonid Logvinov2017-12-191-2/+3 * Define types for methodIDLeonid Logvinov2017-12-191-1/+1 * Define types for ethereumjs-abiLeonid Logvinov2017-12-191-1/+4 * Install types for yargsLeonid Logvinov2017-12-194-10/+10 * Fix tests in contractsFabio Berger2017-12-172-13/+11 * Fix connect unused varsLeonid Logvinov2017-12-1510-16/+6 * Add a commentLeonid Logvinov2017-12-151-0/+2 * Make migrations deterministicLeonid Logvinov2017-12-141-57/+45 * Move more shared utils into utils package and reuse themLeonid Logvinov2017-12-145-57/+6 * Merge branch 'development' into feature/addKovanFaucetsBrandon Millman2017-12-141-3/+0 |\ | * Remove redundant totalSupply from token interfaceAmir Bandeali2017-12-131-3/+0 * | Cleanup kovan-faucet packageBrandon Millman2017-12-141-1/+1 |/ * Increase timeout on deployer testsAmir Bandeali2017-12-131-1/+1 * Add version string to EtherToken_v2Amir Bandeali2017-12-131-0/+1 * Formatting fixesAmir Bandeali2017-12-136-18/+29 * fix tests after merging with developmentAmir Bandeali2017-12-131-3/+3 * Add test:circleci command, add newlines to end of contractsAmir Bandeali2017-12-1325-2/+25 * Add gas limits to failing testsAmir Bandeali2017-12-136-14/+31 * Rename contracts lib to utilsAmir Bandeali2017-12-1313-9/+214 * Refactor unlimited allowance logic out of ERC20TokenAmir Bandeali2017-12-138-20/+56 * Fix typo, change variable name to be consistentAmir Bandeali2017-12-132-6/+6 * Update 0x.js version, fix build errorsAmir Bandeali2017-12-138-11/+27 * Add updated contracts, reorganize contract file structureAmir Bandeali2017-12-1325-120/+170 * Add tests for ERC20Token and EtherToken_v2Amir Bandeali2017-12-138-14/+183 * Fix errors with new testrpc versionAmir Bandeali2017-12-138-44/+45 * Add version to new EtherToken, fix typosAmir Bandeali2017-12-135-5/+126 * Add updated ERC20 implementation, update WETHAmir Bandeali2017-12-133-2/+110 * Re-hard code the dependencyLeonid Logvinov2017-12-1216-72/+72 * PublishBrandon Millman2017-12-091-6/+6 * Make contracts package privateBrandon Millman2017-12-091-0/+1 * Inline network moduleLeonid Logvinov2017-12-082-21/+14 * Refactor networkId out of web3WrapperLeonid Logvinov2017-12-082-3/+4 * Address feedbackLeonid Logvinov2017-12-072-2/+0 * Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-0716-175/+44 * Use same versions of dependencies everywhereLeonid Logvinov2017-12-061-7/+7 * Fix linter errorLeonid Logvinov2017-12-021-1/+1 * Make class methods that don't use 'this' staticAmir Bandeali2017-12-014-89/+92 * Fix module versions, cleanup scriptsAmir Bandeali2017-12-014-31/+29 * Add README to contracts packageAmir Bandeali2017-11-301-0/+51 * Fix indentationsAmir Bandeali2017-11-3030-2673/+2705 * Add contracts to packages, fix most linting errorsAmir Bandeali2017-11-30