Skip to content

Commit

Permalink
feat(css):removing useless css code (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
albist authored Oct 3, 2024
1 parent 85d3d21 commit 563f76a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +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>
- [ ] Transaction link(s) for the funds transfer(s) to URD(s): [*Insert tx link here*]

**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.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@

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

<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;">
### ⚠️ Warning ⚠️

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

Market Programs can be added in `src/market-programs.ts` at the end of the `marketPrograms` array. You should send funds to the URD with the funds sender before the start date of the program to validate it.
Expand Down

0 comments on commit 563f76a

Please sign in to comment.