Skip to content

Commit

Permalink
Create xgov-x.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamanupadi authored Apr 24, 2024
1 parent cc02986 commit 0bb3a56
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions Proposals/xgov-x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
id: <proposal number (same as PR)>
period: <Period number (Integer) (When do you want to submit your proposal)>
title: <The proposal title is a few words, not a complete sentence>
author: <a comma separated list of the author's or authors' name + GitHub username (in parenthesis), or name and email (in angle brackets). Example, FirstName LastName (@GitHubUsername), FirstName LastName <[email protected]>, FirstName (@GitHubUsername) and GitHubUsername (@GitHubUsername)>

Check failure on line 5 in Proposals/xgov-x.md

View workflow job for this annotation

GitHub Actions / xGov Walidator

authors in the preamble must match the expected format

error[preamble-author]: authors in the preamble must match the expected format --> Proposals/xgov-x.md:5:8 | 5 | author: <a comma separated list of the author's or authors' name + GitHub username (in parenthesis), or name and email (in angle brackets). Example, FirstName LastName (@githubusername), FirstName LastName <[email protected]>, FirstName (@githubusername) and GitHubUsername (@githubusername)> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unrecognized author | = help: Try `Random J. User (@username)` for an author with a GitHub username. = help: Try `Random J. User <[email protected]>` for an author with an email. = help: Try `Random J. User` for an author without contact information.

Check failure on line 5 in Proposals/xgov-x.md

View workflow job for this annotation

GitHub Actions / xGov Walidator

authors in the preamble must match the expected format

error[preamble-author]: authors in the preamble must match the expected format --> Proposals/xgov-x.md:5:101 | 5 | author: <a comma separated list of the author's or authors' name + GitHub username (in parenthesis), or name and email (in angle brackets). Example, FirstName LastName (@githubusername), FirstName LastName <[email protected]>, FirstName (@githubusername) and GitHubUsername (@githubusername)> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unrecognized author | = help: Try `Random J. User (@username)` for an author with a GitHub username. = help: Try `Random J. User <[email protected]>` for an author with an email. = help: Try `Random J. User` for an author without contact information.

Check failure on line 5 in Proposals/xgov-x.md

View workflow job for this annotation

GitHub Actions / xGov Walidator

authors in the preamble must match the expected format

error[preamble-author]: authors in the preamble must match the expected format --> Proposals/xgov-x.md:5:222 | 5 | author: <a comma separated list of the author's or authors' name + GitHub username (in parenthesis), or name and email (in angle brackets). Example, FirstName LastName (@githubusername), FirstName LastName <[email protected]>, FirstName (@githubusername) and GitHubUsername (@githubusername)> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unrecognized author | = help: Try `Random J. User (@username)` for an author with a GitHub username. = help: Try `Random J. User <[email protected]>` for an author with an email. = help: Try `Random J. User` for an author without contact information.

Check failure on line 5 in Proposals/xgov-x.md

View workflow job for this annotation

GitHub Actions / xGov Walidator

authors in the preamble must match the expected format

error[preamble-author]: authors in the preamble must match the expected format --> Proposals/xgov-x.md:5:8 | 5 | author: <a comma separated list of the author's or authors' name + GitHub username (in parenthesis), or name and email (in angle brackets). Example, FirstName LastName (@githubusername), FirstName LastName <[email protected]>, FirstName (@githubusername) and GitHubUsername (@githubusername)> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unrecognized author | = help: Try `Random J. User (@username)` for an author with a GitHub username. = help: Try `Random J. User <[email protected]>` for an author with an email. = help: Try `Random J. User` for an author without contact information.

Check failure on line 5 in Proposals/xgov-x.md

View workflow job for this annotation

GitHub Actions / xGov Walidator

authors in the preamble must match the expected format

error[preamble-author]: authors in the preamble must match the expected format --> Proposals/xgov-x.md:5:101 | 5 | author: <a comma separated list of the author's or authors' name + GitHub username (in parenthesis), or name and email (in angle brackets). Example, FirstName LastName (@githubusername), FirstName LastName <[email protected]>, FirstName (@githubusername) and GitHubUsername (@githubusername)> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unrecognized author | = help: Try `Random J. User (@username)` for an author with a GitHub username. = help: Try `Random J. User <[email protected]>` for an author with an email. = help: Try `Random J. User` for an author without contact information.

Check failure on line 5 in Proposals/xgov-x.md

View workflow job for this annotation

GitHub Actions / xGov Walidator

authors in the preamble must match the expected format

error[preamble-author]: authors in the preamble must match the expected format --> Proposals/xgov-x.md:5:222 | 5 | author: <a comma separated list of the author's or authors' name + GitHub username (in parenthesis), or name and email (in angle brackets). Example, FirstName LastName (@githubusername), FirstName LastName <[email protected]>, FirstName (@githubusername) and GitHubUsername (@githubusername)> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unrecognized author | = help: Try `Random J. User (@username)` for an author with a GitHub username. = help: Try `Random J. User <[email protected]>` for an author with an email. = help: Try `Random J. User` for an author without contact information.
email: <Email address to start the contract process >

Check failure on line 6 in Proposals/xgov-x.md

View workflow job for this annotation

GitHub Actions / xGov Walidator

email must match the expected format

error[preamble-email]: email must match the expected format --> Proposals/xgov-x.md:6:7 | 6 | email: <Email address to start the contract process > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unrecognized email | = help: [email protected]

Check failure on line 6 in Proposals/xgov-x.md

View workflow job for this annotation

GitHub Actions / xGov Walidator

email must match the expected format

error[preamble-email]: email must match the expected format --> Proposals/xgov-x.md:6:7 | 6 | email: <Email address to start the contract process > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unrecognized email | = help: [email protected]
discussions-to: <Indicating the URL where the proposal is being discussed>
company_name: <Name of the company>
category: <dApps, Tools, Community, Other>

Check failure on line 9 in Proposals/xgov-x.md

View workflow job for this annotation

GitHub Actions / xGov Walidator

preamble header `category` has an unrecognized value

error[preamble-enum-category]: preamble header `category` has an unrecognized value --> Proposals/xgov-x.md:9:10 | 9 | category: <dApps, Tools, Community, Other> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ must be one of: `dApps`, `Tools`, `Community`, `Other` |

Check failure on line 9 in Proposals/xgov-x.md

View workflow job for this annotation

GitHub Actions / xGov Walidator

preamble header `category` has an unrecognized value

error[preamble-enum-category]: preamble header `category` has an unrecognized value --> Proposals/xgov-x.md:9:10 | 9 | category: <dApps, Tools, Community, Other> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ must be one of: `dApps`, `Tools`, `Community`, `Other` |
focus_area: <Banking,DEX,Defi,Deployment,Education,Gaming,IDE,Identity,Libraries,Metaverse,Monitoring,Node,NFT,Oracle,Social,Storage,Teal,User Onboarding,Wallet, Other>

Check failure on line 10 in Proposals/xgov-x.md

View workflow job for this annotation

GitHub Actions / xGov Walidator

preamble header `focus_area` has an unrecognized value

error[preamble-enum-focus_area]: preamble header `focus_area` has an unrecognized value --> Proposals/xgov-x.md:10:12 | 10 | focus_area: <Banking,DEX,Defi,Deployment,Education,Gaming,IDE,Identity,Libraries,Metaverse,Monitoring,Node,NFT,Oracle,Social,Storage,Teal,User Onboarding,Wallet, Other> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ must be one of: `Banking`, `Defi`, `Dex`, `Gaming`, `Identity`, `Marketplace`, `Metaverse`, `NFT`, `Oracle`, `Storage`, `User Onboarding`, `IDE`, `Teal`, `Deployment`, `Libraries`, `Monitoring`, `Node`, `Education`, `Social`, `Wallet`, `Other` |

Check failure on line 10 in Proposals/xgov-x.md

View workflow job for this annotation

GitHub Actions / xGov Walidator

preamble header `focus_area` has an unrecognized value

error[preamble-enum-focus_area]: preamble header `focus_area` has an unrecognized value --> Proposals/xgov-x.md:10:12 | 10 | focus_area: <Banking,DEX,Defi,Deployment,Education,Gaming,IDE,Identity,Libraries,Metaverse,Monitoring,Node,NFT,Oracle,Social,Storage,Teal,User Onboarding,Wallet, Other> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ must be one of: `Banking`, `Defi`, `Dex`, `Gaming`, `Identity`, `Marketplace`, `Metaverse`, `NFT`, `Oracle`, `Storage`, `User Onboarding`, `IDE`, `Teal`, `Deployment`, `Libraries`, `Monitoring`, `Node`, `Education`, `Social`, `Wallet`, `Other` |
open_source: <Yes, No>

Check failure on line 11 in Proposals/xgov-x.md

View workflow job for this annotation

GitHub Actions / xGov Walidator

preamble header `open_source` has an unrecognized value

error[preamble-enum-open_source]: preamble header `open_source` has an unrecognized value --> Proposals/xgov-x.md:11:13 | 11 | open_source: <Yes, No> | ^^^^^^^^^^ must be one of: `Yes`, `No` |

Check failure on line 11 in Proposals/xgov-x.md

View workflow job for this annotation

GitHub Actions / xGov Walidator

preamble header `open_source` has an unrecognized value

error[preamble-enum-open_source]: preamble header `open_source` has an unrecognized value --> Proposals/xgov-x.md:11:13 | 11 | open_source: <Yes, No> | ^^^^^^^^^^ must be one of: `Yes`, `No` |
funding_type: <Proactive, Retroactive>

Check failure on line 12 in Proposals/xgov-x.md

View workflow job for this annotation

GitHub Actions / xGov Walidator

preamble header `funding_type` has an unrecognized value

error[preamble-enum-funding_type]: preamble header `funding_type` has an unrecognized value --> Proposals/xgov-x.md:12:14 | 12 | funding_type: <Proactive, Retroactive> | ^^^^^^^^^^^^^^^^^^^^^^^^^ must be one of: `Proactive`, `Retroactive` |

Check failure on line 12 in Proposals/xgov-x.md

View workflow job for this annotation

GitHub Actions / xGov Walidator

preamble header `funding_type` has an unrecognized value

error[preamble-enum-funding_type]: preamble header `funding_type` has an unrecognized value --> Proposals/xgov-x.md:12:14 | 12 | funding_type: <Proactive, Retroactive> | ^^^^^^^^^^^^^^^^^^^^^^^^^ must be one of: `Proactive`, `Retroactive` |
amount_requested: <Amount (integer) requested in ALGO, it should be at least 10000>

Check failure on line 13 in Proposals/xgov-x.md

View workflow job for this annotation

GitHub Actions / xGov Walidator

preamble header `amount_requested` must be an unsigned integer

error[preamble-amount_requested]: preamble header `amount_requested` must be an unsigned integer --> Proposals/xgov-x.md:13:18 | 13 | amount_requested: <Amount (integer) requested in ALGO, it should be at least 10000> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a non-negative integer |

Check failure on line 13 in Proposals/xgov-x.md

View workflow job for this annotation

GitHub Actions / xGov Walidator

preamble header `amount_requested` must be an unsigned integer

error[preamble-amount_requested]: preamble header `amount_requested` must be an unsigned integer --> Proposals/xgov-x.md:13:18 | 13 | amount_requested: <Amount (integer) requested in ALGO, it should be at least 10000> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a non-negative integer |
delivery_date: <project delivery date, in ISO 8601 (yyyy-mm-dd) format>

Check failure on line 14 in Proposals/xgov-x.md

View workflow job for this annotation

GitHub Actions / xGov Walidator

preamble header `delivery_date` is not a date in the `YYYY-MM-DD` format

error[preamble-delivery_date]: preamble header `delivery_date` is not a date in the `YYYY-MM-DD` format --> Proposals/xgov-x.md:14:15 | 14 | delivery_date: <project delivery date, in ISO 8601 (yyyy-mm-dd) format> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ input contains invalid characters |

Check failure on line 14 in Proposals/xgov-x.md

View workflow job for this annotation

GitHub Actions / xGov Walidator

preamble header `delivery_date` is not a date in the `YYYY-MM-DD` format

error[preamble-delivery_date]: preamble header `delivery_date` is not a date in the `YYYY-MM-DD` format --> Proposals/xgov-x.md:14:15 | 14 | delivery_date: <project delivery date, in ISO 8601 (yyyy-mm-dd) format> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ input contains invalid characters |
status: <Draft, Final, Approved>
---

>Proposals that do not include information on all template sections will be rejected.
>Please, before submitting the grant proposal, review the contract template and ensure you're comfortable with its terms. <a href="https://drive.google.com/file/d/1dsKwQGhnS3h_PrSkoidhnvqlX7soLpZ-/view">Contract Template</a>
## Abstract
A summary of the project, including how the Algorand ecosystem would benefit (proactive)/ has benefitted (retroactive) from its implementation.

## Team
Information about the team members and their qualifications, including relevant experience and skills.

## Experience with Algorand
Details about the team's experience with the Algorand protocol and any previous projects built on it.
> eg
> Using SDKs
> Building applications
> Understanding of DApps
> Knowledge about the ecosystem
> Running nodes
## Present Proposal
A detailed plan for the development and implementation of the proposal.

To enhance clarity and accountability, we're asking proposers to detail the maintenance period, availability, and sustainability plans for their projects. This includes information on potential costs and the duration for which services will be offered at no or reduced cost

### Deliverable
Proposals must include clear, non-technical descriptions of deliverables. We encourage the use of multimedia (blog/video) to help explain your proposal's benefits to the community.

Proposals that do not specify deliverables and a process to check deliverables will be rejected.

## Future Blueprint
> This part can be optional for one-time grants.
A high-level plan, defining an overarching strategic objective and capturing the major steps planned for achieving the project at a greater scale.

> For Milestone-based grants, please refer to <a href="https://github.com/algorandfoundation/ARCs/blob/main/ARCs/arc-0034.md#submit-a-proposal"> How to submit a proposal</a>.
## Benefits for the community
A description of the potential benefits that the proposal could bring to the Algorand community and its users.

## Additional information
Any other relevant details or documentation that the team would like to include in the proposal.
> To prevent malicious links and allow front-end to display links properly, **External Links** should be in this format `<a href="https://arc.algorand.foundation/">ARC</a>`
> To create a new tab when people click on your links, you can use `target="_blank"` like this `<a href="https://arc.algorand.foundation/" target="_blank" >ARC</a>`

0 comments on commit 0bb3a56

Please sign in to comment.