diff --git a/.github/ISSUE_TEMPLATE/🐛-bug---help.md b/.github/ISSUE_TEMPLATE/🐛-bug---help.md new file mode 100644 index 00000000..b1db8fb8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/🐛-bug---help.md @@ -0,0 +1,23 @@ +--- +name: "\U0001F41B Bug / Help" +about: Create a report to help us improve the library +title: '' +labels: '' +assignees: '' + +--- + +**Running Command** +python src/train_bash.py ... + +**System Info** +Please share your system info with us. You can run the command `transformers-cli env` and copy-paste its output below. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here.