Skip to content

Commit 4b043a4

Browse files
committed
Add README
1 parent 67482ca commit 4b043a4

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

gems/actionpack/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
Maintenance policy for RBS of Rails
2+
===
3+
4+
We basically only accept changes for the versions listed under the **"List of currently supported releases"** in the [Rails' maintenance policy](https://rubyonrails.org/maintenance).
5+
6+
Versions outside of that are generally not accepted for changes. We do not run tests for them, nor do we include them in format detection.
7+
8+
This is a measure to reduce maintenance costs.
9+
10+
If you have any questions, please contact the maintainers. Refer to `_reviewers.yaml` for the list of maintainers.
11+
12+
## Target gems
13+
14+
- actioncable
15+
- actionmailer
16+
- actionpack
17+
- actiontext
18+
- actionview
19+
- activejob
20+
- activemodel
21+
- activerecord
22+
- activestorage
23+
- activesupport
24+
- railties
25+
26+
## See also
27+
28+
https://github.com/ruby/gem_rbs_collection/issues/788

0 commit comments

Comments
 (0)