Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1 KB

Pull_Request_Template.md

File metadata and controls

27 lines (21 loc) · 1 KB

Pull Request Template

Description

Explain your submission and add your project to Submission.MD and fill out the below checklist honestly.

Prize You Are Entering

Please delete options that are not relevant.

  • Best BluntDAO Analytics
  • AI/ML
  • Best Onboarding Process
  • Cross Chain DAO Tooling

Checklist:

  • My code abides by some form of style guideline
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have a insightful ReadMe.MD that describes how to run my application
  • My code runs without errors
  • My code is open source, my github repositority is public
  • My pitch video is included inthe ReadMe.MD
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have checked my code and corrected any misspellings