Skip to content

Commit

Permalink
docs: Add note about maintenance mode in contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
gilmoreorless committed May 21, 2023
1 parent 4b1419b commit f7d8fc2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion contributing.md
Expand Up @@ -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/).
Expand Down

0 comments on commit f7d8fc2

Please sign in to comment.