Skip to content

Commit f7d8fc2

Browse files
committed
docs: Add note about maintenance mode in contributing guide
1 parent 4b1419b commit f7d8fc2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

contributing.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@
33
If you are submitting a bug, please create a [jsfiddle](http://jsfiddle.net/)
44
demonstrating the issue before opening a ticket on GitHub.
55

6-
## Contributing
6+
## Contributing code
7+
8+
:warning: Before you begin, note that Moment Timezone is in [maintenance-only mode](https://momentjs.com/docs/#/-project-status/).
9+
Bug fixes and performance improvements will still be accepted, and IANA data updates
10+
will continue to be released.
11+
12+
However, new features or API changes are **unlikely to be accepted** as pull requests.
13+
14+
For other types of code improvements, the process below should be followed.
15+
16+
---
717

818
Fork the library, install grunt, and install dependencies.
919
Note that all pull requests will require a signed [CLA (Contributor License Agreement)](https://openjsf.org/about/the-openjs-foundation-cla/).

0 commit comments

Comments
 (0)