diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md deleted file mode 100644 index ee3ca04c..00000000 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Bug -about: Help improve ChromaTerm by reporting problems ---- - -## Description -[I see dead people] - -## Environment -- OS: [macOS 10.14.5] -- ChromaTerm: [0.5.0 (`pip3 show chromaterm`)] - -## Configuration -If you know which highlight rule is causing the issue, put it here. If not, put the contents of `~/.chromaterm.yml`. - -```yaml -regex: hello world -color: f#123abc -``` diff --git a/.github/ISSUE_TEMPLATE/bug_api.md b/.github/ISSUE_TEMPLATE/bug_api.md new file mode 100644 index 00000000..df166668 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_api.md @@ -0,0 +1,17 @@ +--- +name: API Bug +about: An issue with the module's classes +--- + +## Environment +* OS: +* Terminal: +* ChromaTerm: + +## Description + + +## Code +```python +# The code to reproduce the issue +``` diff --git a/.github/ISSUE_TEMPLATE/bug_script.md b/.github/ISSUE_TEMPLATE/bug_script.md new file mode 100644 index 00000000..d2dbd5a4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_script.md @@ -0,0 +1,12 @@ +--- +name: Script Bug +about: An issue with the command line script (ct) +--- + +## Environment +* OS: +* Terminal: +* ChromaTerm: + +## Description +