revert changes we dont want

This commit is contained in:
Anthony Dresser
2020-03-12 22:39:24 -07:00
parent a7e56d334f
commit 744e655dd3
6 changed files with 16 additions and 246 deletions

11
.github/commands.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
{
perform: true,
commands: [
{
type: 'label',
name: 'Needs Logs',
action: 'comment',
comment: "We need more info to debug your particular issue. If you could attach your logs to the issue (ensure no private data is in them), it would help us fix the issue much faster.\n\nTo find your logs:\n\n- Open command palette (Click **View** -> **Command Palette**)\n- Run the command: **`Developer: Open Logs Folder`**\n\nThis will open the log file locally. Please include renderer.log"
}
]
}