From dacece89d02f5ee159e4772de2ff20f332acd238 Mon Sep 17 00:00:00 2001 From: Yu Yang Date: Fri, 4 Nov 2016 16:15:38 +0800 Subject: [PATCH 01/11] Add issue template --- .github/ISSUE_TEMPLATE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000000..7a931a7cbd38b --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,13 @@ +Thank you for contibuting to PaddlePaddle. Submitting an issue is a great help for us. +Both Chinese and English issues are welcome. + +Before you submitting the issue, there are several things you need to check. + +- [] Is there a similar issue submitted and resolved before? You could search issue in github. +- [] Did you go to the search engine for your question? +- [] Is my description of issue clear enough for 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 provide an [asciinema](https://asciinema.org/) record, it will be very great and we could help you more efficiently. +- [] Is my description of issue fit the github markdown? + * Please use correct markdown syntax for code, header, etc. + * You can reference [this page](https://guides.github.com/features/mastering-markdown/) for markdown syntax. From 63165c45d20b2ee88a57a7ccbd17064737edab04 Mon Sep 17 00:00:00 2001 From: Yu Yang Date: Fri, 4 Nov 2016 16:16:45 +0800 Subject: [PATCH 02/11] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 7a931a7cbd38b..eb1596d11fbe0 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -3,11 +3,11 @@ Both Chinese and English issues are welcome. Before you submitting the issue, there are several things you need to check. -- [] Is there a similar issue submitted and resolved before? You could search issue in github. -- [] Did you go to the search engine for your question? -- [] Is my description of issue clear enough for this problem? +- [ ] Is there a similar issue submitted and resolved before? You could search issue in github. +- [ ] Did you go to the search engine for your question? +- [ ] Is my description of issue clear enough for 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 provide an [asciinema](https://asciinema.org/) record, it will be very great and we could help you more efficiently. -- [] Is my description of issue fit the github markdown? +- [ ] Is my description of issue fit the github markdown? * Please use correct markdown syntax for code, header, etc. * You can reference [this page](https://guides.github.com/features/mastering-markdown/) for markdown syntax. From f8fa2060938c976010e6199faa801e49746135a1 Mon Sep 17 00:00:00 2001 From: Yu Yang Date: Fri, 4 Nov 2016 16:17:25 +0800 Subject: [PATCH 03/11] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index eb1596d11fbe0..731aee2fd220e 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -3,11 +3,11 @@ Both Chinese and English issues are welcome. Before you submitting the issue, there are several things you need to check. -- [ ] Is there a similar issue submitted and resolved before? You could search issue in github. +- [ ] Was there a similar issue submitted and resolved before? You could search issue in github. - [ ] Did you go to the search engine for your question? - [ ] Is my description of issue clear enough for 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 provide an [asciinema](https://asciinema.org/) record, it will be very great and we could help you more efficiently. -- [ ] Is my description of issue fit the github markdown? +- [ ] 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. From 00e921d0e17196246af2e9db24c20cb5dd88755c Mon Sep 17 00:00:00 2001 From: Yu Yang Date: Fri, 4 Nov 2016 16:18:14 +0800 Subject: [PATCH 04/11] Rename --- 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 0000000000000..7a931a7cbd38b --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,13 @@ +Thank you for contibuting to PaddlePaddle. Submitting an issue is a great help for us. +Both Chinese and English issues are welcome. + +Before you submitting the issue, there are several things you need to check. + +- [] Is there a similar issue submitted and resolved before? You could search issue in github. +- [] Did you go to the search engine for your question? +- [] Is my description of issue clear enough for 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 provide an [asciinema](https://asciinema.org/) record, it will be very great and we could help you more efficiently. +- [] Is my description of issue fit the github markdown? + * Please use correct markdown syntax for code, header, etc. + * You can reference [this page](https://guides.github.com/features/mastering-markdown/) for markdown syntax. From 062efa757dcb66cec4d8f06f8b0968ebd595a24b Mon Sep 17 00:00:00 2001 From: Yu Yang Date: Fri, 4 Nov 2016 16:18:54 +0800 Subject: [PATCH 05/11] Rename --- .github/ISSUE_TEMPLATE.md | 13 ------------- ISSUE_TEMPLATE.md | 8 ++++---- 2 files changed, 4 insertions(+), 17 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 731aee2fd220e..0000000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,13 +0,0 @@ -Thank you for contibuting to PaddlePaddle. Submitting an issue is a great help for us. -Both Chinese and English issues are welcome. - -Before you submitting the issue, there are several things you need to check. - -- [ ] Was there a similar issue submitted and resolved before? You could search issue in github. -- [ ] Did you go to the search engine for your question? -- [ ] Is my description of issue clear enough for 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 provide an [asciinema](https://asciinema.org/) record, it will be very great and we could help you more efficiently. -- [ ] 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. diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 7a931a7cbd38b..731aee2fd220e 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -3,11 +3,11 @@ Both Chinese and English issues are welcome. Before you submitting the issue, there are several things you need to check. -- [] Is there a similar issue submitted and resolved before? You could search issue in github. -- [] Did you go to the search engine for your question? -- [] Is my description of issue clear enough for this problem? +- [ ] Was there a similar issue submitted and resolved before? You could search issue in github. +- [ ] Did you go to the search engine for your question? +- [ ] Is my description of issue clear enough for 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 provide an [asciinema](https://asciinema.org/) record, it will be very great and we could help you more efficiently. -- [] Is my description of issue fit the github markdown? +- [ ] 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. From 08c83d67e91fc9b90a3e675a3440fb446d5fcaf0 Mon Sep 17 00:00:00 2001 From: Yu Yang Date: Fri, 4 Nov 2016 16:19:43 +0800 Subject: [PATCH 06/11] Typo --- ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 731aee2fd220e..37e1ed7612426 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -7,7 +7,7 @@ Before you submitting the issue, there are several things you need to check. - [ ] Did you go to the search engine for your question? - [ ] Is my description of issue clear enough for 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 provide an [asciinema](https://asciinema.org/) record, it will be very great and we could help you more efficiently. + * If you could provide an [asciinema](https://asciinema.org/) record, it will be very great and we could help you more efficiently. - [ ] 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. From 21cab84892c1981c7b94aba32f102ed65160414d Mon Sep 17 00:00:00 2001 From: Yu Yang Date: Fri, 4 Nov 2016 16:23:00 +0800 Subject: [PATCH 07/11] Typo --- ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 37e1ed7612426..6b287c658eeb2 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,7 +1,7 @@ Thank you for contibuting to PaddlePaddle. Submitting an issue is a great help for us. Both Chinese and English issues are welcome. -Before you submitting the issue, there are several things you need to check. +Before you submitting the issue, there are several things should be check. - [ ] Was there a similar issue submitted and resolved before? You could search issue in github. - [ ] Did you go to the search engine for your question? From 1b67c0c5be8c95f0303a7fef89abaf6870e9419c Mon Sep 17 00:00:00 2001 From: Yu Yang Date: Fri, 4 Nov 2016 16:28:41 +0800 Subject: [PATCH 08/11] Typo --- ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 6b287c658eeb2..54bba43ad92b6 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,4 +1,4 @@ -Thank you for contibuting to PaddlePaddle. Submitting an issue is a great help for us. +Thank you for contributing to PaddlePaddle. Submitting an issue is a great help for us. Both Chinese and English issues are welcome. Before you submitting the issue, there are several things should be check. From 91634d9117c3701558e43262b6aa645f01237f4e Mon Sep 17 00:00:00 2001 From: Yu Yang Date: Fri, 4 Nov 2016 16:33:38 +0800 Subject: [PATCH 09/11] Typo --- ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 54bba43ad92b6..bae9d386cd583 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -3,7 +3,7 @@ Both Chinese and English issues are welcome. Before you submitting the issue, there are several things should be check. -- [ ] Was there a similar issue submitted and resolved before? You could search issue in github. +- [ ] 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 for 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. From dccaaa862ac6dadc84d36eef4fa3f5c8661f4f27 Mon Sep 17 00:00:00 2001 From: Yu Yang Date: Fri, 4 Nov 2016 17:50:56 +0800 Subject: [PATCH 10/11] Follow comments --- ISSUE_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index bae9d386cd583..52a22de52608e 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,13 +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 you submitting the issue, there are several things should be check. +Before submitting the issue, there are several things should be check. - [ ] 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 for this problem? +- [ ] 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, it will be very great and we could help you more efficiently. + * 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. From ce9d8a26c723dc2381bb30e6f7776d991de8863d Mon Sep 17 00:00:00 2001 From: Yu Yang Date: Fri, 4 Nov 2016 17:51:33 +0800 Subject: [PATCH 11/11] Follow comments --- ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 52a22de52608e..66d6b8b4dd9a5 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,7 +1,7 @@ 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, there are several things should be check. +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?