Skip to content

Commit

Permalink
feat(README):highlight requirements (#54)
Browse files Browse the repository at this point in the history
* feat(README):highlight requirements

* feat(template): add tx link request and colors
  • Loading branch information
albist authored Oct 3, 2024
1 parent fd86536 commit 85d3d21
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ Please, provide here any context that could help us to validate the Reward Progr

- [ ] Ensure there is at least one week between the PR submission and the start of the Program(s).
- [ ] Send funds to the URD; the PR will only be merged after the funds have been received.
- [ ] Transaction link(s) for the funds transfer(s) to URD(s): <div style="color: orange;">[Insert transaction link here]</div>

**Important**: If the delay between the PR creation and the start of the Program(s) is less than one week, or if we do not see any funds sent to the URD, the PR will not be merged, and the Program(s) will not be created.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

This repository allows you to create your own reward program by submitting a pull request.

**⚠️ Warning:** Please anticipate with one week before the start of the program to ensure smooth implementation and avoid any last-minute issues.
<div style="text-align: center; color: red"> <h3> ⚠️ Warning ⚠️ </h3> </div>

<div style="border: 1px solid; padding: 10px; justify-content: center; align-items: center; height: 110px;">

**- The pull request must be submitted at least one week before the start of the program.**

**- The funds must be sent to the URD before the pull request is submitted. Please share the transaction link in the pull request template**

</div>

### Create a Market program

Expand Down Expand Up @@ -67,6 +75,8 @@ Yes, they can affect the reward distribution. If your program does not intend to

If funds arrive after the start date, the program won't start immediately, but the funds are not lost. They can be used to reschedule the program or initiate a new one later on.

Note that a reward program pull request will not be merged if the funds have not been sent to the URD.

4. In case of multiple rewards programs, should I send all funds?

it is up to the incentives provider. If multiple programs are created, it's essential that the URD receives the rewards dedicated to each program before their respective start dates. Even if a program starts in one month, as long as its dedicated rewards are received before its start date, it will be considered valid.
It is up to the incentives provider. If multiple programs are created, it's essential that the URD receives the rewards dedicated to each program before their respective start dates. Even if a program starts in one month, as long as its dedicated rewards are received before its start date, it will be considered valid.

0 comments on commit 85d3d21

Please sign in to comment.