This guide will step you through the process of creating a proposal using one of the Dash Community proposal templates. It's easier than it looks.
- Sign in to Github and go to dash community main page
- Click New repository
- Fill out the form:
- Owner:
dashcommunity
- Repository name:
proposal-<name-you-will-give-proposal-on-blockchain>
, e.g.proposal-core-team
- omit
<
and>
and keep consistent with blockchain naming (char. limit: 20, valid char.: A-Z,a-z,0-9,-)
- omit
- Description:
three to ten word summary of project
, e.g.Salary for core development team
- Initialize this repository with a README box:
checked
- Click Create repository button
- Click Create new file
- Enter
template.md
in the name your file field (don't forget the.md
) - Click Commit new file
- Click Create new file
- Enter
proposal.md
in the name your file field - Click Commit new file
- Go to the templates repository
- Select a template, e.g.
detailed.md
- Click raw
- Copy the entire text of the template
- Return to your project repository, e.g. proposal-dash-community
- Click
template.md
file you created in the last step - Click the pencil icon ("Edit this file" on hover)
- Paste in the contents of your clipboard
- Click Commit change
- Repeat steps 5 through 9 for the
proposal.md
file (give it the same contents)
template.md
remains unedited in your repo for referenceproposal.md
starts out the same astemplate.md
, but then you edit it
- Return to your project repository, e.g. proposal-dash-community
- Click
proposal.md
file you created in the last step - Read the templete to get an idea of what goes where in the proposal
- Click the pencil icon ("Edit this file" on hover)
- Delete the Usage & Content fiels entirely (you can refer back to your
template.md
if needed) - Delete the Description sections entirely
- Delete the Example headings, leave the section content for now
- Select all the text and copy
- Click Commit changes
Initialize a Github Project Page
- Return to your project repository, e.g. proposal-dash-community
- Click Settings
- Scroll down to the GitHub Pages module
- Click Launch automatic page generator
- Replace the content of the automatcally-generated body field with the content of your clipboard
- The content of your clipboard is the sample template you copied in the previous step
- Keep the default Project name and Tagline text
- Play around with editing the populated document, experimenting with the markdown menu features
- Click Continue to layouts
- Choose a theme (proposal-dash-community uses Midnight to illustrate a dark theme)
- Review, make changes if desired by clicking edit, and click Publish when finished
- Note the message above ("Your project page has been created at...")
- Open a browser and go to the URL Github made for you
- Return to your project repository, e.g. proposal-dash-community
- Click
proposal.md
, then the edit icon - Modify the text of each section for your proposed project
- Select all text and copy
- Click the green Commit changes button
- Repeat the steps in Initialize a Github Project Page