├── 0000-template.md ├── README.md └── text ├── .gitkeep ├── 000-cli-redesign.md ├── 000-structured-logging.md ├── 0001-github-issue-labels.md ├── 0002-remove-special-layout-components.md ├── 0003-docs-information-architecture.md ├── 0004-native-graphql-source.md ├── 0005-docs-decision-tree.md ├── 0006-node-8-minimum-version.md ├── 0007-gatsby-plugin-cli.md ├── 0008-docs-code-contributions.md ├── 0009-telemetry.md ├── 0010-gatsby-docs-localization.md └── 0011-move-rfcs-to-monorepo.md /0000-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatsbyjs/rfcs/HEAD/0000-template.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatsbyjs/rfcs/HEAD/README.md -------------------------------------------------------------------------------- /text/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /text/000-cli-redesign.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatsbyjs/rfcs/HEAD/text/000-cli-redesign.md -------------------------------------------------------------------------------- /text/000-structured-logging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatsbyjs/rfcs/HEAD/text/000-structured-logging.md -------------------------------------------------------------------------------- /text/0001-github-issue-labels.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatsbyjs/rfcs/HEAD/text/0001-github-issue-labels.md -------------------------------------------------------------------------------- /text/0002-remove-special-layout-components.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatsbyjs/rfcs/HEAD/text/0002-remove-special-layout-components.md -------------------------------------------------------------------------------- /text/0003-docs-information-architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatsbyjs/rfcs/HEAD/text/0003-docs-information-architecture.md -------------------------------------------------------------------------------- /text/0004-native-graphql-source.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatsbyjs/rfcs/HEAD/text/0004-native-graphql-source.md -------------------------------------------------------------------------------- /text/0005-docs-decision-tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatsbyjs/rfcs/HEAD/text/0005-docs-decision-tree.md -------------------------------------------------------------------------------- /text/0006-node-8-minimum-version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatsbyjs/rfcs/HEAD/text/0006-node-8-minimum-version.md -------------------------------------------------------------------------------- /text/0007-gatsby-plugin-cli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatsbyjs/rfcs/HEAD/text/0007-gatsby-plugin-cli.md -------------------------------------------------------------------------------- /text/0008-docs-code-contributions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatsbyjs/rfcs/HEAD/text/0008-docs-code-contributions.md -------------------------------------------------------------------------------- /text/0009-telemetry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatsbyjs/rfcs/HEAD/text/0009-telemetry.md -------------------------------------------------------------------------------- /text/0010-gatsby-docs-localization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatsbyjs/rfcs/HEAD/text/0010-gatsby-docs-localization.md -------------------------------------------------------------------------------- /text/0011-move-rfcs-to-monorepo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatsbyjs/rfcs/HEAD/text/0011-move-rfcs-to-monorepo.md --------------------------------------------------------------------------------