-
-
Notifications
You must be signed in to change notification settings - Fork 7
Setup Git hooks similar to main development repository #3
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
Comments
I would like to take this up ! |
@adityacodes30 Thanks for volunteering. This task should help provide an intro to the repo, at least from a build perspective. Note, however, that the hook commands will not be 1:1 with the main project and will need to be tailored accordingly. |
Understood, will try to imitate the functionality while tailoring it to the structure and implementation of this repo. Since the documentation and everything is in a nascent stage, I will ask the maintainers if i find any ambiguity. Could you please assign it to me as well. Thanks |
Assigned. |
I have been inspecting this issue and have been taking the main repo as reference to the rules and conventions of the directory structure and implementation. I think i now have a fair idea of the structure and requirements. For me to move ahead with this i will need to create the required make files , some folders such as tools, etc and more. I want to ask if this is the correct approach to take for this project and one i should go ahead with? |
For the make files, I suggest seeing how far you can get adding recipes to the existing For linting tools, I'd create a |
Prior to committing and pushing, we should run lint processes and, where applicable, run tests, examples, and benchmarks.
Similarly, we should check whether the
package.json
has changed in order to determine whether to reinstall node modules dependencies.The text was updated successfully, but these errors were encountered: