Partially revert "chore: tweak deployment parameters before first release"
This reverts commit a47ff64a11
.
closes: #46
This commit is contained in:
parent
af449861d7
commit
26ab0a8352
|
@ -17,14 +17,14 @@ export function Rules() {
|
|||
<RuleIcon>👍</RuleIcon>
|
||||
<RuleText>
|
||||
If a vote to add ends in favour of a community, the community will be added to the directory. Otherwise, a new
|
||||
vote for the addition of that community can be started after 2 days.
|
||||
vote for the addition of that community can be started after 30 days.
|
||||
</RuleText>
|
||||
</Rule>
|
||||
<Rule>
|
||||
<RuleIcon>🗑️</RuleIcon>
|
||||
<RuleText>
|
||||
If a vote to remove a community ends in favour of the removal, the community will disappear from the
|
||||
directory. Otherwise, a new vote for removal can be submitted after about 2 days.
|
||||
directory. Otherwise, a new vote for removal can be submitted after about 30 days.
|
||||
</RuleText>
|
||||
</Rule>
|
||||
{/* <Rule>
|
||||
|
@ -37,14 +37,14 @@ export function Rules() {
|
|||
<Rule>
|
||||
<RuleIcon>⏳</RuleIcon>
|
||||
<RuleText>
|
||||
Each vote lasts for two days. When the voting period ends, the verification period starts, someone has to cast
|
||||
the votes.
|
||||
Each vote lasts for two weeks. When the voting period ends, the verification period starts, someone has to
|
||||
cast the votes.
|
||||
</RuleText>
|
||||
</Rule>
|
||||
<Rule>
|
||||
<RuleIcon>⏳</RuleIcon>
|
||||
<RuleText>
|
||||
Each verification period lasts for one day. When the verification ends, someone has to finalize the vote with
|
||||
Each verification period lasts for one week. When the verification ends, someone has to finalize the vote with
|
||||
a finalization transaction.
|
||||
</RuleText>
|
||||
</Rule>
|
||||
|
@ -59,10 +59,10 @@ export function Rules() {
|
|||
<Rule>
|
||||
<RuleIcon>⭐</RuleIcon>
|
||||
<RuleText>
|
||||
There is an always ongoing vote for which communities from the directory should appear in the Featured
|
||||
section. Every three days, three communities with the most votes are added to the section, replacing the three
|
||||
communities that were featured previously. After the community leaves Featured section, it cannot get there
|
||||
again for around a week.
|
||||
There is an always ongoing vote for which communities from the directory should appear in the Weekly Featured
|
||||
section. Every week, five communities with the most votes are added to the section, replacing the five
|
||||
communities that were featured the previous week. After the community leaves Weekly Featured, it cannot get
|
||||
there again for three weeks.
|
||||
</RuleText>
|
||||
</Rule>
|
||||
</VotingRules>
|
||||
|
|
Loading…
Reference in New Issue