-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: creating CONTRIBUTING.md from contributing.rst #12375
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
of course stylistic changes are welcome :) there is a PULL_REQUEST.md template we can add as well. |
I think the CONTRIBUTING.md should simply be: http://pandas.pydata.org/pandas-docs/stable/contributing.html but would have to do this as part of the doc-building process? (e.g. convert the .rst to .md)? |
I don't think we need the sentence with "This template will help you...", people will get used to these. Best to keep the boilerplate to a minimum. Could probably scrap the "Please fill out" as well. Maybe instead of "Actual Behavior" we have "Code Example" or something that really drives home the point that we want a copy-pastable example possible. Something like: Code Sample# A copy-pastable example if possible: Expected OutputVersionsOutput of The pull request template could have check boxes for
|
ok updated. feel free to mod |
I have changed this to be a doc generation step to make CONTRIBUTING.md from contributing.rst. This would have to be an external step we only do when we make changes to contributing.rst. |
Closing this in favor of #15349 |
Pandas Issue Submission Template
This template will help you and us respond to your issues in an efficient and timely manner.
Please fill out all sections and use github markdown for code blocks
Actual Behavior
Expected Behavior
output of
pd.show_versions()
so this is what the new ISSUE_TEMPLATE looks like its in
.github/ISSUE_TEMPLATE.md
. Furthermore, now the CONTRIBUTING.md shows up when you create a new issue.The text was updated successfully, but these errors were encountered: