From c38df017ca0169fd3a2f66c6dfe47de8caf8041e Mon Sep 17 00:00:00 2001 From: Lijiao <15910218274@163.com> Date: Mon, 8 Jun 2020 02:34:28 +0000 Subject: [PATCH 1/4] simplify issue template --- .github/ISSUE_TEMPLATE/bug-report.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index adc6b49a5b..b980a0743e 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -17,10 +17,6 @@ Please fill this for deployment related issues: - Operating type: Initial deployment / upgrading / operating etc. - Brief what deployment process you are following --> -**How to reproduce it**: - - - **nni Environment**: - nni version: - nni mode(local|pai|remote): @@ -29,11 +25,13 @@ Please fill this for deployment related issues: - is conda or virtualenv used?: - is running in docker?: +**Log message**: + - nnimanager.log: + - dispatcher.log: + - nnictl stdout and stderr: + +reference for these file: [log](https://github.com/microsoft/nni/blob/master/docs/en_US/Tutorial/HowToDebug.md#experiment-root-director), [stdout/stderr](https://github.com/microsoft/nni/blob/master/docs/en_US/Tutorial/Nnictl.md#nnictl%20log%20stdout) + **need to update document(yes/no)**: **Anything else we need to know**: - -**Log message**: - - [nnimanager.log and dispatcher.log](https://github.com/microsoft/nni/blob/master/docs/en_US/Tutorial/HowToDebug.md#experiment-root-directory) : - - - [nnictl stdout and stderr](https://github.com/microsoft/nni/blob/master/docs/en_US/Tutorial/Nnictl.md#nnictl%20log%20stdout) : From 9e21c8b4b92fa2446c5bbeb047cf611218132943 Mon Sep 17 00:00:00 2001 From: Lijiao <15910218274@163.com> Date: Mon, 8 Jun 2020 03:33:22 +0000 Subject: [PATCH 2/4] update --- .github/ISSUE_TEMPLATE/bug-report.md | 34 ++++++++++++---------------- 1 file changed, 14 insertions(+), 20 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index b980a0743e..258344a8bf 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -5,32 +5,26 @@ about: Report an issue or question while using nni instance (deployment). --- - - - -**Short summary about the issue/question**: - -**Brief what process you are following**: - - - -**nni Environment**: -- nni version: -- nni mode(local|pai|remote): -- OS: -- python version: -- is conda or virtualenv used?: -- is running in docker?: +**NNI Environment**: +- NNI version: +- NNI mode (local|remote|pai): +- Client OS: +- Server OS (for remote mode only): +- Python version: +- PyTorch/TensorFlow version: +- Is conda/virtualenv/venv used?: +- Is running in Docker?: **Log message**: - nnimanager.log: - dispatcher.log: - nnictl stdout and stderr: -reference for these file: [log](https://github.com/microsoft/nni/blob/master/docs/en_US/Tutorial/HowToDebug.md#experiment-root-director), [stdout/stderr](https://github.com/microsoft/nni/blob/master/docs/en_US/Tutorial/Nnictl.md#nnictl%20log%20stdout) +Where can you find the log files: [log](https://github.com/microsoft/nni/blob/master/docs/en_US/Tutorial/HowToDebug.md#experiment-root-director), [stdout/stderr](https://github.com/microsoft/nni/blob/master/docs/en_US/Tutorial/Nnictl.md#nnictl%20log%20stdout) + +**Short summary about the issue/question**: + +**Brief what process you are following**: **need to update document(yes/no)**: From 341080e2f60fbcc906a0007c2347b6c7a803eeec Mon Sep 17 00:00:00 2001 From: Lijiao <15910218274@163.com> Date: Tue, 9 Jun 2020 01:43:29 +0000 Subject: [PATCH 3/4] update --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 258344a8bf..8dbe225341 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -20,7 +20,7 @@ about: Report an issue or question while using nni instance (deployment). - dispatcher.log: - nnictl stdout and stderr: -Where can you find the log files: [log](https://github.com/microsoft/nni/blob/master/docs/en_US/Tutorial/HowToDebug.md#experiment-root-director), [stdout/stderr](https://github.com/microsoft/nni/blob/master/docs/en_US/Tutorial/Nnictl.md#nnictl%20log%20stdout) + **Short summary about the issue/question**: From 5e442d486841ebef049d87817121ba36e66c4f86 Mon Sep 17 00:00:00 2001 From: Lijiao <15910218274@163.com> Date: Tue, 9 Jun 2020 02:32:35 +0000 Subject: [PATCH 4/4] update --- .github/ISSUE_TEMPLATE/bug-report.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 8dbe225341..adc9429602 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -5,7 +5,7 @@ about: Report an issue or question while using nni instance (deployment). --- -**NNI Environment**: +**Environment**: - NNI version: - NNI mode (local|remote|pai): - Client OS: @@ -22,10 +22,8 @@ about: Report an issue or question while using nni instance (deployment). -**Short summary about the issue/question**: +**What issue meet, what's expected?**: -**Brief what process you are following**: +**How to reproduce it?**: -**need to update document(yes/no)**: - -**Anything else we need to know**: +**Additional information**: