-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,16 +6,16 @@ const parseMD = require('parse-md').default; | |
* arc: 1 | ||
* title: Template | ||
* authors: The Aleo Team <[email protected]> | ||
* discussion: | ||
* topic: Meta | ||
* status: Living | ||
* reviewers: Howard Wu <[email protected]> | ||
* created: 2020-02-07 | ||
*/ | ||
const requiredMetadata = ['arc', 'title', 'authors', 'topic', 'status', 'reviewers', 'created']; | ||
const requiredMetadata = ['arc', 'title', 'authors', 'discussion', 'topic', 'status', 'created']; | ||
|
||
const topics = ['Meta', 'Protocol', 'Network', 'Application']; | ||
const topics = ['Protocol', 'Network', 'Application', 'Meta']; | ||
|
||
const statuses = ['Idea', 'Draft', 'Active', 'Withdrawn', 'Accepted', 'Rejected', 'Final', 'Deprecated', 'Living']; | ||
const statuses = ['Draft', 'Active', 'Withdrawn', 'Accepted', 'Rejected', 'Final', 'Deprecated', 'Living']; | ||
|
||
// Executes sanity checks for CI. | ||
const ci = () => { | ||
|
@@ -130,9 +130,9 @@ const checkArcReadmeContent = async (arcDirectory) => { | |
* arc: 1 | ||
* title: Template | ||
* authors: The Aleo Team <[email protected]> | ||
* discussion: | ||
* topic: Meta | ||
* status: Living | ||
* reviewers: Howard Wu <[email protected]> | ||
* created: 2020-02-07 | ||
*/ | ||
|
||
|