CONTRIBUTING.md should not be a git tutorial
meowsbits opened this issue · 5 comments
This is tutorial on how to use git. This has nothing to do with real-world project contribution guidelines that would be useful in the context of a working git project. There are far better "How to use git" tutorials out there, and this space should describe either
- how to actually contribute to this repo, or
- in general, a proposed education around the politics and conventions of contributing at large
Thanks for the feedback. Would you advocate this format?
- Fork it (https://github.com/kylelobo/The-Documentation-Compendium/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Nope. That is also a git tutorial.
Maybe look for contributing README and pages of Apache projects. They are usually well made.
https://github.com/apache/spark/blob/master/CONTRIBUTING.md
https://spark.apache.org/contributing.html
Hi @kylelobo, I see that there's no longer a CONTRIBUTING.md file. May I ask why, and if I can create a new issue and be assigned to the issue?
The CONTRIBUTING.md file is still there