diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000000..980ac314e702f --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,27 @@ +##### Issue Type: + +What kind of ticket is this? You can say “Bug Report”, “Feature Idea”, “Feature Pull Request”, “New Module Pull Request”, “Bugfix Pull Request”, “Documentation Report”, or “Docs Pull Request”. + +##### ODOO Version: + +Please supply the Odoo verion. Usually retrieved on the webinterface via rightklick on the "About"-menuitem which apeeras when you klick on your username on the upper right. + +##### Environment: + +If bug whith the installation please provide ifos about your env. If not, just say "n/a". + +##### Summary: + +Please summarize your request in this space. You will earn bonus points for being succinct, but please add enough detail so we can understand the request. + +##### Steps To Reproduce: + +If this is a bug ticket, please enter the steps you use to reproduce the problem in the space below. If this is a feature request, please enter the steps you would use to use the feature. If an example playbook is useful, please include a short reproducer inline, indented by four spaces. If a longer one is necessary, please link one uploaded to gist.github.com. + +##### Expected Results: + +Please enter your expected results in this space. When running the steps supplied above, what would you expect to happen? If showing example output, indent your output by four spaces so it will render correctly in GitHub. + +##### Actual Results: + +Please enter your actual results in this space. When running the steps supplied above, what actually happened? If showing example output, indent your output by four spaces so it will render correctly in GitHub.