-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
camelCase JavaScript Asset Filenames #9140
Comments
Hi do you need help here? |
@larabee7777 You've already completed one of these first-timer-only issues (#9148). I think generally each person gets only one FTO issue. If you're looking for another way to contribute, you could browse through our help wanted issues. OR you could also help someone else get through their own FTO issue. maybe the two open issues above? You could leave a comment there seeing if they need any help. You can also make your own FTO issue. We have a bunch of first-timer-only candidate issues that need to be broken down and formatted into FTO issues. |
Ah ok I see thanks so much I will check out the other issues :) |
Okay, I think with the two PRs that got merged today, we can close this issue!!! Thanks to everyone who made their first PRs and helped us with this! @Hari-tn67 @katiebankhead @shadowoflight @manchere @StellaWanja @redwan-mahmud @larabee7777 @akshay4n @ghostoverflow @StreakSharn @Nagsenwaghmare 🏆 🎉 🍾 If any of you would like to help out some more, or get more experience in open source, check out https://code.publiclab.org/. Feel free to check out our help wanted issues, create your own first-timer-only issue, do code review... You can also ask for help setting up |
See this comment thread.
Some of the JS assets use
![106628319-b9adcf00-658a-11eb-8af8-c780e5bcdc57](https://user-images.githubusercontent.com/4361605/107128576-a6914c80-6873-11eb-8ef0-908cf62e47fe.png)
camelCase
naming convention, while others useunderscore_filename
convention:Let's standardize them and use
camelCase
since that's the JS way! These make great first-timer-only issues. (I definitely welcome help in making these!)Don't forget to do a search in your IDE for wherever the file is required. For example, some of these are loaded in
config/initializers/assets.rb
.Completed
advanced_search.js
async_tag_subscriptions.js
atwho_autocomplete.js
comment_expand.js
header_footer.js
leaflet_helper.js
main_image.js
noty_notification.js
restful_typeahead.js
submit_form_ajax.js
textbox_expand.js
🔬 Needs Further Research
simple-data-grapher.js
package.json
?The text was updated successfully, but these errors were encountered: