mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
A disclaimer for proposal submissions
This commit is contained in:
parent
e37fc3686a
commit
26ef712c55
5 changed files with 228 additions and 4 deletions
|
@ -42,4 +42,30 @@ FUNDING_STATUSES[2] = 'funding'
|
|||
FUNDING_STATUSES[3] = 'wip'
|
||||
FUNDING_STATUSES[4] = 'completed'
|
||||
|
||||
USER_REG_DISABLED = False
|
||||
USER_REG_DISABLED = False
|
||||
|
||||
PROPOSAL_CONTENT_DEFAULT = """
|
||||
#### Why?
|
||||
|
||||
What problem(s) are you trying to solve?
|
||||
|
||||
#### How much?
|
||||
|
||||
What is the total cost in WOW? List expenses per item. Total hours of work and per hour rate. What exchange rates are you using?
|
||||
|
||||
#### What?
|
||||
|
||||
Describe your idea in detail.
|
||||
|
||||
#### Milestones?
|
||||
|
||||
Break down tasks into different stages. Each stage should have the estimated number of days/weeks needed and cost per stage.
|
||||
|
||||
#### Outcomes?
|
||||
|
||||
What will be delivered? What goals will be reached?
|
||||
|
||||
#### Why you?
|
||||
|
||||
What skills and experience do you have?
|
||||
""".strip()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue