{"id":15018553,"url":"https://github.com/nativescript/rfcs","last_synced_at":"2025-10-19T16:31:15.767Z","repository":{"id":55452802,"uuid":"313998370","full_name":"NativeScript/rfcs","owner":"NativeScript","description":"RFCs for NativeScript and related tooling","archived":false,"fork":false,"pushed_at":"2023-12-30T23:12:37.000Z","size":22,"stargazers_count":33,"open_issues_count":2,"forks_count":7,"subscribers_count":16,"default_branch":"main","last_synced_at":"2024-10-29T15:51:57.908Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NativeScript.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":"NativeScript","open_collective":"nativescript"}},"created_at":"2020-11-18T16:50:28.000Z","updated_at":"2024-05-16T14:52:55.000Z","dependencies_parsed_at":"2024-01-08T19:22:16.658Z","dependency_job_id":null,"html_url":"https://github.com/NativeScript/rfcs","commit_stats":{"total_commits":9,"total_committers":3,"mean_commits":3.0,"dds":0.2222222222222222,"last_synced_commit":"ca7b14028f462442cf4158dc0e8f5b72ddf07782"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Frfcs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Frfcs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Frfcs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Frfcs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NativeScript","download_url":"https://codeload.github.com/NativeScript/rfcs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237163256,"owners_count":19265241,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-09-24T19:52:06.426Z","updated_at":"2025-10-19T16:31:10.479Z","avatar_url":"https://github.com/NativeScript.png","language":null,"readme":"# Nativescript RFCs\n\n## What is an RFC?\n\nThe \"RFC\" (request for comments) process is intended to provide a\nconsistent and controlled path for new features to enter the framework.\n\nMany changes, including bug fixes and documentation improvements can be\nimplemented and reviewed via the normal GitHub pull request workflow.\n\nSome changes though are \"substantial\", and we ask that these be put\nthrough a bit of a design process and produce a consensus among the Nativescript\ncore team and the community.\n\n## The RFC life-cycle\n\nAn RFC goes through the following stages:\n\n- **Pending:** when the RFC is submitted as a PR.\n- **Active:** when an RFC PR is merged and undergoing implementation.\n- **Landed:** when an RFC's proposed changes are shipped in an actual release.\n- **Rejected:** when an RFC PR is closed without being merged.\n\n[Pending RFC List](https://github.com/NativeScript/rfcs/pulls)\n\n## When to follow this process\n\nYou need to follow this process if you intend to make \"substantial\"\nchanges to one of the projects listed below:\n\n- [NativeScript core/webpack](https://github.com/NativeScript/core)\n- [Nativescript Android Runtime](https://github.com/NativeScript/android-runtime)\n- [Nativescript iOS Runtime](https://github.com/NativeScript/ios-runtime)\n- [Nativescript iOS V8 Runtime](https://github.com/NativeScript/ns-v8ios-runtime)\n- [NativeScript CLI](https://github.com/NativeScript/nativescript-cli)\n\nWe are limiting the RFC process for these repos to test out the process in a more manageable fashion, and may expand it to cover more projects under the `NativeScript` organization in the future. For now, if you wish to suggest changes to those other projects, please use their respective issue lists.\n\nWhat constitutes a \"substantial\" change is evolving based on community norms, but may include the following:\n\n- A new feature that creates new API surface area\n- Changing the semantics or behavior of an existing API\n- The removal of features that are already shipped as part of the release channel.\n- The introduction of new idiomatic usage or conventions, even if they do not include code changes to Nativescript itself.\n\nSome changes do not require an RFC:\n\n- Additions that strictly improve objective, numerical quality criteria (speedup, better runtime support)\n- Fixing objectively incorrect behavior\n- Rephrasing, reorganizing or refactoring\n- Addition or removal of warnings\n- Additions only likely to be _noticed by_ other implementors-of-Nativescript, invisible to users-of-Nativescript.\n\nIf you submit a pull request to implement a new feature without going\nthrough the RFC process, it may be closed with a polite request to\nsubmit an RFC first.\n\n## Why do you need to do this\n\nIt is great that you are considering suggesting new features or changes to Nativescript - we appreciate your willingness to contribute! However, as Nativescript becomes more widely used, we need to take stability more seriously, and thus have to carefully consider the impact of every change we make that may affect end users. On the other hand, we also feel that Nativescript has reached a stage where we want to start consciously preventing further complexity from new API surfaces.\n\nThese constraints and tradeoffs may not be immediately obvious to users who are proposing a change just to solve a specific problem they just ran into. The RFC process serves as a way to guide you through our thought process when making changes to Nativescript, so that we can be on the same page when discussing why or why not these changes should be made.\n\n## Gathering feedback before submitting\n\nIt's often helpful to get feedback on your concept before diving into the\nlevel of API design detail required for an RFC. **You may open a discussion on this repo to start a high-level discussion**, with the goal of\neventually formulating an RFC pull request with the specific implementation\ndesign.\n\n## What the process is\n\nIn short, to get a major feature added to Nativescript, one must first get the\nRFC merged into the RFC repo as a markdown file. At that point the RFC\nis 'active' and may be implemented with the goal of eventual inclusion\ninto Nativescript.\n\n* Fork the RFC repo http://github.com/Nativescript/rfcs\n\n* Copy `0000-template.md` to `active-rfcs/0000-my-feature.md` (where\n'my-feature' is descriptive. don't assign an RFC number yet).\n\n* Fill in the RFC. Put care into the details: **RFCs that do not\npresent convincing motivation, demonstrate understanding of the\nimpact of the design, or are disingenuous about the drawbacks or\nalternatives tend to be poorly-received**.\n\n* Submit a pull request. As a pull request the RFC will receive design\nfeedback from the larger community, and the author should be prepared\nto revise it in response.\n\n* Build consensus and integrate feedback. RFCs that have broad support\nare much more likely to make progress than those that don't receive any\ncomments.\n\n* Eventually, the [core team] will decide whether the RFC is a candidate\nfor inclusion in Nativescript.\n\n* An RFC can be modified based upon feedback from the [core team] and community. Significant modifications may trigger a new final comment period.\n\n* An RFC may be rejected after public discussion has settled\nand comments have been made summarizing the rationale for rejection. A member of the [core team] should then close the RFC's associated pull request.\n\n* An RFC may be accepted at the close of its final comment period. A [core team] member will merge the RFC's associated pull request, at which point the RFC will become 'active'.\n\n## Details on Active RFCs\n\nOnce an RFC becomes active then authors may implement it and submit the\nfeature as a pull request to the Nativescript repo. Becoming 'active' is not a rubber\nstamp, and in particular still does not mean the feature will ultimately\nbe merged; it does mean that the core team has agreed to it in principle\nand are amenable to merging it.\n\nFurthermore, the fact that a given RFC has been accepted and is\n'active' implies nothing about what priority is assigned to its\nimplementation, nor whether anybody is currently working on it.\n\nModifications to active RFC's can be done in followup PR's. We strive\nto write each RFC in a manner that it will reflect the final design of\nthe feature; but the nature of the process means that we cannot expect\nevery merged RFC to actually reflect what the end result will be at\nthe time of the next major release; therefore we try to keep each RFC\ndocument somewhat in sync with the language feature as planned,\ntracking such changes via followup pull requests to the document.\n\n## Implementing an RFC\n\nThe author of an RFC is not obligated to implement it. Of course, the\nRFC author (like any other developer) is welcome to post an\nimplementation for review after the RFC has been accepted.\n\nAn active RFC should have the link to the implementation PR listed if there is one. Feedback to the actual implementation should be conducted in the implementation PR instead of the original RFC PR.\n\nIf you are interested in working on the implementation for an 'active'\nRFC, but cannot determine if someone else is already working on it,\nfeel free to ask (e.g. by leaving a comment on the associated issue).\n\n## Reviewing RFC's\n\nMembers of the [core team] will attempt to review some set of open RFC\npull requests on a regular basis. If a core team member believes an RFC PR is ready to be accepted into active status, they can approve the PR using GitHub's review feature to signal their approval of the RFC.\n\n**Nativescript's RFC process owes its inspiration to the [Vuejs RFC process], [React RFC process], [Rust RFC process] and [Ember RFC process]**\n\n[Vuejs RFC process]: https://github.com/vuejs/rfcs\n[React RFC process]: https://github.com/reactjs/rfcs\n[Rust RFC process]: https://github.com/rust-lang/rfcs\n[Ember RFC process]: https://github.com/emberjs/rfcs\n[Vuejs core team]: https://vuejs.org/v2/guide/team.html\n","funding_links":["https://github.com/sponsors/NativeScript","https://opencollective.com/nativescript"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnativescript%2Frfcs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnativescript%2Frfcs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnativescript%2Frfcs/lists"}