-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Labels
Size: LEffort/Complexity Size is LargeEffort/Complexity Size is LargeenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Add JavaScript as a topic
We are currently missing the whole topic for JavaScript naming conventions.
Acceptance Criteria:
- Add at least 5 different topics for JavaScript naming conventions.
- Add a home page for JavaScript naming conventions and list all the covered section.
- Make sure nothing is copied from internet. All the examples and descriptions should be original, otherwise we get penalized by Google for a copied content.
If it is the first time that you contribute to NamingConvention.org, follow these steps: (you need to have make and yarn available on your machine)
- Write a comment there to let other possible contributors know that you are working on this bug.
- Fork the repo
- Run git clone https://github.com/<YOUR_USERNAME>/naming-convention.git && cd babel
- Run yarn && make bootstrap
- Wait ⏳
- Run make watch (or make build whenever you change a file)
- Add a test if needed (only input.js; output.js will be automatically generated)
- Update the code!
- yarn jest babel-preset-env to run the tests
Since you don't need to write new tests, you can run OVERWRITE=true yarn jest babel-preset-env and they will be automatically updated. - If it is working, run make test to run all the tests
- Run git push and open a PR!
moharnadreza and samharpmoharnadreza
Metadata
Metadata
Assignees
Labels
Size: LEffort/Complexity Size is LargeEffort/Complexity Size is LargeenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers