I’m unsure of if this was an existing HIP, but I skimmed and couldn’t find it. Even if similar points were covered, I think I brought some extra specification that may be interesting to the DAO.
HIP ?: PDF → Markdown
Abstract
Migrate the policy from PDF .pdf
format to Markdown .md
format. From this point onward, editing will take place in repositories.
Rationale
Using pdf as the raw document for a policy is a coordination disaster. The format should be easy to edit, audit, and replicate. The format should make it easy to follow changes and notice mistakes, just like code repositories do.
Implementation
Make a repository for the express purpose of containing this policy, or other important files (such as the MetaEvidence
jsons). This rewrite of the policy will be the starting basis for the repository:
(A markdown rewrite of the policy will be linked here if this passes to Phase 2. It respects the exact wording of the current policy at the moment this HIP gets to Phase 3.)
The process to edit and champion HIPs that modify the policy should be the following:
- The champion of the HIP forks the repository containing the policy.
- The champion creates a draft Pull Request to the base repository with the name of the HIP and a link to the HIP in the description.
- The champion writes the changes to the policy, and asks for reviews and feedback. This can be done during Phase 1 or Phase 2.
- After the feedback process, the PR stops being a Draft and no further changes are allowed. The HIP then gets to Phase 3.
- If the HIP passes, the PR is merged.
FAQ
Who are “the reviewers”?
This is purposely under-specified. It could just be voluntaries or enthusiasts, but there’s no explicit need for them to be authority figures, or Mission Board members. My suggestion is that a few eyes that don’t agree with the HIP should also take a look.
Isn’t this complicated for non-technical contributors?
It’s certainly not harder than what we currently have. But, if this was the case, I will write a short guide on how to join a repository and follow the steps for non-technical people to champion or contribute to HIPs.
Won’t it be ugly for the users to show a raw text file?
This HIP does not set into stone that the raw markdown file must be the policy provided in the MetaEvidence
. But, it is possible to use a browser extension to render markdown dynamically. This is such an example.
It is also possible to use an app such as md2pdf to render the markdown as a pdf file, and then include that file in the MetaEvidence
. But this creates an extra step that should be scrutinized.
Where is the markdown policy kept?
It doesn’t matter if it’s published as a raw markdown or published as pdf, it should be kept in a repository in any case, to allow following the process indicated in the implementation header.
As for the specific question of, in which repository, I would suggest to use the official Proof of Humanity GitHub repository.