From 568d9cff1d9afaddffda79a3844475c365c22d06 Mon Sep 17 00:00:00 2001 From: Yu Yang Date: Fri, 4 Nov 2016 06:13:35 -0500 Subject: [PATCH] Add Issue template to guide user submit good issue (#354) * Add issue template * Update ISSUE_TEMPLATE.md * Update ISSUE_TEMPLATE.md * Rename * Rename * Typo * Typo * Typo * Typo * Follow comments * Follow comments --- ISSUE_TEMPLATE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 00000000000..66d6b8b4dd9 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,13 @@ +Thank you for contributing to PaddlePaddle. Submitting an issue is a great help for us. +Both Chinese and English issues are welcome. + +Before submitting the issue, look over the following criteria before handing your request in. + +- [ ] Was there a similar issue submitted or resolved before? You could search issue in the github. +- [ ] Did you go to the search engine for your question? +- [ ] Is my description of issue clear enough to reproduce this problem? + * If there are some errors occured, we need details about `how do you run your code?`, `what system do you use?`, `Are you using GPU or not?`, etc. + * If you could provide an [asciinema](https://asciinema.org/) record, that's awesome! We could help you solve the problem more quickly. +- [ ] Is my description of issue use the github markdown correctly? + * Please use correct markdown syntax for code, header, etc. + * You can reference [this page](https://guides.github.com/features/mastering-markdown/) for markdown syntax. -- GitLab