-
Notifications
You must be signed in to change notification settings - Fork 59
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
Contribution guidelines should go into contributing.md #5
Comments
Updated the title of this, if anyone wants to work on this comment on this issue. Marked as "needs PR". |
I have some time to work on this. |
@jrrickard Awesome! Let us know if you need any details or help for the pull request :) |
I think I've got it, I'll summarize and you can tell me if I am wrong :) The officially supported init templates should all get contribution guidelines added so users end up with a contributing.md file. Looks like the jquery template has it? https://github.com/gruntjs/grunt-init-jquery/blob/master/root/CONTRIBUTING.md I forked all the repos and added a file to root/updated the README template for everything else (jquery already had it). I'll make a PR if that's right. |
@jrrickard seems right. // @tkellen any feedback regarding this? |
Some of the guidelines would need to be a little different. Such as only grunt-init-jquery uses phantomjs. grunt-init-node and grunt-init-commonjs generate a This line:
Would only apply to grunt-init-jquery as well. Thanks! |
@shama Yeah, I reworded them a little bit so they were slightly more generic, since they are all pretty similar (except the lib vs tasks directory generation). the run ContributingContribution GuideSee the wiki for the complete contribution guide. Code styleRegarding code style like indentation and whitespace, follow the conventions you see used in the source already. Modifying the codeFirst, ensure that you have the latest Node.js and npm installed. Test that Grunt's CLI is installed by running Submitting pull requests
|
Nice Jeremy, looks good. Except I don't know if steps 2, 4 and the wording in 6 will apply to the contributing guide here. As they are intended as a starting point for new projects as opposed to contributing guidelines for the grunt-init projects. |
@jrrickard could that be updated and sent as a pull request? |
@vladikoff yep, sorry for the delay. I got pretty sick before Christmas. Working on the PR now. |
@jrrickard ah no worries, Hope all is well now! 🎉 |
@jrrickard are you still working on this? |
Implemented this change in PR #89, feedback? 😄 |
add this to all applicable templates.
see gruntjs/grunt#433
The text was updated successfully, but these errors were encountered: