This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Francesco Agosti
authored
May 1, 2020
1 parent
512deab
commit d19ad19
Showing
1 changed file
with
24 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!--- | ||
The PR title should follow [conventional commits](https://www.conventionalcommits.org/) | ||
The title will be used to generate the [changelog](/CHANGELOG.md) and release notes, so be descriptive. | ||
You can use prefixes other than fix: and feat: if you think your change should not go in the [changelog](/CHANGELOG.md). | ||
When a new version is released, the API will automatically be deployed to production (once a week). | ||
--> | ||
|
||
# Description | ||
|
||
<!--- Describe your changes in detail --> | ||
|
||
# Testing Instructions | ||
|
||
<!--- Please describe how reviewers can test your changes --> | ||
|
||
# Checklist | ||
|
||
<!--- The following points should be used to indicate the progress of your PR. Put an `x` in all the boxes that apply right now, and come back over time and check them off as you make progress. If you're unsure about any of these, don't hesitate to ask. We're here to help! --> | ||
|
||
- [ ] Update [documentation](https://github.com/0xProject/website/blob/development/mdx/api/index.mdx) as needed. **Website Documentation PR:** | ||
- [ ] Prefix PR title with `[WIP]` if necessary. | ||
- [ ] Add tests to cover changes as needed. | ||
|
||
|