Skip to content

Commit 0d75daa

Browse files
authored
Better surface RFC process (#5295)
1 parent 82dc26a commit 0d75daa

File tree

4 files changed

+18
-8
lines changed

4 files changed

+18
-8
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@ the issue. One way we prioritize issues is by the number of :+1: reactions on
88
their descriptions. Please DO NOT add `+1` or :+1: comments.
99

1010
### Feature requests and proposals
11+
1112
We're excited to hear how we can make Svelte better. Please add as much detail
12-
as you can on your use case.
13+
as you can on your use case. To propose an implementation of a large feature or
14+
change, please create an [RFC](https://github.com/sveltejs/rfcs).
1315

1416
### Bugs
17+
1518
If you're filing an issue about a bug please include as much information
1619
as you can including the following.
1720

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ assignees: ''
77

88
---
99

10+
<!--
11+
If you'd like to propose an implementation for a large new feature or change then please create an RFC:
12+
https://github.com/sveltejs/rfcs
13+
-->
14+
1015
**Is your feature request related to a problem? Please describe.**
1116
A clear and concise description of what the problem is. For example: I'm always frustrated when [...]
1217

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
2-
31
### Before submitting the PR, please make sure you do the following
4-
- [ ] It's really useful if your PR relates to an outstanding issue, so please reference it in your PR, or create an explanatory one for discussion. In many cases, features are absent for a reason.
5-
- [ ] This message body should clearly illustrate what problems it solves. If there are related issues, remember to reference them.
6-
- [ ] Ideally, include a test that fails without this PR but passes with it. PRs will only be merged once they pass CI. (Remember to `npm run lint`!)
2+
- [ ] It's really useful if your PR references an issue where it is discussed ahead of time. In many cases, features are absent for a reason. For large changes, please create an RFC: https://github.com/sveltejs/rfcs
3+
- [ ] This message body should clearly illustrate what problems it solves.
4+
- [ ] Ideally, include a test that fails without this PR but passes with it.
5+
76
### Tests
8-
- [ ] Run the tests with `npm test` or `yarn test`)
7+
- [ ] Run the tests with `npm test` and lint the project with `npm run lint`

CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,16 @@ When [opening a new issue](https://github.com/sveltejs/svelte/issues/new/choose)
4343
- **One issue, one bug:** Please report a single bug per issue.
4444
- **Provide reproduction steps:** List all the steps necessary to reproduce the issue. The person reading your bug report should be able to follow these steps to reproduce your issue with minimal effort. If possible, use the [REPL](https://svelte.dev/repl) to create your reproduction.
4545

46+
## RFCs
47+
48+
If you'd like to propose an implementation for a large new feature or change then please [create an RFC](https://github.com/sveltejs/rfcs) to discuss it up front.
49+
4650
## Installation
4751

4852
1. Ensure you have [npm](https://www.npmjs.com/get-npm) installed.
4953
1. After cloning the repository, run `npm install` in the root of the repository.
5054
1. To start a development server, run `npm run dev`.
5155

52-
5356
## Pull requests
5457

5558
### Your first pull request

0 commit comments

Comments
 (0)