From f7d8fc2d42a832b390c3f770ec5d52b4803a1a14 Mon Sep 17 00:00:00 2001 From: Gilmore Davidson Date: Sun, 21 May 2023 18:58:48 +1000 Subject: [PATCH] docs: Add note about maintenance mode in contributing guide --- contributing.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index c1a22ff5..d54f2756 100644 --- a/contributing.md +++ b/contributing.md @@ -3,7 +3,17 @@ If you are submitting a bug, please create a [jsfiddle](http://jsfiddle.net/) demonstrating the issue before opening a ticket on GitHub. -## Contributing +## Contributing code + +:warning: Before you begin, note that Moment Timezone is in [maintenance-only mode](https://momentjs.com/docs/#/-project-status/). +Bug fixes and performance improvements will still be accepted, and IANA data updates +will continue to be released. + +However, new features or API changes are **unlikely to be accepted** as pull requests. + +For other types of code improvements, the process below should be followed. + +--- Fork the library, install grunt, and install dependencies. Note that all pull requests will require a signed [CLA (Contributor License Agreement)](https://openjsf.org/about/the-openjs-foundation-cla/).