Closed thammegowda closed 7 years ago
Github supports templates to bootstrap Issues and Pull request descriptions with necessary details.
TODO:
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/CONTRIBUTING.md
References for additional details:
Thanks @buggtb for bringing this into our sight and educating us :-)
Awesome @thammegowda . This will be very helpful.
I found OpenNLP templates very useful - https://github.com/apache/opennlp/tree/master/.github
Thanks @smadha, we shall use those templates.
Github supports templates to bootstrap Issues and Pull request descriptions with necessary details.
TODO:
.github/ISSUE_TEMPLATE.md
- this should provide basic skeleton for describing issue..github/PULL_REQUEST_TEMPLATE.md
this should describe succintly . Add checkmarks to include testcases, code conventions check and etc.github/CONTRIBUTING.md
- copy style guides to this file and describe the guidelines.References for additional details:
Thanks @buggtb for bringing this into our sight and educating us :-)