Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go-nomic #32

Closed
wants to merge 5 commits into from
Closed

go-nomic #32

wants to merge 5 commits into from

Conversation

mburns
Copy link
Owner

@mburns mburns commented Jun 29, 2017

fixes #9

What

go script to enforce rules, summaries, and score keeping.

TODO

  • parse the sections and metadata of each rule*.md file.
  • Concatenate, format, and write out RULES.md summary page

Future Work

  • reads HISTORY.md and calculates scores, writes out SCOREBOARD.md
  • handle github webhooks and tally vote scores based on comments
  • write out (append-only) HISTORY.md
  • create a new proposal or judgment from a template

Why

To eventually automate the referee of the game via CI/CD services.

@mburns mburns mentioned this pull request Jul 1, 2017
1 task
@mburns mburns force-pushed the mburns/golang branch 3 times, most recently from 7f37ae2 to cc40713 Compare July 3, 2017 00:17
@mburns mburns requested a review from jirwin July 3, 2017 03:17
* print rules

ignore nomic binary

refactor main to create getRules()

generates RULES.md file

fix isMutable() logic

add isMutable functionality, count logic

}

func AppendIfMissing(slice []string, s string) []string {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exported function AppendIfMissing should have comment or be unexported

@mburns mburns mentioned this pull request Jul 12, 2017
@mburns mburns closed this Jan 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bot software to track votes and score
2 participants