-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update CONTRIBUTING.md - fixing a link, wording #2795
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,10 @@ Thank you for your interest in contributing! Because we're a small team, we have | |
|
||
## Issues | ||
1. Issues are the best place to propose a new feature. Keep in mind that htmx is a small library, so there are lots of great ideas that don't fit in the core; it's always best to check in about an idea before doing a bunch of work on it. | ||
1. When proposing a new features, we will often suggest that you implement it as an [extension](https://htmx.org/extensions), so try that first. Even if we don't end up supporting it officially, you can publish it yourself and we can link to it. | ||
1. When proposing a new features, we will often suggest that you implement it as an [extension](https://htmx.org/docs/#extensions), so try that first. Even if we don't end up supporting it officially, you can publish it yourself and we can link to it. | ||
1. Search the issues before proposing a feature to see if it is already under discussion. Referencing existing issues is a good way to increase the priority of your own. | ||
1. We don't have an issue template yet, but the more detailed your description of the issue, the more quickly we'll be able to evaluate it. | ||
1. See an issue that you also have? Give it a reaction (and comment, if you have something to add). We note that! | ||
1. Do you see an issue that you have? Give it a reaction (and comment, if you have something to add). We note that! | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not sure about this one to be honest
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for taking the time to share your thoughts. Perhaps you or the original author used a casual language and that's what you're preferring. I find it more direct to have a language of Do you and using reference to issues, we could clarify further Github issues. Basically removing ambiguity and having calls for action. I'm not married to this proposal. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Me neither! Disclaimer: I didn't write this, and I'm not a native english speaker, this was just my personal opinion. As for the PR itself, I would probably suggest only pushing the link fix in this one, and why not make another PR with the wording change, just so that I can merge the fix link right away, while we let the wording being discussed on its own PR There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I agree fully with the last bit. I thought of it as I was editing the doc and typical dev manner stepped into to add just one more change, haha. Thank you. Even if you arent a native speaker, your input is still valid and appreciated. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I just made an update patch addressing both issues. thanks |
||
1. If you haven't gotten any traction on an issue, feel free to bump it in the #issues-and-pull-requests channel on our Discord. | ||
1. Want to contribute but don't know where to start? Look for issues with the "help wanted" tag. | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Think we forgot to update along with htmx 2 that moved extensions out of the main repo.
We probably want to directly point at the extensions repo though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can change that.