-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from ph0ph0/issue-5
CryptoDappy Feature: NFT marketplace - Milestone 1
- Loading branch information
Showing
1 changed file
with
40 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,40 @@ | ||
## PR Title | ||
|
||
Please format your PR title as follows: | ||
|
||
`CryptoDappy Feature: NFT marketplace - Milestone 1` | ||
|
||
> Example: `CLI Feature: State management - Milestone 1` | ||
|
||
## Description | ||
|
||
This PR is for issue #5. | ||
|
||
> Example: This PR is for issue #22 | ||
|
||
- Provide a summary of the work completed in this PR. | ||
- List of requirements that are being submitted. | ||
|
||
Frontend implementation (updated with Dappy Market input) | ||
## Submission Links & Documents | ||
|
||
- Include all links to PRs on other repositories (if required) and be clear as to what it does. Ensure you follow the PR guidelines on the other repositories. | ||
- Include or highlight any new updates made from a previous submission or milestone. | ||
|
||
Link to PR on CryptoDappy repo: | ||
https://github.com/bebner/crypto-dappy/pull/11 | ||
|
||
## Requirements Check | ||
|
||
- Have have you met the milestone requirements? Yes | ||
- Have you included tests (if applicable)? N/A | ||
- Have you met the contribution guidelines of the repos you have submitted code to (if applicable)? Yes | ||
- If this is the last milestone: | ||
- Demonstrate that you've met all the acceptance criteria (link to code, demos, instructions to run etc.) | ||
- Demonstrate that you've met all milestone requirements and highlight any extensions or additional work done. | ||
- Include a payout structure by percentage for each team member (ie. Bob: 20%, Alice: 80%). | ||
|
||
## Other Details | ||
|
||
- Is there anything specific you'd like the PoC to know or review for? | ||
- Are there other references, documentation, or relevant artificats to mention for this PR (ie. external links to justify design decisions, etc.)? |