2
0
mirror of https://github.com/namecoin/proposals synced 2024-10-30 21:20:11 +00:00
namecoin-proposals/README.md

37 lines
1.7 KiB
Markdown
Raw Normal View History

IFA Proposals
=============
2015-01-23 19:35:54 +00:00
| Number | Title | Type | Status |
|--------------|--------------------------------------------|----------|----------|
| [0000][0000] | Proposal Guidelines & Process | Process | Draft |
| [0001][0001] | Domain Names | Standard | Draft |
| [0002][0002] | Domain Names - Non-DNS Types | Standard | Draft |
| [0003][0003] | Domain Names - Dehydrated TLS Certificates | Standard | Draft |
2015-01-23 20:56:05 +00:00
*This list does not contain proposals that have been deferred, rejected, or withdrawn.*
2015-05-25 23:18:43 +00:00
[0000]:https://github.com/ifa-wg/proposals/blob/master/ifa-0000.md
[0001]:https://github.com/ifa-wg/proposals/blob/master/ifa-0001.md
[0002]:https://github.com/ifa-wg/proposals/blob/master/ifa-0002.md
[0003]:https://github.com/ifa-wg/proposals/blob/master/ifa-0003.md
2015-05-25 23:18:43 +00:00
How-To
=======
2015-05-28 01:46:02 +00:00
Those wishing to submit a proposal should first should bring their idea to the relevant communities and then submit a new proposal as outlined in the [Proposal Guidelines & Process][0000].
2015-05-25 23:18:43 +00:00
Discussion relevant to a pending draft should, whenever possible, take the form of Gitub issue tickets. Github tickets should reference the proposal and/or pull requests to help ensure that all discussion is captured.
2015-05-25 23:18:43 +00:00
You can clone this repository using:
git clone https://github.com/ifa-wg/proposals ifa-proposals
2015-05-25 23:18:43 +00:00
Before submitting a PR for a new proposal or to update an existing proposal, install and run DocToc:
2015-05-25 23:18:43 +00:00
npm install -g doctoc
doctoc ifa-proposals/ifa-000x.md --title '**Table of Contents**'
2015-05-25 23:18:43 +00:00
You must include DocToc markup in the document before running DocToc:
<!-- START doctoc -->
<!-- END doctoc -->