Update Contributing guidelines

This commit is contained in:
Ben Croker 2025-01-04 09:16:55 -06:00
parent 3cf498e171
commit ac9a44b803
No known key found for this signature in database
GPG Key ID: 09D799816F1CF332
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Thanks for thinking about contributing to Datastar 🚀
## Before You Contribute
Before you contribute, please consider that Datastar is a lightweight JavaScript framework that aims to simplify real-time, interactive web apps by using a minimalist, attribute-based approach for state management and event handling directly in HTML.
Before you contribute, please consider that Datastar is a lightweight JavaScript framework that aims to simplify reactive web apps by using a minimalist, attribute-based approach for state management and event handling directly in HTML.
Anything outside of this scope may not be accepted. If you have a need for a feature that is not within the scope of Datastar, consider using a Web Component or writing your own Datastar plugin.
@ -18,7 +18,7 @@ Datastars documentation is under active development. All the markdown files l
## Pull Requests
If youre unsure about whether a pull request is within the scope of Datastar, please open an issue to discuss your idea first. Pull requests should have a descriptive title and clearly describe the problem and solution. If the pull request adds or changes behaviour, documentation and examples should be updated accordingly.
Always open an issue to discuss your idea _before_ submitting a pull request. Pull requests must have a descriptive title and clearly describe the problem and solution. If the pull request adds or changes behaviour, documentation and examples should be updated accordingly.
## Building