{"id":19574036,"url":"https://github.com/volta-cli/rfcs","last_synced_at":"2026-03-03T19:02:57.622Z","repository":{"id":39105235,"uuid":"117407406","full_name":"volta-cli/rfcs","owner":"volta-cli","description":"RFCs for changes to Volta","archived":false,"fork":false,"pushed_at":"2024-10-09T23:48:08.000Z","size":1654,"stargazers_count":17,"open_issues_count":21,"forks_count":14,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-02-26T11:17:33.066Z","etag":null,"topics":["hacktoberfest","rfc","volta"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/volta-cli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-14T06:23:02.000Z","updated_at":"2025-01-09T11:09:03.000Z","dependencies_parsed_at":"2024-11-11T06:37:47.079Z","dependency_job_id":null,"html_url":"https://github.com/volta-cli/rfcs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/volta-cli/rfcs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volta-cli%2Frfcs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volta-cli%2Frfcs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volta-cli%2Frfcs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volta-cli%2Frfcs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volta-cli","download_url":"https://codeload.github.com/volta-cli/rfcs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volta-cli%2Frfcs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30056056,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","rfc","volta"],"created_at":"2024-11-11T06:37:42.887Z","updated_at":"2026-03-03T19:02:57.606Z","avatar_url":"https://github.com/volta-cli.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Volta RFCs\n\nA Volta RFC (\"Request For Comments\") is a proposal for a significant change to the Volta design or architecture.\n\nMany changes, such as bug fixes and documentation improvements, can be implemented and reviewed via the normal GitHub pull request workflow.\n\nSome changes are substantial, and we ask that these be put through a bit of design process in order to build consensus amongst the Volta community.\n\nThe RFC process is intended to provide a consistent, well-considered path for features and changes to make it into the project, so that all stakeholders can feel confident about the direction of the project.\n\n# Table of contents\n\n  - [When you need an RFC](#when-you-need-an-rfc)\n  - [The process](#the-process)\n  - [License](#license)\n\n# When you need an RFC\n\nYou need an RFC if you intend to make substantial changes to Volta, or the RFC process itself. What constitutes a \"substantial\" change is evolving based on community norms, but may including the following:\n\n  - Any change to the command-line interface (including command syntax and behavior).\n  - Changes to the configuration formats.\n  - Changes to the plugin API.\n  - Removing features.\n\nSome changes do not require an RFC:\n\n  - Rephrasing, reorganizing, refactoring, or otherwise \"changing shape does not change meaning.\"\n  - Additions that strictly improve objective, numerical criteria (e.g., performance improvements, removing compiler warnings from the builds, better platform coverage, more parallelism, trapping more errors, etc).\n  - Additions only likely to be _noticed_ by other developers of Volta, invisible to users of Volta.\n\nIf you submit a pull request to implement a new feature without going through the RFC process, we may politely ask you to submit an RFC first and close the pull request.\n\n# The process\n\nIn short, getting a major feature added to Volta requires an RFC to be merged into the RFC repository. At that point the RFC is \"active\" and may be implemented with the goal of eventual inclusion into Volta.\n\nThe steps are:\n\n- Fork the [RFC repository](https://github.com/volta-cli/rfcs).\n- Copy `0000-template.md` to `text/0000-my-feature.md` (where \"my-feature\" is descriptive; don't assign an RFC number yet).\n- Fill in the RFC. Put care in the details: RFCs that do not present convincing motivation, demonstrate understanding of the impact of the design, or are disingenuous about the drawbacks or alternatives tend to be poorly received.\n- Submit a pull request. As a pull request, the RFC will receive design feedback from the larger community, and the author should be prepared to revise it in response.\n- Build consensus and integrate feedback. RFCs that have broad support are much more likely to make progress than those that don't receive any comments. Feel free to reach out to the project maintainers to get help identifying stakeholders and obstacles.\n- The project maintainers will discuss the RFC pull request, as much as possible in the comment thread. Offline discussion will be summarized on the pull request comment thread.\n- At some point, the project maintainers will announce a proposed conclusion and tag the RFC with a `final comment period` label, giving the community a last opportunity to discuss the proposed conclusion.\n- Once an RFC enters its final comment period, if the discussion appears to have stabilized, the maintainers will finalize the decision and either merge or reject the RFC pull request.\n- On the other hand, if there are significant new constraints or ideas being surfaced, the maintainers will decide to remove the `final comment period` label and allow discussion to continue.\n\n# License\n\nThis repository is licensed under a [BSD 2-clause license](https://github.com/notion-cli/rfcs/blob/master/LICENSE).\n\n# Contributions\n\nUnless explicitly stated otherwise, any contribution intentionally submitted for inclusion in the work by any contributor to this repository shall be licensed by the [BSD 2-clause license](https://github.com/notion-cli/rfcs/blob/master/LICENSE) included in the repository, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolta-cli%2Frfcs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvolta-cli%2Frfcs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolta-cli%2Frfcs/lists"}